Commit ba336646 by lp784568205

修改单点登录

parent 2a01e14d
......@@ -4273,7 +4273,8 @@ export default {
},
mounted() {
let userInfo = JSON.parse(sessionStorage.getItem('userInfo'))
post('http://74.6.54.170.8007/doLogin',{zjhm: userInfo.identitycard})
// post('http://74.6.54.170.8007/doLogin',{zjhm: userInfo.identitycard})
post('http://74.6.54.170.8007/doLogin',{zjhm: '460000000000000000'})
if (this.menuIdPgbg == "dw") {
this.pageShow = false;
}
......
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