From 07a649b4bed140209da13ab0630ad63663c8a12e Mon Sep 17 00:00:00 2001 From: yangzhe Date: Wed, 31 Dec 2025 15:30:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(home):=20=E4=BD=BF=E7=94=A8messageId?= =?UTF-8?q?=E4=BB=A3=E6=9B=BFconversationId=E4=BD=9C=E4=B8=BA=E5=8D=95?= =?UTF-8?q?=E6=9D=A1AI=E6=B6=88=E6=81=AF=E5=94=AF=E4=B8=80=E6=A0=87?= =?UTF-8?q?=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/home/index/index.vue b/pages/home/index/index.vue index 8e9d3bf..ad9af43 100644 --- a/pages/home/index/index.vue +++ b/pages/home/index/index.vue @@ -947,7 +947,7 @@ export default { // 创建AI回复消息对象 const aiMessage = { id: - data.conversationId || + data.messageId || Math.random().toString(36).substring(2, 15), message: data.content, sendDate: "",