也曾为你像超人
2023-04-01 66200c4203015f671c01ba26f4101f503cb27443
修复tab栏”关闭其他“异常的问题

Signed-off-by: 也曾为你像超人 <1553592282@qq.com>
已修改1个文件
2 ■■■ 文件已修改
ruoyi-ui/src/layout/components/TagsView/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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()
      })