xbx #170

Merged
theluyuan merged 2 commits from xbx into master 2020-11-30 02:14:43 +00:00
4 changed files with 4 additions and 2 deletions

1
dist/js/common.js vendored
View File

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

2
dist/zhibo.html vendored
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>

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>