Commit 06d0022c by root

first commit

parent c484b421
...@@ -37,6 +37,8 @@ ...@@ -37,6 +37,8 @@
url = '868vip.live' url = '868vip.live'
} else if (locationHost === 'www.868vip.asia' || locationHost === 'm.www.868vip.asia') { } else if (locationHost === 'www.868vip.asia' || locationHost === 'm.www.868vip.asia') {
url = '868vip.asia' url = '868vip.asia'
} else if (locationHost === 'www.868vip.app' || locationHost === 'm.www.868vip.app') {
url = '868vip.app'
} else { } else {
url = window.location.host url = window.location.host
} }
......
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 to comment