From 1cf4da1a5fb43b6524de6b03c382fed6533fa8ee Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Sun, 24 Nov 2024 22:10:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9ws=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/liveCall/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/liveCall/index.vue b/src/components/liveCall/index.vue index 917bae2..c857892 100644 --- a/src/components/liveCall/index.vue +++ b/src/components/liveCall/index.vue @@ -93,8 +93,8 @@ const initWebSocket = () => { try { // const wsUrl=setWsUrl(`/ws/text/${token}`) // const wsUrl = `ws://frp.feashow.cn:31800/ws/text/${token}` - const wsUrl = `ws://192.168.1.71:88/ws/text/${token}` // const wsUrl = `ws://112.19.165.99:20002/api/ws/text/${token}` + const wsUrl = `ws://192.168.1.71:88/ws/text/${token}` socket = new WebSocket(wsUrl) // 2. ws.send()给服务器发送信息 //连接发生错误的回调方法