|
|
@ -1,9 +1,11 @@ |
|
|
// 环境变量配置
|
|
|
// 环境变量配置
|
|
|
// const env = 'development'
|
|
|
const env = 'development' |
|
|
const env = 'prod' |
|
|
// const env = 'prod'
|
|
|
const isMockEnabled = false // 默认禁用Mock优先模式,仅作为回退
|
|
|
const isMockEnabled = false // 默认禁用Mock优先模式,仅作为回退
|
|
|
const isDebug = false // 默认启用调试模式
|
|
|
const isDebug = false // 默认启用调试模式
|
|
|
|
|
|
// const devurl = 'https://test.hnhbty.cn/api'
|
|
|
const devurl = 'http://localhost:20080/api' |
|
|
const devurl = 'http://localhost:20080/api' |
|
|
|
|
|
// const devimgurl = 'https://test.hnhbty.cn'
|
|
|
const devimgurl = 'http://localhost:20080' |
|
|
const devimgurl = 'http://localhost:20080' |
|
|
const produrl = 'https://api.hnhbty.cn/api' |
|
|
const produrl = 'https://api.hnhbty.cn/api' |
|
|
const prodimgurl = 'https://api.hnhbty.cn' |
|
|
const prodimgurl = 'https://api.hnhbty.cn' |
|
|
|