RuoYi
2023-07-06 ebc848b5b55b49ba0bafc84d2e0a90a9b5aa0d0e
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()
      })