This commit is contained in:
2020-11-30 11:04:04 +08:00
parent 4a195a57c5
commit f5eb29a27b
60 changed files with 72 additions and 65 deletions

9
dist/js/common.js vendored
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="你按下了\"取消\"按钮!";