From eb63dc1d8dad647394d8b4bcf16ac372ccaf3501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Wed, 3 Sep 2025 09:35:09 +0800 Subject: [PATCH] =?UTF-8?q?refactor(websocket):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E5=A4=84=E7=90=86=E5=99=A8=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cunkebao/src/store/module/websocket/msgManage.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/Cunkebao/src/store/module/websocket/msgManage.ts b/Cunkebao/src/store/module/websocket/msgManage.ts index fdcc0c1e..2883be13 100644 --- a/Cunkebao/src/store/module/websocket/msgManage.ts +++ b/Cunkebao/src/store/module/websocket/msgManage.ts @@ -19,7 +19,6 @@ const messageHandlers: Record = { }); asyncKfUserList(kfUserList); }, - // 发送消息响应 CmdSendMessageResp: message => { console.log("发送消息响应", message);