xbx #172

Merged
theluyuan merged 4 commits from xbx into master 2020-11-30 03:04:33 +00:00
Showing only changes of commit 4a195a57c5 - Show all commits

View File

@ -163,7 +163,14 @@ function setBtnClickFuc() {
leave();
$('#room-root').hide();
$('#login-root').show();
window.parent.location.href="/regime/live";
$.ajax({
url: window.url + 'StopMCUMixTranscode?roomid=' + window.roomid,
headers: "Bearer " + localStorage.getItem("token"),
success(){
window.parent.location.href="/regime/live";
}
})
}
else{
x="你按下了\"取消\"按钮!";