Explorar o código

首页页签右键选择时不显示关闭左侧

RuoYi %!s(int64=2) %!d(string=hai) anos
pai
achega
6a5e441155
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/layout/components/TagsView/index.vue

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

@@ -94,7 +94,7 @@ function isAffix(tag) {
 }
 function isFirstView() {
   try {
-    return selectedTag.value.fullPath === visitedViews.value[1].fullPath || selectedTag.value.fullPath === '/index'
+    return selectedTag.value.fullPath === '/index' || selectedTag.value.fullPath === visitedViews.value[1].fullPath
   } catch (err) {
     return false
   }