WXL
2024-04-07 8ec0ecf641b2a46fed9f1eb6ceb4e950678e7804
测试完成
已修改1个文件
16 ■■■■ 文件已修改
src/views/repositoryai/templateku/configurat/measurement.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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