疯狂的狮子li
2021-02-07 2c40a892f8de3bdf1b2ec9b76afd23a603c3bcb7
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()
      })