Merge 3d0d2f1de2
into 6858a9ad67
commit
9643ecaeee
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue