WXL
2024-04-15 ca4592da86db14fae371a4c2b76af5dd2d7e12d0
src/views/repositoryai/templateku/configurat/measurement.vue
@@ -129,7 +129,7 @@
      };
      // 发起ws请求
      sendWebsocket(
        "ws://192.168.2.8:8089/chat?userId=1",
        "ws://localhost:8089/chat?userId=1",
        obj,
        this.wsMessage,
        this.wsError
@@ -156,14 +156,14 @@
        });
      }
      // 是否结束
      if (!dataJson.jsy) {
        this.Answerline.push({
          value: dataJson.nowQuestion.questionText,
          isEat: 1,
        });
      } else {
      if (dataJson.jsy) {
        this.Answerline.push({
          value: dataJson.jsy,
          isEat: 1,
        });
      } else if (dataJson.nowQuestion.questionText) {
        this.Answerline.push({
          value: dataJson.nowQuestion.questionText,
          isEat: 1,
        });
      }
@@ -195,7 +195,7 @@
      console.log(obj, "入参");
      // 发起ws请求
      sendWebsocket(
        "ws://192.168.2.8:8089/chat?userId=1",
        "ws://localhost:8089/chat?userId=1",
        obj,
        this.wsMessage,
        this.wsError