From 00ef0d7e3dbdda13c3da6449a33c30906430e3ba Mon Sep 17 00:00:00 2001 From: IGCrystal Date: Wed, 18 Jun 2025 16:24:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E5=AE=9E=E6=97=B6=E6=98=BE=E7=A4=BA=E6=B6=88?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复chat与chatbox之间切换后sse断开连接导致无法实时显示消息 --- dashboard/src/views/ChatPage.vue | 398 +++++++++++++++++++++---------- 1 file changed, 271 insertions(+), 127 deletions(-) diff --git a/dashboard/src/views/ChatPage.vue b/dashboard/src/views/ChatPage.vue index e361130a8..fbbc2733c 100644 --- a/dashboard/src/views/ChatPage.vue +++ b/dashboard/src/views/ChatPage.vue @@ -1,5 +1,3 @@ - -