From c26f213a1170783dcd8fd642e46a5b5d683ff170 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Fri, 17 Jan 2025 18:08:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8F=E8=A7=88=E5=99=A8?= =?UTF-8?q?=E4=B8=8D=E8=87=AA=E5=8A=A8=E8=BD=AC=E6=8D=A2=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } }