人生啊人生 3 달 전
부모
커밋
863b7b48a8
1개의 변경된 파일7개의 추가작업 그리고 6개의 파일을 삭제
  1. 7 6
      user_web/src/view/student/trainChapter/trainChapter.vue

+ 7 - 6
user_web/src/view/student/trainChapter/trainChapter.vue

@@ -348,6 +348,7 @@ const initTips = () => {
         ];
     } else if (state.currentStep == chapterQueue.length - 1 && state.currentNode == chapterQueue[state.currentStep].length - 1) {
 
+        // 这里是新的三维场景切换步骤的逻辑
         if (
             threeWorldLoadType.value == 'qv'
             || threeWorldLoadType.value == 'sonar'
@@ -491,12 +492,12 @@ watch(
             if (idx > -1) state.activeSecondMenu = idx;
         }
 
-        // console.log(
-        //     "更新到新的流程 state.currentChapter ===>",
-        //     state.currentChapter,
-        //     state.currentChapter.type,
-        //     state.currentChapter.threeDimensionalConfig
-        // );
+        console.log(
+            "更新到新的流程 state.currentChapter ===>",
+            state.currentChapter.type,
+            state.currentChapter.threeDimensionalConfig,
+            state.currentChapter,
+        );
 
         /**
          * 后面新增其他三维逻辑进行控制展示