From ba38119efd31252ad4fd5d061896572735f4b57b Mon Sep 17 00:00:00 2001 From: Soybean Date: Tue, 10 Dec 2024 18:45:00 +0800 Subject: [PATCH] feat(projects): support show tab when not loggedIn --- src/store/modules/route/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/store/modules/route/index.ts b/src/store/modules/route/index.ts index b1f7afa7..a3f25698 100644 --- a/src/store/modules/route/index.ts +++ b/src/store/modules/route/index.ts @@ -170,6 +170,8 @@ export const useRouteStore = defineStore(SetupStoreId.Route, () => { handleConstantAndAuthRoutes(); setIsInitConstantRoute(true); + + tabStore.initHomeTab(); } /** Init auth route */