constant.js 156B

1234
  1. export const APIBaseURL = process.env.NODE_ENV === 'production' ? 'https://xs.njyunzhi.com/' : '/'
  2. export const AMapAPIPrefix = `${APIBaseURL}gaode_amap`