fix: 修复开启keepAlive后点击标签页的重新加载,页面缓存还存在的问题

This commit is contained in:
xiaoxian521
2023-05-09 20:28:11 +08:00
parent f5617d5eb2
commit 09cbc7ddc3
3 changed files with 11 additions and 2 deletions

View File

@@ -169,6 +169,7 @@ function onFresh() {
path: "/redirect" + fullPath,
query
});
handleAliveRoute(route as toRouteType, "refresh");
}
function deleteDynamicTag(obj: any, current: any, tag?: string) {