config.js 332 B

1234567
  1. // 定义请求根路径 以及请求超时时间
  2. // 测试
  3. // export const BASE_URL = "https://test.zhult.com/laoa-huozhu/api/hz/business-card/third";
  4. // 生产
  5. export const BASE_URL = "https://www.zhult.com/laoa-huozhu/api/hz/business-card/third";
  6. // export const BASE_URL = "http://127.0.0.1:7001";
  7. export const TIMEOUT = 10000