/** * 鉴权地址 */ const authUrl = 'http://test.icareyou.net' // 开发 // const authUrl = 'http://www.icareyou.net' // 正式 /** * 项目接口请求地址 */ const baseUrl = '"http://voucher.check.icaremgt.com"' // 开发 // const baseUrl = '"http://voucher.icaremgt.com"' // 正式 /** * 机构控件项目接口请求地址 */
const sjkgUrl = 'https://api-wx-service.check.icaremgt.com' // 开发
// const sjkgUrl = 'https://sjkg-wx-service.icaremgt.com' // 正式
// const sjkgUrl = 'http://192.168.1.234:9005'
const defaultUrl = { authUrl: authUrl, baseUrl: baseUrl, sjkgUrl: sjkgUrl } export default defaultUrl