From 3c211fcf642fb08fcf0eb6ca94c261cd01520e05 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Sat, 2 Sep 2023 22:46:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=89=8B=E6=9C=BA=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E5=9C=B0=E5=9D=80?= 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 f20a8f6..7c60437 100644 --- a/src/index.html +++ b/src/index.html @@ -21,7 +21,7 @@ for (var i = 0; i < mobileAgent.length; i++) { if (browser.indexOf(mobileAgent[i]) != -1) { //todo 手机版跳转 - window.location.href = 'https://xgg.xuscoin.com'; + window.location.href = 'https://app.xuscoin.com'; break; } }