|
@@ -184,7 +184,6 @@ import QvSimulationMain from "../../../components/QvSimulation/QvSimulationMain.
|
|
|
import CarSimulationMain from "../../../components/CarSimulation/CarSimulationMain.vue";
|
|
|
import SonarSimulationMain from "../../../components/SonarSimulation/SonarSimulationMain.vue";
|
|
|
|
|
|
-
|
|
|
const route = useRoute();
|
|
|
const taskId = route.params.taskId as string;
|
|
|
const studentTaskId = route.params.studentTaskId as string;
|
|
@@ -228,7 +227,6 @@ let stepTipsBool = ref(true);
|
|
|
let stepThreeWorldEndOk = ref(false);
|
|
|
// 控制左侧UI .menu-box 是否展示
|
|
|
let menuBoxOpen = ref(true);
|
|
|
-
|
|
|
/**
|
|
|
* 用于控制应该加载哪个三维场景
|
|
|
* cctv cctv实训检测
|