feat: 替换了抽屉的实现方案

This commit is contained in:
2025-08-03 16:36:13 +08:00
parent a88d909a90
commit 5805d83af2
12 changed files with 366 additions and 267 deletions

View File

@@ -388,9 +388,7 @@
console.log('chunk.toolCall:', chunk.toolCall)
chatMsgList.value[aiMsgIndex].toolCall = chunk.toolCall
}
console.log("============>", chunk.question)
// 如果有问题,则设置问题
if(chunk.question && chunk.question.length > 0) {
chatMsgList.value[aiMsgIndex].question = chunk.question