直播5秒

This commit is contained in:
2020-11-30 11:57:26 +08:00
parent 68fac22bbf
commit a0742923b5
5 changed files with 24 additions and 23 deletions

2
dist/js/common.js vendored
View File

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