关闭跳转到直播列表

This commit is contained in:
unknown 2020-11-30 10:13:40 +08:00
parent b918a0cee7
commit 8f837e6d8d
2 changed files with 2 additions and 1 deletions

View File

@ -163,6 +163,7 @@ function setBtnClickFuc() {
leave();
$('#room-root').hide();
$('#login-root').show();
window.parent.location.href="/regime/live";
}
else{
x="你按下了\"取消\"按钮!";

View File

@ -435,7 +435,7 @@
<script src="./js/presetting.js"></script>
<script src="./js/device-testing.js"></script>
<script src="./js/index.js"></script>
<a href="/regime/video" target="_top" id="navto"></a>
</body>
</html>