From c4f2875b50f07e6f375cd9c9ec4d8fbc2494d35d Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 27 八月 2024 16:55:54 +0800 Subject: [PATCH] 测试完成 --- src/views/shortmessage/communication/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/shortmessage/communication/index.vue b/src/views/shortmessage/communication/index.vue index afcbac4..bbfa8a8 100644 --- a/src/views/shortmessage/communication/index.vue +++ b/src/views/shortmessage/communication/index.vue @@ -439,7 +439,7 @@ // 鐐瑰嚮娑堟伅瑙﹀彂 handleMessageClick(e, key, message, instance) { console.log("鐐瑰嚮浜嗘秷鎭�", e, key, message); - + console.log(key); if (key == "status") { instance.updateMessage({ id: message.id, @@ -660,7 +660,7 @@ }; // 鍙戣捣ws璇锋眰 sendWebsocket( - "ws://192.168.1.4:8080/chat?userId=2", + "ws://localhost:8089/chat?userId=1", obj, this.wsMessage, this.wsError -- Gitblit v1.9.3