modify closeAllTags function

This commit is contained in:
DevilMCry1 2020-07-02 17:21:36 +08:00
parent fe22b3cd94
commit 3d0d2f1de2
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ export default {
},
closeAllTags(view) {
this.$store.dispatch('tagsView/delAllViews').then(({ visitedViews }) => {
if (this.affixTags.some(tag => tag.path === view.path)) {
if (this.affixTags.some(tag => tag.path === this.$route.path)) {
return
}
this.toLastView(visitedViews, view)