@ -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;
}