소스 검색

总控平台按钮影藏

黄琪勇 6 달 전
부모
커밋
b5cf2c60f4
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/page-instrument/header-top/index.tsx

+ 0 - 4
src/page-instrument/header-top/index.tsx

@@ -528,10 +528,6 @@ export default defineComponent({
       if (query.workRecord) {
         return;
       }
-      // 总控平台 隐藏返回按钮
-      if (query.isCbs) {
-        headTopData.showBack = false;
-      } 
       /** 作业模式 end */
       if (state.defaultModeType == 1) {
         headTopData.handleChangeModeType("practise");