请求接口base简化
This commit is contained in:
parent
c6061fb53f
commit
7bcaa0699f
|
|
@ -16,20 +16,11 @@ import {
|
|||
|
||||
// 环境配置
|
||||
const ENV_CONFIG = {
|
||||
develop: {
|
||||
// 开发环境
|
||||
// baseUrl: 'http://192.168.2.13:4601',
|
||||
baseUrl: 'https://chu.chuangtewl.com/prod-api',
|
||||
appId: 1,
|
||||
},
|
||||
trial: {
|
||||
// 体验版
|
||||
baseUrl: 'https://chu.chuangtewl.com/prod-api',
|
||||
appId: 1,
|
||||
},
|
||||
release: {
|
||||
// 正式版
|
||||
baseUrl: 'https://chu.chuangtewl.com/prod-api',
|
||||
// baseUrl: 'https://chu.chuangtewl.com/prod-api',
|
||||
// baseUrl: 'http://192.168.2.88:4601',
|
||||
baseUrl: 'http://192.168.2.88:4601',
|
||||
appId: 1,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user