Browse Source

更改手机调整地址

master
453530270@qq.com 3 years ago
parent
commit
3c211fcf64
  1. 2
      src/index.html

2
src/index.html

@ -21,7 +21,7 @@
for (var i = 0; i < mobileAgent.length; i++) {
if (browser.indexOf(mobileAgent[i]) != -1) {
//todo 手机版跳转
window.location.href = 'https://xgg.xuscoin.com';
window.location.href = 'https://app.xuscoin.com';
break;
}
}

Loading…
Cancel
Save