소스 검색

[Mod 0000]修复系统首页设置为监测页面时header不显示的问题

wangkeyi 16 시간 전
부모
커밋
3f665e1348
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/layouts/default/header/index.vue

+ 1 - 1
src/layouts/default/header/index.vue

@@ -3,7 +3,7 @@
     v-if="
       ((!getShowFullHeader && !currentRoute.path.endsWith('home')) || currentRoute.path.startsWith('/micro-vent-3dModal/modelchannel/')) &&
       !noHeadeLink.includes(currentRoute.path) &&
-      currentRoute.path !== homePath
+      (currentRoute.path !== homePath || currentRoute.path.startsWith('/monitorChannel/monitor-'))
     "
     :class="[
       ...getHeaderClass,