From f585c83554fa94442272bc8cd0ab480d807687c4 Mon Sep 17 00:00:00 2001 From: zoujing Date: Thu, 18 Sep 2025 20:47:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=BD=A6=E7=89=8C?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/ChatMainList.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/chat/ChatMainList.vue b/pages/chat/ChatMainList.vue index d598929..9697f88 100644 --- a/pages/chat/ChatMainList.vue +++ b/pages/chat/ChatMainList.vue @@ -42,7 +42,6 @@ class="message-item-ai" :key="`ai-${item.msgId}-${item.msg ? item.msg.length : 0}`" :text="item.msg || ''" - , :isLoading="item.isLoading" >