This commit is contained in:
张成
2025-10-05 18:07:42 +08:00
parent c197eb50d1
commit f2e9d20094

View File

@@ -24,8 +24,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: false, enableMock: false,