xbx #174

Merged
theluyuan merged 3 commits from xbx into master 2020-11-30 05:47:19 +00:00
Showing only changes of commit f8c706ecbb - Show all commits

View File

@ -173,7 +173,7 @@ function setBtnClickFuc() {
url: window.url + 'StopMCUMixTranscode?roomid=' + window.roomid, url: window.url + 'StopMCUMixTranscode?roomid=' + window.roomid,
headers: "Bearer " + localStorage.getItem("token"), headers: "Bearer " + localStorage.getItem("token"),
success(){ success(){
window.parent.location.href="/regime/live"; window.parent.location.href="/regime/livedetail?id=" + window.liveid;
} }
}) })