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 */