From d86a2272def24369b94d5d6ee278db6a40981009 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Thu, 22 May 2025 16:21:17 +0800 Subject: [PATCH] =?UTF-8?q?Fix(AI):[#3812]=E6=9F=A5=E7=9C=8B=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E5=AF=B9=E8=AF=9D=E8=AF=A6=E6=83=85=E9=A1=B5=E6=97=A0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/views/history.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aiChat/views/history.vue b/aiChat/views/history.vue index ec5a13a..4963bf6 100644 --- a/aiChat/views/history.vue +++ b/aiChat/views/history.vue @@ -337,7 +337,8 @@ export default { conversationId: item.messageId, showCursor: false, listQuestion: item.listQuestion || [], - type: -2 + type: -2, + showMoreInfo: {} }) } }