内部测试环境
This commit is contained in:
parent
a79ef58513
commit
9f13e8747b
|
|
@ -6,17 +6,16 @@
|
|||
// 开发环境配置
|
||||
const development = {
|
||||
// API基础URL
|
||||
baseUrl: 'https://testapi.zfunbox.cn',
|
||||
// 图片资源URL
|
||||
imageUrl: 'https://image.zfunbox.cn',
|
||||
baseUrl: 'https://ydsapi.zpc-xy.com',
|
||||
imageUrl: 'https://youdas-1308826010.cos.ap-shanghai.myqcloud.com',
|
||||
routeMapSecretKey: 'g6R@9!zB2fL#1cVm',
|
||||
normalizeResponseKeys: 'g6R@9!zB2fL#1cVm'
|
||||
};
|
||||
|
||||
// 生产环境配置
|
||||
const production = {
|
||||
baseUrl: 'https://api.zfunbox.cn',
|
||||
imageUrl: 'https://image.zfunbox.cn',
|
||||
baseUrl: 'https://ydsapi.zpc-xy.com',
|
||||
imageUrl: 'https://youdas-1308826010.cos.ap-shanghai.myqcloud.com',
|
||||
routeMapSecretKey: 'g6R@9!zB2fL#1cVm',
|
||||
normalizeResponseKeys: 'g6R@9!zB2fL#1cVm'
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user