From 64b545869e207e6b2a79ef1634477252485bf7fc Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 13 Oct 2023 13:50:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/chat/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/chat/index.vue b/src/views/chat/index.vue index e09392e..6193531 100644 --- a/src/views/chat/index.vue +++ b/src/views/chat/index.vue @@ -204,7 +204,7 @@ async function onConversation() { }, ], })) - nowStauts = 'loding' + nowStauts.value = 'loding' // 监听WebSocket接收消息事件 socket.onmessage = (event: any) => { @@ -214,7 +214,7 @@ async function onConversation() { lastText += msg.payload.choices.text[0].content mp3.push(msg.payload.choices.mp3) const loading = true - nowStauts = 'input' + nowStauts.value = 'input' updateChat( +uuid, dataSources.value.length - 1,