改为线上基地址
This commit is contained in:
parent
5e634b4d72
commit
13840aa254
|
|
@ -18,18 +18,18 @@ import {
|
|||
const ENV_CONFIG = {
|
||||
develop: {
|
||||
// 开发环境
|
||||
// baseUrl: 'http://192.168.2.13:4601',
|
||||
baseUrl: 'http://192.168.2.13:4601',
|
||||
// baseUrl: 'http://192.168.2.174:4501',
|
||||
baseUrl: 'https://chu.chuangtewl.com/prod-api',
|
||||
appId: 1,
|
||||
},
|
||||
trial: {
|
||||
// 体验版
|
||||
baseUrl: 'http://192.168.2.13:4601',
|
||||
baseUrl: 'https://chu.chuangtewl.com/prod-api',
|
||||
appId: 1,
|
||||
},
|
||||
release: {
|
||||
// 正式版
|
||||
baseUrl: 'http://192.168.2.13:4601',
|
||||
baseUrl: 'https://chu.chuangtewl.com/prod-api',
|
||||
appId: 1,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user