WXL
2024-09-09 9ff0d92f9e7a58c405ef64e028cc7baf90d5f378
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