You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
788 B

2 months ago
  1. const VUE_APP_PLATFORM = process.env.VUE_APP_PLATFORM || 'h5';
  2. // localIp = false
  3. let obj = {
  4. H5_API: VUE_APP_PLATFORM === 'h5' ? '/api' : '',//h5代理
  5. WX_API: VUE_APP_PLATFORM === 'h5' ? '/' : 'http://www.lyjppt.com/',//非代理地址 不要忘记加/
  6. website: 'http://192.168.1.37',
  7. httpPrefix: 'app-api/',
  8. imgUrl: 'https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/defaultImages/app/bigImg/',
  9. // 支付测试地址
  10. // preUrl: 'https://u8wbs.zyebank.cn/cem_ysb_u6/index.html',
  11. // const preUrl = 'https://u8wbs.zyebank.cn/cem_ysb_u8/index.html'
  12. // 生产地址
  13. preUrl: 'https://zmcht.zybank.com.cn/cem_ysb/index.html',
  14. };
  15. export default obj
  16. // http://123.6.232.1:8099/测试地址
  17. // http://192.168.1.43:8318/本地地址
  18. //http://www.lyjppt.com/正式地址