Commit 95c99acc by libai

测试

parent 846f4120
Showing with 2 additions and 2 deletions
......@@ -275,7 +275,7 @@
<input type="text" hidden="hidden" id="guestid">
</div>
<script>
var server="http://test.liveauth.ishuaji.cn";
var server="http://liveauth.ishuaji.cn";
var cdn="https://app.ixiulive.com/";
var ws;
var checkTimer;
......@@ -502,7 +502,7 @@
if ("WebSocket" in window)
{
// 打开一个 web socket
var url="ws://114.55.165.186:21901/ws?guestid="+guestid+"&type=5";
var url="ws://118.178.112.116:21901/ws?guestid="+guestid+"&type=5";
try {
ws = new WebSocket(url);
}catch(err){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment