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