delView/delAllViews 误用 delCachedView,关闭非当前标签时会去删 currentRoute
对应的缓存,把要关的 name 留在 cachedViews 里,keep-alive include 不收缩,
旧组件实例无法 unmount。
回退到基于剩余 visitedViews 重建 cachedViews 的实现(对应
|
||
|---|---|---|
| .. | ||
| bpm | ||
| mall | ||
| app.ts | ||
| dict.ts | ||
| locale.ts | ||
| lock.ts | ||
| permission.ts | ||
| tagsView.ts | ||
| user.ts | ||