Commit 38fcb4f2 authored by 杨思琦's avatar 杨思琦

fix: 修改缓存

parent 4c97031b
Pipeline #78486 passed with stages
...@@ -458,6 +458,8 @@ class Login { ...@@ -458,6 +458,8 @@ class Login {
self.globalConfig.userInfo.site && self.globalConfig.userInfo.site &&
self.globalConfig.userInfo.site.length > 0 self.globalConfig.userInfo.site.length > 0
) { ) {
// 云模式关闭缓存
window.qiankunIsCache = false;
// eslint-disable-next-line no-undef,no-underscore-dangle // eslint-disable-next-line no-undef,no-underscore-dangle
getWebSiteConfig( getWebSiteConfig(
{ {
......
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