Commit 38a59951 authored by 沈良进's avatar 沈良进

页面修改

parent fc05a206
......@@ -185,7 +185,7 @@
.catch(() => {
this.autoLoginLoading = false;
this.getWeChat();
window.location.href = `http://${window.location.host}/#/login`;
window.location.href = `http://${window.location.host}/login`;
});
},
loginErp(AutoLoginWorkId, AutoLoginOpenId) {
......@@ -202,7 +202,7 @@
.catch(() => {
this.autoLoginLoading = false;
this.getWeChat();
window.location.href = `http://${window.location.host}/#/login`;
window.location.href = `http://${window.location.host}/login`;
});
},
getWeChat() {
......
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