Browse Source

修改

master
liaoxinyu 2 months ago
parent
commit
7d299d96b2
  1. BIN
      src/assets/img/home/Aer.png
  2. BIN
      src/assets/img/home/fly.png
  3. 2
      src/index.html
  4. 2
      src/utils/consts.js

BIN
src/assets/img/home/Aer.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

BIN
src/assets/img/home/fly.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

2
src/index.html

@ -22,7 +22,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.flybtctree.com'; window.location.href = 'https://app.flybtctreex.com';
break; break;
} }
} }

2
src/utils/consts.js

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

Loading…
Cancel
Save