修改bug
This commit is contained in:
parent
422382a732
commit
1eebd5a869
@ -609,10 +609,12 @@ export default {
|
|||||||
}
|
}
|
||||||
if(this.calling){
|
if(this.calling){
|
||||||
let res = await window.tccc.Call.hungUp({sessionId: this.sessionId})
|
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) {}
|
} catch (err) {}
|
||||||
|
|
||||||
// this.$route.query.sourcePage == 'mediationManagement'
|
// this.$route.query.sourcePage == 'mediationManagement'
|
||||||
// this.$router.push('/mediation-management')
|
// this.$router.push('/mediation-management')
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user