config.js 293 B

123456
  1. export const baseUrl = 'http://8.136.199.33:8500/api';//小程序开发接口地址
  2. //export const baseUrl = 'https://cygx.hzinsights.com/api';//小程序线上接口地址
  3. // #ifdef H5
  4. export const H5baseUrl=process.env.NODE_ENV === 'development'?window.location.origin+'/':baseUrl
  5. // #endif