Commit dffe0052 authored by 黄奎's avatar 黄奎

系统日志消息调整

parent 419c3645
......@@ -2184,23 +2184,23 @@
);
},
testApi() {
// var postMsg = {};
// var cmd = "";
// cmd = "triptemplate_CreateTripFile";
// postMsg = {
// FileId:1
// }
// this.apipost(
// cmd, postMsg,
// res => {
// console.log("testApi", res);
// }
// );
var postMsg = {};
var cmd = "";
cmd = "ppt_trip_DeleteTripMain";
postMsg = {
MainId:1,
}
this.apipost(
cmd, postMsg,
res => {
console.log("testApi", res);
}
);
},
//测试方法
testEmp() {
var postMsg = {
EmPassword: "jj+n0yVvDg2xM3nxu2v1oA=="
EmPassword: "US9TjP7aGsU="
};
this.apipost(
"admin_get_AnalysisPassword", postMsg,
......@@ -2482,7 +2482,7 @@
let sysMsg = {
name: "通知消息",
updateTimeShow: "",
unread: 0,
unread: this.MsgCount,
lastMsgShow: "条未读消息",
IMID: "684cb79fe92f46888888",
type: "system",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment