Parcourir la source

总控平台按钮影藏

黄琪勇 il y a 6 mois
Parent
commit
b5cf2c60f4
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  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");