Giovanni
2023-02-01 9926f73cd031a9cebff033ad8bb00998cbcf26d7
tagsView右选框,首页不应该存在关闭左侧选项
已修改1个文件
2 ■■■ 文件已修改
ruoyi-ui/src/layout/components/TagsView/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/layout/components/TagsView/index.vue
@@ -87,7 +87,7 @@
    },
    isFirstView() {
      try {
        return this.selectedTag.fullPath === this.visitedViews[1].fullPath || this.selectedTag.fullPath === '/index'
        return this.selectedTag.fullPath === '/index' || this.selectedTag.fullPath === this.visitedViews[1].fullPath
      } catch (err) {
        return false
      }