http.ts 265 B

12345678910
  1. // 是不是pc端
  2. export const isPc = isPcTemp
  3. // 全景视频/全景图/unity场景资源地址
  4. export const otherUrl = otherUrlTemp
  5. // 发送请求基地址
  6. export const apiUrl: string = apiUrlTemp
  7. export const envFlag = process.env.NODE_ENV === 'development'