|
@@ -548,11 +548,11 @@ watch(
|
|
QvSimulationMainLook.value = false;
|
|
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;
|
|
|
|
+ }
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|