shimai
2026-03-09 d760bcb09f1d1b373ffd417d322bc91a08c63b21
web-app/src/config/env.js
@@ -25,7 +25,7 @@
  },
  [ENV_TYPES.SIT]: {
    // 集成测试环境
    baseURL: 'http://sit-api.example.com:9015',
    baseURL: 'http://192.168.3.114:9015',
    timeout: 30000,
    withCredentials: true,
    name: '集成测试环境'