/**
 * 鉴权地址
 */
const authUrl = 'http://test.icareyou.net' //  开发
// const authUrl = 'http://www.icareyou.net' //  正式

/**
 * 项目接口请求地址
 */
const voucherUrl = 'http://voucher.check.icaremgt.com' // 开发
// const voucherUrl = '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,
  voucherUrl: voucherUrl,
  sjkgUrl: sjkgUrl
}

export default defaultUrl