修改地址
This commit is contained in:
@@ -17,8 +17,8 @@ const envConfigs: Record<EnvType, EnvConfig> = {
|
|||||||
// 开发环境
|
// 开发环境
|
||||||
development: {
|
development: {
|
||||||
name: '开发环境',
|
name: '开发环境',
|
||||||
// apiBaseURL: 'https://sit.light120.com',
|
apiBaseURL: 'https://sit.light120.com',
|
||||||
apiBaseURL: 'http://localhost:9098',
|
// apiBaseURL: 'http://localhost:9098',
|
||||||
timeout: 15000,
|
timeout: 15000,
|
||||||
enableLog: true,
|
enableLog: true,
|
||||||
enableMock: true
|
enableMock: true
|
||||||
@@ -27,8 +27,8 @@ const envConfigs: Record<EnvType, EnvConfig> = {
|
|||||||
// 测试环境
|
// 测试环境
|
||||||
test: {
|
test: {
|
||||||
name: '测试环境',
|
name: '测试环境',
|
||||||
// apiBaseURL: 'https://sit.light120.com',
|
apiBaseURL: 'https://sit.light120.com',
|
||||||
apiBaseURL: 'http://localhost:9098',
|
// apiBaseURL: 'http://localhost:9098',
|
||||||
timeout: 12000,
|
timeout: 12000,
|
||||||
enableLog: true,
|
enableLog: true,
|
||||||
enableMock: false
|
enableMock: false
|
||||||
|
|||||||
Reference in New Issue
Block a user