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/`,