feat(projects): support show tab when not loggedIn

This commit is contained in:
Soybean 2024-12-10 18:45:00 +08:00
parent ab9858c7d0
commit ba38119efd

View File

@ -170,6 +170,8 @@ export const useRouteStore = defineStore(SetupStoreId.Route, () => {
handleConstantAndAuthRoutes(); handleConstantAndAuthRoutes();
setIsInitConstantRoute(true); setIsInitConstantRoute(true);
tabStore.initHomeTab();
} }
/** Init auth route */ /** Init auth route */