fix(projects): fix multi tab page only render once. fixed #441

This commit is contained in:
Soybean
2024-05-24 02:23:59 +08:00
parent 64fc0996e3
commit e379d6ce67
2 changed files with 6 additions and 2 deletions

View File

@ -17,6 +17,7 @@ import {
getDefaultHomeTab,
getFixedTabIds,
getTabByRoute,
getTabIdByRoute,
isTabInTabs,
updateTabByI18nKey,
updateTabsByI18nKey
@ -288,6 +289,7 @@ export const useTabStore = defineStore(SetupStoreId.Tab, () => {
setTabLabel,
resetTabLabel,
isTabRetain,
updateTabsByLocale
updateTabsByLocale,
getTabIdByRoute
};
});