浏览代码

Merge remote-tracking branch 'origin/wanzi'

liyanbo 4 周之前
父节点
当前提交
45c47e0c77
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/LeftPanel.vue

+ 1 - 1
src/components/LeftPanel.vue

@@ -164,7 +164,7 @@ const updateActiveIndex = () => {
   }
    // 从大运河页面进入智能问答页面
   if (path.includes('ai-questions') && from === 'ai-grandcanal') {
-    currentActiveIndex.value = '6' // 保持选中大运河
+    currentActiveIndex.value = '7' // 保持选中大运河
     return
   }
      // 从AI+古诗页面进入智能问答页面