diff --git a/src/index.html b/src/index.html index e1a04ee..b2a1ec4 100644 --- a/src/index.html +++ b/src/index.html @@ -3,6 +3,7 @@ + QNTcoin @@ -21,7 +22,7 @@ for (var i = 0; i < mobileAgent.length; i++) { if (browser.indexOf(mobileAgent[i]) != -1) { //todo 手机版跳转 - window.location.href = 'https://app.qntcoin.com/'; + window.location.href = 'https://h5.qntcoin.com/'; break; } }