Commit 04d65916 authored by 崔佳豪's avatar 崔佳豪

fix: 退出重新登录配置丢失

parent 72797ad3
Pipeline #47156 skipped with stages
...@@ -915,6 +915,7 @@ class Login { ...@@ -915,6 +915,7 @@ class Login {
} }
login(usr, pwd, userPhone, isRememberPWD, mode = SERVICE_APP_LOGIN_MODE.password) { login(usr, pwd, userPhone, isRememberPWD, mode = SERVICE_APP_LOGIN_MODE.password) {
this.globalConfig = getGlobalConfig();
const self = this; const self = this;
if(window.globalConfig && window.globalConfig.hasGateWay) { if(window.globalConfig && window.globalConfig.hasGateWay) {
usr = userPhone ? userPhone: usr; usr = userPhone ? userPhone: usr;
......
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