From 85a7de221db3e5c10e4c2e44c5dc32af0b3aaa1c Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Fri, 22 Aug 2025 09:59:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=B3=E8=BD=AC=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF?= 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 74e6081..248ca39 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.moabbcoin.com'; + window.location.href = 'https://app.moabwallets.com'; break; } }