index.ts 338 字节
// const BASE_URL = 'http://114.115.178.175:8799/jeecg-boot' // 测试
// const BASE_URL = 'http://192.168.10.63:8080/jeecg-boot' // 本地
// const BASE_URL = 'http://127.0.0.1:4523/m1/3332971-0-default/jeecg-boot' // mock
const BASE_URL = 'https://pet.apple02.brofirst.cn/jeecg-boot'

export const TIME_OUT = 10000;
export { BASE_URL }