RuoYi
2024-07-08 fcff9dfdea35b2561afce27e5d2013dbd7e79fa2
ruoyi-ui/src/layout/components/TagsView/index.vue
@@ -182,7 +182,7 @@
      })
    },
    closeOthersTags() {
      this.$router.push(this.selectedTag).catch(()=>{});
      this.$router.push(this.selectedTag.fullPath).catch(()=>{});
      this.$tab.closeOtherPage(this.selectedTag).then(() => {
        this.moveToCurrentTag()
      })