fix(projects): Fix the issue of abnormal tab caching after logout. fixed #495

This commit is contained in:
青菜白玉汤
2024-06-15 00:39:53 +08:00
committed by GitHub
parent ad2f24707a
commit 3eeace94dd
2 changed files with 5 additions and 1 deletions

View File

@ -290,6 +290,7 @@ export const useTabStore = defineStore(SetupStoreId.Tab, () => {
resetTabLabel,
isTabRetain,
updateTabsByLocale,
getTabIdByRoute
getTabIdByRoute,
cacheTabs
};
});