From 7eaee92ee52e1501480adbbe8a1af9ddecc04275 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 04 九月 2024 11:05:23 +0800 Subject: [PATCH] 测试完成 --- src/views/repositoryai/templateku/configurat/measurement.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/repositoryai/templateku/configurat/measurement.vue b/src/views/repositoryai/templateku/configurat/measurement.vue index e631cc8..8c3ac2b 100644 --- a/src/views/repositoryai/templateku/configurat/measurement.vue +++ b/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"> @@ -105,7 +105,7 @@ return { answer: "", //鍥炵瓟 id: null, - TemplateName: "闅忚妯$増鍚嶇О", //妯$増鍚� + TemplateName: "闅忚妯℃澘鍚嶇О", //妯℃澘鍚� radio: "1", userid: "", input: "杩樹笉閿�", @@ -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 -- Gitblit v1.9.3