疯狂的狮子li
2020-10-07 cddaf4b0888c1589fcb0a9e9a68895197048130d
ruoyi-ui/src/layout/components/TagsView/index.vue
@@ -160,7 +160,7 @@
    },
    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)