This commit is contained in:
2025-12-12 17:19:44 +08:00
parent 08e579caf8
commit c169d4316b
8 changed files with 558 additions and 9 deletions

View File

@@ -17,16 +17,11 @@ const ENV_CONFIG = {
dataMode: 'api',
// API基础路径dataMode为'api'时使用)
apiBaseURL: 'http://localhost:8080',
// 是否开启调试模式
debug: true,
apiBaseURL: 'http://localhost:8123',
// 请求超时时间(毫秒)
timeout: 30000,
// 是否模拟网络延迟仅Mock模式
mockDelay: 300
},
// 测试环境配置