fix: 🧩 修复bug

This commit is contained in:
2025-10-17 16:59:21 +08:00
parent c913152460
commit eea0925899
10 changed files with 4 additions and 14 deletions

View File

@@ -64,7 +64,7 @@ watch(
name: route.name as string,
close: !route.meta.isAffix
};
console.log(1232323232323);
tabStore.addTabs(tabsParams);
route.meta.isKeepAlive && keepAliveStore.addKeepAliveName(route.name as string);
},