Commit 2294a41d by agan

修改跳轉

parent 73b01bd5
Showing with 4 additions and 2 deletions
......@@ -26,8 +26,9 @@
if (!((/android/.test(ua)))) {
if((/iphone|ipad|ipod/.test(ua))){
window.location.href = 'https://www.footseen.xyz/mobile/index.html';
}else{
window.location.href = "https://www.footseen.xyz?go=footseen";
}
window.location.href = "https://www.footseen.xyz?go=footseen";
}
</script>
<meta charset="UTF-8">
......
......@@ -26,8 +26,9 @@
if (!((/android/.test(ua)))) {
if((/iphone|ipad|ipod/.test(ua))){
window.location.href = 'https://www.footseen.xyz/mobile/index.html';
}else{
window.location.href = "https://www.footseen.xyz?go=footseen";
}
window.location.href = "https://www.footseen.xyz?go=footseen";
}
</script>
<meta charset="UTF-8">
......
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