From 04715ec611af8793840a2824eda59d11d24a18c1 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Mon, 17 Feb 2025 11:29:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=B3=E8=BD=AC=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }