config.js 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. const config = {
  2. //dev
  3. // apiBaseurl:'http://172.16.90.8:21998',//东东
  4. // apiBaseurl:'http://wx.hw.hongweisoft.com/cqthminapp',//东东
  5. // apiBaseurl:'http://172.16.90.102:21998',//邱波
  6. // apiBaseurl:'http://47.108.214.98:21998',//服务器
  7. apiBaseurl:'https://cqthht.hongweisoft.com/qbcert',//正式地址 需要在manifest中修改appid
  8. // 图片占位
  9. placeImg:'http://placekitten.com',
  10. // loginUrl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal/wechat/h5/authorize?returnUrl=http://foresth5test.hw.hongweisoft.com/#/',//登录后跳转到测试链接 东东
  11. //版本号:版本号升级将显示引导页
  12. version:'1.0.0',
  13. // 公司测试配置
  14. // apiBaseurl:'http://forest.hw.hongweisoft.com/data/forest-portal',//测试
  15. // loginUrl:'http://forest.hw.hongweisoft.com/data/forest-portal/wechat/h5/authorize?returnUrl=http://forest.hw.hongweisoft.com/#/',//登录后跳转到测试链接
  16. //online 线上配置
  17. // 证书地址
  18. certificateUrl:'https://cqthht.hongweisoft.com/cert?',
  19. //本地图片
  20. // imgUrl:"../../static/img/",
  21. imgUrl:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
  22. //二级页面图片
  23. // innerImgUrl:"../../../static/img/",
  24. // innerImgUrl:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
  25. // 云图片(产品)
  26. onlineImg:"http://fqn.hongweisoft.com/",
  27. // 七牛云
  28. // qnyImg:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
  29. }
  30. export {
  31. config
  32. }