diff --git a/src/assets/img/home/moab.png b/src/assets/img/home/moab.png index 714c464..6c69c74 100644 Binary files a/src/assets/img/home/moab.png and b/src/assets/img/home/moab.png differ diff --git a/src/index.html b/src/index.html index 03da7d8..74e6081 100644 --- a/src/index.html +++ b/src/index.html @@ -22,7 +22,7 @@ for (var i = 0; i < mobileAgent.length; i++) { if (browser.indexOf(mobileAgent[i]) != -1) { //todo 手机版跳转 - window.location.href = 'https://ap.moabcoin.com'; + window.location.href = 'https://h5.moabbcoin.com'; break; } }