Commit cd0bc381 by libai

测试

parent 8252dae0
Showing with 9 additions and 1 deletions
......@@ -9,11 +9,19 @@
checkIp()
}
}
else{
$ip='http://cpapitest.yabolive.net:81/'
$ws = "ws://47.242.178.187:12308/"
}
var ua = window.navigator.userAgent.toLowerCase();
try {
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href="https://www.footseen.xyz/phone/index.html"
} else if (/android/.test(ua)) {
window.location.href="https://www.footseen.xyz/phone/index.html"
}
} catch (e) {
}
$ip = "https://cpapi.footseen.xyz/";
$ws = "wss://websocket.footseen.xyz:12308/"
var bbb = location.href;
......
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