Commit dffe0052 authored by 黄奎's avatar 黄奎

系统日志消息调整

parent 419c3645
...@@ -2184,23 +2184,23 @@ ...@@ -2184,23 +2184,23 @@
); );
}, },
testApi() { testApi() {
// var postMsg = {}; var postMsg = {};
// var cmd = ""; var cmd = "";
// cmd = "triptemplate_CreateTripFile"; cmd = "ppt_trip_DeleteTripMain";
// postMsg = { postMsg = {
// FileId:1 MainId:1,
// } }
// this.apipost( this.apipost(
// cmd, postMsg, cmd, postMsg,
// res => { res => {
// console.log("testApi", res); console.log("testApi", res);
// } }
// ); );
}, },
//测试方法 //测试方法
testEmp() { testEmp() {
var postMsg = { var postMsg = {
EmPassword: "jj+n0yVvDg2xM3nxu2v1oA==" EmPassword: "US9TjP7aGsU="
}; };
this.apipost( this.apipost(
"admin_get_AnalysisPassword", postMsg, "admin_get_AnalysisPassword", postMsg,
...@@ -2482,7 +2482,7 @@ ...@@ -2482,7 +2482,7 @@
let sysMsg = { let sysMsg = {
name: "通知消息", name: "通知消息",
updateTimeShow: "", updateTimeShow: "",
unread: 0, unread: this.MsgCount,
lastMsgShow: "条未读消息", lastMsgShow: "条未读消息",
IMID: "684cb79fe92f46888888", IMID: "684cb79fe92f46888888",
type: "system", 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