WXL
2024-10-24 6f35ca70caf02e1c2b7dbab32794c1cc1f5dbf60
src/views/repositoryai/templateku/configurat/measurement.vue
@@ -158,7 +158,7 @@
      };
      // 发起ws请求
      sendWebsocket(
        "ws://localhost:8095/chat?userId=1",
        "ws://192.168.2.13:8095/chat?userId=1",
        obj,
        this.wsMessage,
        this.wsError
@@ -205,6 +205,8 @@
        });
        return item;
      });
      console.log(this.questionList);
      // IMUI.appendMessage(data);
    },
@@ -224,7 +226,7 @@
      console.log(obj, "入参");
      // 发起ws请求
      sendWebsocket(
        "ws://localhost:8095/chat?userId=1",
        "ws://192.168.2.13:8095/chat?userId=1",
        obj,
        this.wsMessage,
        this.wsError