// 定义请求根路径 以及请求超时时间 export const BASE_URL = "https://nsappapi.tuanfengkeji.cn"; // export const BASE_URL = "http://127.0.0.1:7001"; export const TIMEOUT = 10000