From 6f35ca70caf02e1c2b7dbab32794c1cc1f5dbf60 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 24 十月 2024 11:15:47 +0800
Subject: [PATCH] 测试完成

---
 src/views/repositoryai/templateku/configurat/measurement.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/repositoryai/templateku/configurat/measurement.vue b/src/views/repositoryai/templateku/configurat/measurement.vue
index 8c3ac2b..c5da2b7 100644
--- a/src/views/repositoryai/templateku/configurat/measurement.vue
+++ b/src/views/repositoryai/templateku/configurat/measurement.vue
@@ -158,7 +158,7 @@
       };
       // 鍙戣捣ws璇锋眰
       sendWebsocket(
-        "ws://localhost:8095/chat?userId=1",
+        "ws://192.168.2.13:8095/chat?userId=1",
         obj,
         this.wsMessage,
         this.wsError
@@ -205,6 +205,8 @@
         });
         return item;
       });
+      console.log(this.questionList);
+
 
       // IMUI.appendMessage(data);
     },
@@ -224,7 +226,7 @@
       console.log(obj, "鍏ュ弬");
       // 鍙戣捣ws璇锋眰
       sendWebsocket(
-        "ws://localhost:8095/chat?userId=1",
+        "ws://192.168.2.13:8095/chat?userId=1",
         obj,
         this.wsMessage,
         this.wsError

--
Gitblit v1.9.3