Merge branch 'main' into 'stg'

修改bug

See merge request cloud-mediate/mediate-manage-web!106
This commit is contained in:
刘翕 2025-02-27 11:29:19 +00:00
commit 688cd43d0f

View File

@ -600,6 +600,7 @@ export default {
// } // }
// }) // })
}, },
// 退
async handleBack() { async handleBack() {
try { try {
if(this.timerInterval) { // if(this.timerInterval) { //
@ -760,8 +761,8 @@ export default {
this.startTimer() this.startTimer()
} }
} catch (err) { } catch (err) {
this.$message.error('呼叫失败,' + err.msg) this.$message.error('呼叫失败,' + err.message)
console.log('呼叫失败',err.msg) console.log('呼叫失败',err.message)
this.calling = false this.calling = false
this.callingFail() this.callingFail()
// //