|
@@ -284,6 +284,8 @@ const initTips = () => {
|
|
|
// 得到三维的参数
|
|
|
let threeDimensionalConfig = state.currentChapter.threeDimensionalConfig;
|
|
|
|
|
|
+ console.log("获取课程树 ---", state.chapterTree)
|
|
|
+
|
|
|
console.log(
|
|
|
"initTips ===> 每次进入不同流程后,进行处理的逻辑",
|
|
|
state.tipsMsg, state.currentChapter, threeDimensionalConfig
|