From 69597f3959e8c8c1542b6a704fa95d544b7b1cf6 Mon Sep 17 00:00:00 2001
From: lifizer <913626195@qq.com>
Date: Thu, 25 Jun 2026 14:43:01 +0800
Subject: [PATCH] =?UTF-8?q?Fix(=E4=BA=91=E7=81=B5AI):[#5374]=E5=8E=86?=
=?UTF-8?q?=E5=8F=B2=E5=AF=B9=E8=AF=9D=E8=AF=A6=E6=83=85=E9=A1=B5-?=
=?UTF-8?q?=E7=82=B9=E5=87=BB=E8=AF=AD=E9=9F=B3=E6=92=AD=E6=94=BE=E6=8C=89?=
=?UTF-8?q?=E9=92=AE=EF=BC=8C=E6=B2=A1=E6=9C=89=E6=92=AD=E6=94=BEAI?=
=?UTF-8?q?=E5=9B=9E=E7=AD=94=E5=86=85=E5=AE=B9=EF=BC=8C=E5=8E=9F=E5=9B=A0?=
=?UTF-8?q?=E6=98=AF=E5=90=8E=E7=AB=AF=E8=BF=94=E5=9B=9E=E7=9A=84=E6=95=B0?=
=?UTF-8?q?=E6=8D=AEconversationId=E3=80=81messageId=E6=9C=89=E5=8F=AF?=
=?UTF-8?q?=E8=83=BD=E4=B8=BA=E7=A9=BA=EF=BC=8C=E9=9C=80=E8=A6=81=E5=85=BC?=
=?UTF-8?q?=E5=AE=B9=E5=A4=84=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
aiChat/mixins/chatMixinsV2.js | 2 +-
aiChat/views/history.vue | 2 +-
aiChat/views/index.vue | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/aiChat/mixins/chatMixinsV2.js b/aiChat/mixins/chatMixinsV2.js
index 9b2e92c..13443d1 100644
--- a/aiChat/mixins/chatMixinsV2.js
+++ b/aiChat/mixins/chatMixinsV2.js
@@ -686,7 +686,7 @@ export const chatMixinsV2 = {
return
}
this.isPlayAudio = false
- this.audioPlayId = item.conversationId
+ this.audioPlayId = item.conversationId || item.messageId || item.parentMessageId
const flag = 1
if (flag === 1) {
console.log(removeMarkdown(item.content).replace(/[\n\t\s]/g, ''))
diff --git a/aiChat/views/history.vue b/aiChat/views/history.vue
index dda1b84..e876d12 100644
--- a/aiChat/views/history.vue
+++ b/aiChat/views/history.vue
@@ -115,7 +115,7 @@
@click="ttsHandle(item)"
>
diff --git a/aiChat/views/index.vue b/aiChat/views/index.vue
index 6d7ea5b..77ce07b 100644
--- a/aiChat/views/index.vue
+++ b/aiChat/views/index.vue
@@ -289,7 +289,7 @@
@click="ttsHandle(item)"
>