From 655b3e2bfd3301625e0c8f69957da90c332af83b Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Wed, 8 Jan 2025 09:48:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=B3=E8=BD=ACapp?= =?UTF-8?q?=E7=9A=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.html | 2 +- src/utils/consts.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index e5d91ee..417d9df 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 Mobile version jump - window.location.href = 'https://app.iwebcoin.com'; + window.location.href = 'https://ap.iwebcoin.com'; break; } } diff --git a/src/utils/consts.js b/src/utils/consts.js index 6fce797..beac287 100644 --- a/src/utils/consts.js +++ b/src/utils/consts.js @@ -15,7 +15,7 @@ export default { FAIL : 2, } }, - mobileUrl:'https://app.iwebcoin.com', + mobileUrl:'https://ap.iwebcoin.com', Server: { Path: { // API: isProduct ? `http://qkladmin2.ruanmeng.top/api/` : `/api/`,