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() {