From 2e7742b7f197a7ccab276a7c8e45b8eeeea0b671 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 24 Dec 2025 17:21:08 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20Div=20=E5=B5=8C=E5=85=A5=E5=BC=8F?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E8=AF=AD=E8=A8=80=E5=90=8E=E4=BC=9A=E6=95=B4?= =?UTF-8?q?=E4=BD=93=E5=88=B7=E6=96=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/store/modules/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)