疯狂的狮子li
2021-01-05 d73994f05de4b4965e2d1e01a752a978a43ddacc
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()
      })