Browse Source

修改跳转app的链接

master
liaoxinyu 1 year ago
parent
commit
655b3e2bfd
  1. 2
      src/index.html
  2. 2
      src/utils/consts.js

2
src/index.html

@ -21,7 +21,7 @@
for (var i = 0; i < mobileAgent.length; i++) { for (var i = 0; i < mobileAgent.length; i++) {
if (browser.indexOf(mobileAgent[i]) != -1) { if (browser.indexOf(mobileAgent[i]) != -1) {
//todo Mobile version jump //todo Mobile version jump
window.location.href = 'https://app.iwebcoin.com'; window.location.href = 'https://ap.iwebcoin.com';
break; break;
} }
} }

2
src/utils/consts.js

@ -15,7 +15,7 @@ export default {
FAIL : 2, FAIL : 2,
} }
}, },
mobileUrl:'https://app.iwebcoin.com', mobileUrl:'https://ap.iwebcoin.com',
Server: { Server: {
Path: { Path: {
// API: isProduct ? `http://qkladmin2.ruanmeng.top/api/` : `/api/`, // API: isProduct ? `http://qkladmin2.ruanmeng.top/api/` : `/api/`,

Loading…
Cancel
Save