Commit 4484c30b by 叶富雄

调整

parent eb2a6d2d
......@@ -132,7 +132,9 @@
try {
zjhm = JSON.parse(window.sessionStorage.getItem("userInfo")).identitycard;
}
catch (e) {zjhm='142302198901012417'}
catch (e) {
this.$message.error('请重新登录')
}
loginByZjhm({zjhm});
},
setYJ(scope) {
......
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