Browse Source

fix: 优化目录跳转未找到章节的提示信息

何文松 4 tuần trước cách đây
mục cha
commit
233a7619dc
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      frontend/vue-demo/src/views/Editor.vue

+ 1 - 2
frontend/vue-demo/src/views/Editor.vue

@@ -579,8 +579,7 @@ function scrollToHeading(item) {
     }
   }
   
-  console.warn('未找到章节:', titleText)
-  ElMessage.warning('未找到对应章节')
+  ElMessage.info(`章节「${titleText}」在当前文档中不存在`)
 }
 
 // 高亮元素