10.10综合交易所原始源码_移动端
1
7 days ago 4f9044ae2a9f2db03bbb916bc5f6dfd12916361d
src/config/index.js
@@ -42,13 +42,13 @@
//const ENV_DEV = '9d9d8.com' // 填写前端域名网址
// const ENV_DEV = '127.0.0.1' // dev
// const ENV_DEV = '127.0.0.1:8086' // dev
const ENV_DEV = 'api.eledrink.com' // dev
// const ENV_DEV = '192.168.10.11:8848' // dev
const ENV_DEV = 'api.dpcex.com' // 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.eledrink.com"
// const ENV_PRO = "192.168.10.11:8848"
const ENV_PRO = "api.dpcex.com"
// 避免打包出错务必把 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.eledrink.com'
export const IMG_PATH = 'https://img.dpcex.com'
export const HOST_URL = host_url
export default {