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