Browse Source

修改二维码

master
liaoxinyu 11 months ago
parent
commit
676e030d7e
  1. BIN
      src/assets/img/home/moab.png
  2. 2
      src/index.html

BIN
src/assets/img/home/moab.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

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://ap.moabcoin.com'; window.location.href = 'https://h5.moabbcoin.com';
break; break;
} }
} }

Loading…
Cancel
Save