Commit dad53c06 authored by 周宏民's avatar 周宏民

fix: 修改集成登录 刷新时,没获取路由数据

parent 20fe41a2
Pipeline #89798 passed with stages
......@@ -279,7 +279,7 @@ class Login {
self.isSignIn = true;
self.globalConfig.userInfo = window?.globalConfig?.transformUserInfo?.(response.data) ?? {};
self.updateConfig && self.updateConfig(self.globalConfig);
self.getUserInfoAndConfig();
self.getUserInfoAndConfig(null, true);
} else {
self.logout && self.logout();
if (params.getParams('token')) {
......
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