Commit 2e5c43ac authored by 杨思琦's avatar 杨思琦

fix: 修改登出条件

parent 91705727
Pipeline #72700 passed with stages
...@@ -198,6 +198,7 @@ export function logout(data) { ...@@ -198,6 +198,7 @@ export function logout(data) {
window.globalConfig.baseURI = window.location.origin; window.globalConfig.baseURI = window.location.origin;
window.globalConfig.hasGateWay = false; window.globalConfig.hasGateWay = false;
window.globalConfig.userInfo = null; window.globalConfig.userInfo = null;
window.qiankunIsCache = null;
// window.globalConfig.hasGateWay = ; // window.globalConfig.hasGateWay = ;
} }
......
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