diff --git a/src/components/liveCall/index.vue b/src/components/liveCall/index.vue index 0227183..1a67bc4 100644 --- a/src/components/liveCall/index.vue +++ b/src/components/liveCall/index.vue @@ -93,7 +93,8 @@ const initWebSocket = () => { try { // const wsUrl=setWsUrl(`/ws/text/${token}`) // const wsUrl = `ws://frp.feashow.cn:31800/ws/text/${token}` - const wsUrl = `ws://112.19.165.99:20002/api/ws/text/${token}` + // const wsUrl = `ws://112.19.165.99:20002/api/ws/text/${token}` + const wsUrl = `ws://192.168.1.71:88/api/ws/text/${token}` socket = new WebSocket(wsUrl) // 2. ws.send()给服务器发送信息 //连接发生错误的回调方法