人生啊人生 3 miesięcy temu
rodzic
commit
fe7aceaa48

+ 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;
+            }
 
         }