@@ -397,6 +397,11 @@ onUnmounted(() => {
watch(
() => state.currentChapter,
(newVal) => {
+
+ console.log(
+ "更新到新的流程 state.currentChapter ===>", state.currentChapter
+ );
initTips();
//滚动当前课程菜单至可视区域