Browse Source

修改跳转接口

master
liaoxinyu 1 year ago
parent
commit
04715ec611
  1. 2
      src/index.html

2
src/index.html

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

Loading…
Cancel
Save