src/views/meet/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/meet/index.vue
@@ -21,7 +21,7 @@ onMounted(() => { const width = window.innerWidth; const height = window.innerHeight; const domain = 'ycl.easyblog.vip:8443/' + id; const domain = 'www.kgmeet.com:8443/' + id; const options = { roomName: meetName, width: width, @@ -140,7 +140,7 @@ } const {status, message, error, connect, disconnect, sendMessage} = useWebScoket({ url: 'ws://127.0.0.1:8000/websocket/' + userInfo._rawValue.id, url: 'ws://www.kgmeet.com:18443/websocket/' + userInfo._rawValue.id, heartBeatData: 'ping' });