From 2204876076ba3c98f5cd32130c6798619624c04d Mon Sep 17 00:00:00 2001 From: cherishsince Date: Tue, 9 Jul 2024 17:05:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=A7=A3=E5=86=B3todo=E3=80=91?= =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E4=B8=AD=E4=B8=8D=E5=85=81=E8=AE=B8=E5=88=87?= =?UTF-8?q?=E6=8D=A2(=E8=87=AA=E5=8A=A8stop=20stream=20=E5=88=A0=E9=99=A4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai/chat/index/index.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/views/ai/chat/index/index.vue b/src/views/ai/chat/index/index.vue index 6b79f138..37dadaec 100644 --- a/src/views/ai/chat/index/index.vue +++ b/src/views/ai/chat/index/index.vue @@ -180,11 +180,6 @@ const handleConversationClick = async (conversation: ChatConversationVO) => { // 更新选中的对话 id activeConversationId.value = conversation.id activeConversation.value = conversation - // 处理进行中的对话 - // TODO @fan:这里,和上面的 “对话进行中,不允许切换” 是不是重叠了? - if (conversationInProgress.value) { - await stopStream() - } // 刷新 message 列表 await getMessageList() // 滚动底部