人生啊人生 3 달 전
부모
커밋
fe7aceaa48
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      user_web/src/view/student/trainChapter/trainChapter.vue

+ 5 - 5
user_web/src/view/student/trainChapter/trainChapter.vue

@@ -548,11 +548,11 @@ watch(
                 QvSimulationMainLook.value = false;
             }
 
-            // if (state.currentChapter.threeDimensionalConfig == 'QV仿真实验') {
-            //     processInitRestTimeSonar.value = "" + new Date().getTime();
-            //     CarSimulationMainLook.value = true;
-            //     SonarSimulationMainLook.value = false;
-            // }
+            if (state.currentChapter.threeDimensionalConfig == '声纳仿真实验') {
+                processInitRestTimeSonar.value = "" + new Date().getTime();
+                CarSimulationMainLook.value = true;
+                SonarSimulationMainLook.value = false;
+            }
 
         }