You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
425 B
21 lines
425 B
// const host='https://xinfan.x-embers.com/api' |
|
/** |
|
* api域名 |
|
* */ |
|
// const host='http://192.168.2.11:8889/' |
|
const host='http://192.168.2.97:8888/' |
|
/** |
|
* 测试域名,未使用 |
|
* */ |
|
const devhost='http://192.168.2.110:9999/' |
|
// const host='http://192.168.1.5:9503/api' |
|
/** |
|
* 图片域名 |
|
* */ |
|
const imghost='' |
|
/** |
|
* app加密参数 |
|
* */ |
|
const APPKEY='h5u:h5u_secret' |
|
|
|
export { host , imghost , APPKEY , devhost } |