复原代码

This commit is contained in:
liuxi 2025-02-21 16:43:33 +08:00
parent d79a2e04ec
commit 799ae627b3

View File

@ -686,6 +686,7 @@ export default {
},
//
async startOutboundCall(params) {
console.log('进入呼叫电话111', params)
// this.phoneNumber = this.queue ? this.queueList[this.index].phone : this.baseInfo.phone
if (this.calling) return
@ -733,6 +734,7 @@ export default {
}
try {
let res = await window.tccc.Call.hungUp({sessionId: this.sessionId})
this.calling = false
this.resetTimer()
this.nextCall()
} catch (err) {