RuoYi
2020-12-25 a9c6ba12e6f96fe316927324f2a038b61bc3a2bc
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)