fix(components): 菜单管理调整

This commit is contained in:
2026-03-27 14:03:42 +08:00
parent 120a5b4dfd
commit ca3d697941
9 changed files with 11075 additions and 103 deletions

View File

@@ -98,9 +98,7 @@ export const useTabStore = defineStore(SetupStoreId.Tab, () => {
)
);
for (const routeKey of routeKeysToReset) {
await routeStore.resetRouteCache(routeKey);
}
await Promise.all(routeKeysToReset.map(routeKey => routeStore.resetRouteCache(routeKey)));
}
/**