config.js 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. // 图片占位
  8. placeImg:'http://placekitten.com',
  9. // loginUrl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal/wechat/h5/authorize?returnUrl=http://foresth5test.hw.hongweisoft.com/#/',//登录后跳转到测试链接 东东
  10. //版本号:版本号升级将显示引导页
  11. version:'1.0.0',
  12. // 公司测试配置
  13. // apiBaseurl:'http://forest.hw.hongweisoft.com/data/forest-portal',//测试
  14. // loginUrl:'http://forest.hw.hongweisoft.com/data/forest-portal/wechat/h5/authorize?returnUrl=http://forest.hw.hongweisoft.com/#/',//登录后跳转到测试链接
  15. //online 线上配置
  16. // 证书地址
  17. certificateUrl:'https://cqthht.hongweisoft.com/cert?',
  18. //本地图片
  19. // imgUrl:"../../static/img/",
  20. imgUrl:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
  21. //二级页面图片
  22. // innerImgUrl:"../../../static/img/",
  23. // innerImgUrl:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
  24. // 云图片(产品)
  25. onlineImg:"http://fqn.hongweisoft.com/",
  26. // 七牛云
  27. // qnyImg:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
  28. }
  29. export {
  30. config
  31. }