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