WXL
2024-04-25 4bc27ca4c7eb5e6ceed68036b9dda7d80c69ead6
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
@@ -235,7 +235,7 @@
  }
}
.borderdiv {
  min-height: 60vh;
  height: 100vh;
  font-size: 20px;
  padding: 30px;
  max-height: 700px;