|
@@ -22,11 +22,10 @@ const props = defineProps({
|
|
* stores 合集
|
|
* stores 合集
|
|
*/
|
|
*/
|
|
let storesObj = {
|
|
let storesObj = {
|
|
-
|
|
|
|
|
|
+ "threeWorld" : threeWorld(),
|
|
|
|
+ "courseChapter3dShow" : courseChapter3dShow(),
|
|
};
|
|
};
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
// 定义发射给父组件的方法
|
|
// 定义发射给父组件的方法
|
|
const emits = defineEmits([
|
|
const emits = defineEmits([
|
|
// 上一步是否显示
|
|
// 上一步是否显示
|
|
@@ -178,6 +177,8 @@ const initScene = () => {
|
|
|
|
|
|
TypeEvent.find().typeEvent(props.config?.threeDimensionalConfig);
|
|
TypeEvent.find().typeEvent(props.config?.threeDimensionalConfig);
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
// // @ts-ignore
|
|
// // @ts-ignore
|
|
// threeWorld().obj.newIframe.cameraVisualAngleGetListNameGpsTo("检测车");
|
|
// threeWorld().obj.newIframe.cameraVisualAngleGetListNameGpsTo("检测车");
|
|
// // @ts-ignore
|
|
// // @ts-ignore
|