diff --git a/core/core-frontend/src/store/modules/user.ts b/core/core-frontend/src/store/modules/user.ts index 00dc6dd96a..04173c9a61 100644 --- a/core/core-frontend/src/store/modules/user.ts +++ b/core/core-frontend/src/store/modules/user.ts @@ -65,7 +65,7 @@ export const userStore = defineStore('user', { wsCache.set('user.' + key, this[key]) }) const locale = useLocaleStoreWithOut() - if (locale.getCurrentLocale?.lang !== this.language) { + if (locale.getCurrentLocale?.lang !== this.language && !window.DataEaseBi) { window.location.reload() } this.setLanguage(this.language)