10.10综合交易所原始源码_移动端
1
admin
2026-01-31 b8270e9601c8ab7a1e429eb18abc2f1f645ce7ba
src/config/index.js
@@ -43,12 +43,12 @@
// const ENV_DEV = '127.0.0.1' // dev
// const ENV_DEV = '127.0.0.1:8086' // dev
const ENV_DEV = 'api.crypt.mom' // dev
const ENV_DEV = 'api.crypt.bond' // dev
// const ENV_PRO = window.location.hostname // 接口域名跟随 H5
// const ENV_PRO = "127.0.0.1"
// const ENV_PRO = "127.0.0.1:8086"
const ENV_PRO = "api.crypt.mom"
const ENV_PRO = "api.crypt.bond"
// 避免打包出错务必把 app域名的注释要放在在本地ENV_PRO的下面
// const ENV_PRO = 'foilwm.com' //  app域名
@@ -66,7 +66,7 @@
}
export const BASE_URL = base_url
export const WS_URL = ws_url
export const IMG_PATH = 'https://img.crypt.mom'
export const IMG_PATH = 'https://api.crypt.bond'
export const HOST_URL = host_url
export default {