This commit is contained in:
2020-11-30 11:59:11 +08:00
parent a0742923b5
commit 380eef939b
13 changed files with 32 additions and 10 deletions

4
dist/js/common.js vendored
View File

@@ -163,13 +163,15 @@ function setBtnClickFuc() {
leave();
$('#room-root').hide();
$('#login-root').show();
$.ajax({
url: window.url + 'StopMCUMixTranscode?roomid=' + window.roomid,
headers: { "Authorization": "Bearer " + localStorage.getItem("token")},
headers: "Bearer " + localStorage.getItem("token"),
success(){
window.parent.location.href="/regime/live";
}
})
}
else{