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