From 154eb9f79c76236ab506f996e2b321055c035ba3 Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Wed, 6 Aug 2025 15:19:27 +0800 Subject: [PATCH] 1 --- frontend/src/utils/webSocketClient.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/utils/webSocketClient.ts b/frontend/src/utils/webSocketClient.ts index 4cf872b..94165f1 100644 --- a/frontend/src/utils/webSocketClient.ts +++ b/frontend/src/utils/webSocketClient.ts @@ -39,6 +39,7 @@ export default class SocketService { const url = 'ws://127.0.0.1:7777/hello?name=cdf' + //const url = 'ws://192.168.1.124:7777/hello?name=cdf' this.ws = new WebSocket(url); // 连接成功的事件 this.ws.onopen = () => {