修改bug

This commit is contained in:
张运江 2025-02-27 16:40:17 +08:00
parent 422382a732
commit 1eebd5a869

View File

@ -609,10 +609,12 @@ export default {
}
if(this.calling){
let res = await window.tccc.Call.hungUp({sessionId: this.sessionId})
console.log('挂断电话', res)
this.$router.push('/mediation-management')
} else {
this.$router.push('/mediation-management')
}
this.$router.push('/mediation-management')
} catch (err) {}
// this.$route.query.sourcePage == 'mediationManagement'
// this.$router.push('/mediation-management')
},