This commit is contained in:
张成
2025-10-01 01:58:32 +08:00
parent 274c2e4b16
commit 7b906def5a

View File

@@ -24,8 +24,8 @@ const envConfigs: Record<EnvType, EnvConfig> = {
// 开发环境
development: {
name: '开发环境',
// apiBaseURL: 'https://sit.light120.com',
apiBaseURL: 'http://localhost:9098',
apiBaseURL: 'https://sit.light120.com',
// apiBaseURL: 'http://localhost:9098',
timeout: 15000,
enableLog: true,
enableMock: true,