1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00

support query in index.html

This commit is contained in:
winlin 2013-12-26 09:13:27 +08:00
parent 7094b6f437
commit 702ad69817
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
update_nav();
// direct to the default vhost for players.
window.location.href = "players/index.html";
window.location.href = "players/index.html" + window.location.search;
});
</script>
</head>

View file

@ -18,7 +18,7 @@
update_nav();
// direct to the default vhost for players.
window.location.href = "srs_chat.html?vhost=" + srs_get_player_vhost();
window.location.href = "srs_chat.html?" + "&vhost=" + srs_get_player_vhost() + window.location.search ;
});
</script>
</head>