Commit 262be5ba by 潘琦

生产环境接口提交主干;

parent 7830c1a4
/** /**
* 鉴权地址 * 鉴权地址
*/ */
const authUrl = 'http://test.icareyou.net' // 开发 // const authUrl = 'http://test.icareyou.net' // 开发
// const authUrl = 'http://www.icareyou.net' // 正式 const authUrl = 'http://www.icareyou.net' // 正式
/** /**
* 项目接口请求地址 * 项目接口请求地址
*/ */
const voucherUrl = 'http://voucher.check.icaremgt.com' // 开发 // const voucherUrl = 'http://voucher.check.icaremgt.com' // 开发
// const voucherUrl = 'http://voucher.icaremgt.com' // 正式 const voucherUrl = 'http://voucher.icaremgt.com' // 正式
/** /**
* 机构控件项目接口请求地址 * 机构控件项目接口请求地址
*/ */
const sjkgUrl = 'https://api-wx-service.check.icaremgt.com' // 开发 // const sjkgUrl = 'https://api-wx-service.check.icaremgt.com' // 开发
// const sjkgUrl = 'https://sjkg-wx-service.icaremgt.com' // 正式 const sjkgUrl = 'https://sjkg-wx-service.icaremgt.com' // 正式
// const sjkgUrl = 'http://192.168.1.234:9005' // const sjkgUrl = 'http://192.168.1.234:9005'
const defaultUrl = { const defaultUrl = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment