From cb2e96211667b0baf8cd7b3d268666f96565766e Mon Sep 17 00:00:00 2001 From: lkddi Date: Sat, 28 Feb 2026 11:12:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E4=B8=8EAI=E8=81=8A?= =?UTF-8?q?=E5=A4=A9=E4=B8=8D=E5=86=8D=E9=98=BB=E5=A1=9E=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E5=8F=91=E8=A8=80=E9=94=81=EF=BC=8C=E5=85=81=E8=AE=B8=E5=9C=A8?= =?UTF-8?q?AI=E6=80=9D=E8=80=83=E6=9C=9F=E9=97=B4=E7=BB=A7=E7=BB=AD?= =?UTF-8?q?=E5=9C=A8=E5=85=AC=E5=B1=8F=E8=81=8A=E5=A4=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/chat/partials/scripts.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/chat/partials/scripts.blade.php b/resources/views/chat/partials/scripts.blade.php index cdc976f..bfe84b4 100644 --- a/resources/views/chat/partials/scripts.blade.php +++ b/resources/views/chat/partials/scripts.blade.php @@ -763,8 +763,8 @@ if (toUser === 'AI小班长') { contentInput.value = ''; contentInput.focus(); - await sendToChatBot(content); _isSending = false; + sendToChatBot(content); // 异步调用,不阻塞全局发送 return; }