RuoYi
2021-04-08 b56b8846d96c20ade5156981d5279a8887cbf402
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()
      })