Commit 45021e11 authored by 张瑶's avatar 张瑶

fix: 修复重复登录的问题

parent 0c362d16
Pipeline #42005 passed with stages
in 1 minute 48 seconds
...@@ -647,6 +647,7 @@ class Login { ...@@ -647,6 +647,7 @@ class Login {
}) })
// self.globalConfig.Industry = industry; // self.globalConfig.Industry = industry;
self.isSignIn = true;
self.updateConfig && self.updateConfig(self.globalConfig); self.updateConfig && self.updateConfig(self.globalConfig);
const loginSite = {}; const loginSite = {};
loginSite[tk] = response.site; loginSite[tk] = response.site;
......
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