Browse Source

fix: 左上角返回按钮问题修复

TIANYONG 1 year ago
parent
commit
482e3e2f27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/page-instrument/header-top/index.tsx

+ 1 - 1
src/page-instrument/header-top/index.tsx

@@ -286,7 +286,7 @@ export default defineComponent({
       /** 作业模式 end */
       /** 作业模式 end */
       if (state.defaultModeType == 1) {
       if (state.defaultModeType == 1) {
         headTopData.handleChangeModeType("practise");
         headTopData.handleChangeModeType("practise");
-        if (query.modelType) {
+        if (state.platform === IPlatform.PC || state.isPreView) {
           headTopData.showBack = false;
           headTopData.showBack = false;
         }
         }
       } else {
       } else {