diff --git a/src/index.html b/src/index.html index 21a1535..811f625 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://h5.qntwallets.com/'; + window.location.href = 'https://app.qntwallet.com/'; break; } }