人生啊人生 10 月之前
父节点
当前提交
ca560cf643
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      src/components/student/CourseChapter3d.vue

+ 4 - 3
src/components/student/CourseChapter3d.vue

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