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.

16 lines
533 B

2 months ago
  1. "use strict";
  2. let obj = {
  3. H5_API: "",
  4. //h5代理
  5. WX_API: "http://www.lyjppt.com/",
  6. //非代理地址 不要忘记加/
  7. website: "http://192.168.1.37",
  8. httpPrefix: "app-api/",
  9. imgUrl: "https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/defaultImages/app/bigImg/",
  10. // 支付测试地址
  11. // preUrl: 'https://u8wbs.zyebank.cn/cem_ysb_u6/index.html',
  12. // const preUrl = 'https://u8wbs.zyebank.cn/cem_ysb_u8/index.html'
  13. // 生产地址
  14. preUrl: "https://zmcht.zybank.com.cn/cem_ysb/index.html"
  15. };
  16. exports.obj = obj;