DokiYoloo
2020-12-21 3c4b01ab839d9bfc87cd40828a49d5cc5ae4b153
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)