WXL
2024-11-09 bf6643a35299f19ae9147864e6f3b6b4670da98a
src/views/repositoryai/templateku/configurat/measurement.vue
@@ -164,7 +164,7 @@
      };
      // 发起ws请求
      sendWebsocket(
        "ws://192.168.2.13:8095/chat?userId="+this.userid,
        "ws://192.168.2.10:8095/chat?userId="+this.userid,
        obj,
        this.wsMessage,
        this.wsError
@@ -186,7 +186,7 @@
      // }
      // clearTimeout(timerId)
      // 优先加入通用库匹配文本
      if (dataJson.nowQuestion.submoduleText) {
        this.Answerline.push({
@@ -221,6 +221,8 @@
            this.sendFn(); // 后调用
          }
        }, this.timeout * 1000);
      }else{
        clearTimeout(timerId)
      }
      console.log(this.questionList);
@@ -244,7 +246,7 @@
      console.log(obj, "入参");
      // 发起ws请求
      sendWebsocket(
        "ws://192.168.2.13:8095/chat?userId="+this.userid,
        "ws://192.168.2.10:8095/chat?userId="+this.userid,
        obj,
        this.wsMessage,
        this.wsError