From 43ff2566ab2e9dc6fe1f6362d510f0e58b82604b Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期三, 11 十二月 2024 20:51:09 +0800 Subject: [PATCH] 222 --- src/views/sampling/sampling/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/sampling/sampling/index.vue b/src/views/sampling/sampling/index.vue index 1db0d69..9550487 100644 --- a/src/views/sampling/sampling/index.vue +++ b/src/views/sampling/sampling/index.vue @@ -378,7 +378,7 @@ return { msg: "", getNumbr: null, - valueUrl: "ws://192.168.1.2:6789/websocket", + valueUrl: "ws://127.0.0.1:6789/websocket", webSocket: null, list: [], selectList: [], -- Gitblit v1.8.0