config.js 220 B

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