修改bug

This commit is contained in:
liuxi 2025-02-28 16:27:20 +08:00
parent 25d9b5f5cc
commit 55fe5b3a88

View File

@ -462,6 +462,7 @@ export default {
} else {
await this.callingCaseList() //
}
this.videoCall()
this.videoCallInterval = setInterval(() => {
console.log('进入videoCall---------setInterval')
this.videoCall()
@ -534,7 +535,7 @@ export default {
api.videoCall({}).then(res => {
console.log('视频提前提醒:',res)
if (!res.code) {
this.videoReminderData = res ? JSON.parse(res) : {}
this.videoReminderData = res ? res : {}
}
})
},