| .env | ●●●●● patch | view | raw | blame | history | |
| 8-20_app_1.rar | patch | view | raw | blame | history | |
| index.html | ●●●●● patch | view | raw | blame | history | |
| public/img/App.png | patch | view | raw | blame | history | |
| relicon.png | patch | view | raw | blame | history | |
| src/assets/imgs/logo.png | patch | view | raw | blame | history | |
| src/config/index.js | ●●●●● patch | view | raw | blame | history |
.env
@@ -1 +1 @@ VITE_APP__TITLE = "CME" VITE_APP__TITLE = "BZ" 8-20_app_1.rarBinary files differ
index.html
@@ -11,7 +11,7 @@ <meta name="theme-color" content="#131a2e"> <meta name="apple-mobile-web-app-status-bar-style" content="#131a2e" /> <link rel="apple-touch-icon" href="./public/img/App.png"> <title>CME</title> <title>BZ</title> </head> <body> public/img/App.pngrelicon.pngsrc/assets/imgs/logo.pngsrc/config/index.js
@@ -36,13 +36,13 @@ // const ENV_DEV = 'zhapi.coinbtcs.com' // dev // const ENV_DEV = 'openapi.yanshiz.com' // dev // const ENV_DEV = 'syjysapi.yanshiz.com' // dev const ENV_DEV = 'sysapi.yanshiz.com' // dev const ENV_DEV = 'api.amcfcxn.org ' // dev // const ENV_DEV = '192.168.10.6:8086' // dev // const ENV_PRO = 'qheufhj.site' // app域名 // const ENV_PRO = window.location.hostname // 接口域名跟随 H5zhapi.coinbtcs.com // const ENV_PRO = 'syjysapi.yanshiz.com' // 接口域名跟随 H5zhapi.coinbtcs.com const ENV_PRO = 'sysapi.yanshiz.com' // 接口域名跟随 H5zhapi.coinbtcs.com const ENV_PRO = 'api.amcfcxn.org ' // 接口域名跟随 H5zhapi.coinbtcs.com // const ENV_PRO = '192.168.10.6:8086' // 接口域名跟随 H5zhapi.coinbtcs.com let base_url = ''