RuoYi
2021-02-02 baeed2e8d3a82f94e80d04ea47c95b122fcf93dd
ruoyi-ui/src/layout/components/TagsView/index.vue
@@ -153,7 +153,7 @@
      })
    },
    closeOthersTags() {
      this.$router.push(this.selectedTag)
      this.$router.push(this.selectedTag).catch(()=>{});
      this.$store.dispatch('tagsView/delOthersViews', this.selectedTag).then(() => {
        this.moveToCurrentTag()
      })