fix : 优化通话记录框样式

This commit is contained in:
2024-09-25 17:55:21 +08:00
parent 34340136fb
commit b71c948854
5 changed files with 288 additions and 88 deletions

View File

@@ -1,8 +1,8 @@
<template>
<!--测试 张三 : 17260625724565 李四: 17260625724123-->
<div class="live-call-block">
<live-call-item ref="recordLeftRef" :recordObj="recordLeftObj" :headData="leftHeadData"/>
<live-call-item ref="recordRightRef" :recordObj="recordRightObj" :headData="rightHeadData"/>
<live-call-item-home ref="recordLeftRef" :recordObj="recordLeftObj" :headData="leftHeadData"/>
<live-call-item-home ref="recordRightRef" :recordObj="recordRightObj" :headData="rightHeadData"/>
</div>
</template>
@@ -108,8 +108,8 @@ const handleLogout = () => {
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://frp.feashow.cn:31800/ws/text/${token}`
// const wsUrl = `ws://112.19.165.99:20002/api/ws/text/${token}`
socket = new WebSocket(wsUrl)
// 2. ws.send()给服务器发送信息
//连接发生错误的回调方法