人生啊人生 3 luni în urmă
părinte
comite
fe7aceaa48
1 a modificat fișierele cu 5 adăugiri și 5 ștergeri
  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;
+            }
 
         }