浏览代码

tagsView右选框,首页不应该存在关闭左侧选项

Giovanni 2 年之前
父节点
当前提交
9926f73cd0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruoyi-ui/src/layout/components/TagsView/index.vue

+ 1 - 1
ruoyi-ui/src/layout/components/TagsView/index.vue

@@ -87,7 +87,7 @@ export default {
     },
     },
     isFirstView() {
     isFirstView() {
       try {
       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) {
       } catch (err) {
         return false
         return false
       }
       }