Skip to content

Commit ba38119

Browse files
committed
feat(projects): support show tab when not loggedIn
1 parent ab9858c commit ba38119

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/store/modules/route/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ export const useRouteStore = defineStore(SetupStoreId.Route, () => {
170170
handleConstantAndAuthRoutes();
171171

172172
setIsInitConstantRoute(true);
173+
174+
tabStore.initHomeTab();
173175
}
174176

175177
/** Init auth route */

0 commit comments

Comments
 (0)