feat(projects): filter tabs which are not in routes

This commit is contained in:
Soybean
2024-01-20 19:58:58 +08:00
parent b4f3dd2f7a
commit f59f34884c
3 changed files with 22 additions and 9 deletions

View File

@ -151,7 +151,7 @@ export const useRouteStore = defineStore(SetupStoreId.Route, () => {
await initDynamicAuthRoute();
}
tabStore.initHomeTab(router);
tabStore.initHomeTab();
}
/** Init static auth route */