Browse Source

替换手机跳转网址

master
453530270@qq.com 2 years ago
parent
commit
c85cf9f84d
  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://h5.xusexchange.com';
window.location.href = 'https://app.xusexchange.com';
break;
}
}

Loading…
Cancel
Save