修改bug
This commit is contained in:
parent
bc7f25a718
commit
57ab5dd959
@ -601,6 +601,12 @@ export default {
|
||||
// })
|
||||
},
|
||||
handleBack() {
|
||||
if(this.timerInterval) { //如果定时器还在运行 或者直接关闭,不用判断
|
||||
clearInterval(this.timerInterval); //关闭
|
||||
}
|
||||
if (this.videoCallInterval) {
|
||||
clearInterval(this.videoCallInterval)
|
||||
}
|
||||
this.handleBeforeUnload()
|
||||
setTimeout(() => {
|
||||
this.$router.push('/mediation-management')
|
||||
@ -830,9 +836,9 @@ export default {
|
||||
this.isMute = true
|
||||
this.$message.success('已静音')
|
||||
} catch (err) {
|
||||
// console.log(err,'errerrerrerr')
|
||||
// 静音失败
|
||||
this.$message.error('静音失败')
|
||||
console.log(err,'静音失败')
|
||||
// 静音失败
|
||||
this.$message.error('静音失败')
|
||||
}
|
||||
},
|
||||
// 取消静音
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user