From 0a128797cfd0c6839953ff4f4f65bd1285639362 Mon Sep 17 00:00:00 2001 From: xlsea Date: Sun, 18 May 2025 13:56:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=8E=A5=E5=8F=A3=E8=B0=83=E7=94=A8=E4=B8=A4?= =?UTF-8?q?=E6=AC=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/route/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/route/index.ts b/src/store/modules/route/index.ts index 5eb44012..592c7d6b 100644 --- a/src/store/modules/route/index.ts +++ b/src/store/modules/route/index.ts @@ -387,7 +387,7 @@ export const useRouteStore = defineStore(SetupStoreId.Route, () => { } async function onRouteSwitchWhenLoggedIn() { - await authStore.initUserInfo(); + // await authStore.initUserInfo(); } async function onRouteSwitchWhenNotLoggedIn() {