提交 9442bec1 编写于 作者: guangjun.yang's avatar guangjun.yang

代码测试

上级 c4be7c76
...@@ -96,8 +96,7 @@ export default { ...@@ -96,8 +96,7 @@ export default {
}; };
vm.POST("/contents/login/header", req).then(res => { vm.POST("/contents/login/header", req).then(res => {
if (res.code == "000000") { if (res.code == "000000") {
vm.userName = res.data.userName; debugger
vm.authList = res.data.systemInfoList;
let systemType = 38, authList = res.data.systemInfoList; let systemType = 38, authList = res.data.systemInfoList;
let s = authList.find( item => { let s = authList.find( item => {
return item.systemNameAbbreviation == 'PCIM'; return item.systemNameAbbreviation == 'PCIM';
...@@ -107,6 +106,8 @@ export default { ...@@ -107,6 +106,8 @@ export default {
} }
this.systemType = systemType; this.systemType = systemType;
this.showSlidebar = true; this.showSlidebar = true;
vm.userName = res.data.userName;
vm.authList = res.data.systemInfoList;
} }
}); });
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册