perf: 修复tab页缓存问题

This commit is contained in:
xiaojunnuo
2025-04-08 23:31:25 +08:00
parent a0eeb17d73
commit 64e5449ab3
5 changed files with 24 additions and 18 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export default router;
// // 多页控制 打开新的页面
// const pageStore = usePageStore();
// // for (const item of to.matched) {
// // pageStore.cachePush(item.name);
// // pageStore.keepAlivePush(item.name);
// // }
// pageStore.open(to);
// // 更改标题