修改bug

This commit is contained in:
liuxi 2025-02-26 19:20:42 +08:00
parent bc7f25a718
commit 57ab5dd959

View File

@ -601,6 +601,12 @@ export default {
// }) // })
}, },
handleBack() { handleBack() {
if(this.timerInterval) { //
clearInterval(this.timerInterval); //
}
if (this.videoCallInterval) {
clearInterval(this.videoCallInterval)
}
this.handleBeforeUnload() this.handleBeforeUnload()
setTimeout(() => { setTimeout(() => {
this.$router.push('/mediation-management') this.$router.push('/mediation-management')
@ -830,9 +836,9 @@ export default {
this.isMute = true this.isMute = true
this.$message.success('已静音') this.$message.success('已静音')
} catch (err) { } catch (err) {
// console.log(err,'errerrerrerr') console.log(err,'静音失败')
// //
this.$message.error('静音失败') this.$message.error('静音失败')
} }
}, },
// //