WXL
2024-07-10 43bb1026f5e6b04e790662361711c40f3499c2a9
src/views/repositoryai/templateku/configurat/measurement.vue
@@ -66,7 +66,7 @@
            :key="item.aaa"
          >
            <div class="dev-text">
              {{ index + 1 }}、<span>{{ item.questionText }}</span>
              {{ index + 1 }}、<span>{{ item.scriptContent }}</span>
            </div>
            <div class="dev-xx" v-if="item.valueType == 1">
@@ -158,7 +158,7 @@
      };
      // 发起ws请求
      sendWebsocket(
        "ws://localhost:8089/chat?userId=1",
        "ws://localhost:8095/chat?userId=1",
        obj,
        this.wsMessage,
        this.wsError
@@ -190,9 +190,9 @@
          value: dataJson.jsy,
          isEat: 1,
        });
      } else if (dataJson.nowQuestion.questionText) {
      } else if (dataJson.nowQuestion.scriptContent) {
        this.Answerline.push({
          value: dataJson.nowQuestion.questionText,
          value: dataJson.nowQuestion.scriptContent,
          isEat: 1,
        });
      }
@@ -224,7 +224,7 @@
      console.log(obj, "入参");
      // 发起ws请求
      sendWebsocket(
        "ws://localhost:8089/chat?userId=1",
        "ws://localhost:8095/chat?userId=1",
        obj,
        this.wsMessage,
        this.wsError