From 6e86463fcdf606fbe90c89a5eb8eea0e19f92d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Fri, 7 Apr 2023 10:32:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9websocket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index 152b2b8..6030753 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -646,7 +646,7 @@ export default { alert("您的浏览器不支持Websocket通信协议") return } - let url = "ws://127.0.0.1:8080/websocket/message"; //请求的后端地址 + let url = "ws://10.11.41.249:8080/websocket/message"; //请求的后端地址 let websocket = null;//全局WebSocket对象 let lockReconnect = false; // 网络断开重连