From 294fb80b053685a5219b90fcb368a186a75cffe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=B5=A9=E6=B5=A9?= <1036606149@qq.com> Date: Wed, 29 May 2024 00:00:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E6=8E=A5=E6=94=B6?= =?UTF-8?q?=20websocket=20=E8=BF=9E=E6=8E=A5=E5=92=8C=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/ImChat/src/ImChat.vue | 65 +++++++++++++++-- src/store/modules/imMessageStore.ts | 9 +++ src/store/modules/webSocketStore.ts | 81 --------------------- src/views/im/Message/index.vue | 20 +++-- 4 files changed, 83 insertions(+), 92 deletions(-) delete mode 100644 src/store/modules/webSocketStore.ts diff --git a/src/layout/components/ImChat/src/ImChat.vue b/src/layout/components/ImChat/src/ImChat.vue index 164cd8a1..b5f1db38 100644 --- a/src/layout/components/ImChat/src/ImChat.vue +++ b/src/layout/components/ImChat/src/ImChat.vue @@ -1,7 +1,12 @@