web-app/src/config/env.js @@ -25,7 +25,7 @@ }, [ENV_TYPES.SIT]: { // 集成测试环境 - 通过 Nginx 代理访问后端,避免跨域 baseURL: '', baseURL: 'http://localhost:9015', timeout: 30000, withCredentials: true, name: '集成测试环境'