config.js 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. const config = {
  2. //dev
  3. // apiBaseurl:'http://172.16.90.8:21998',//东东
  4. apiBaseurl:'http://wx.hw.hongweisoft.com/cqthminapp',//东东
  5. // 图片占位
  6. placeImg:'http://placekitten.com',
  7. loginUrl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal/wechat/h5/authorize?returnUrl=http://foresth5test.hw.hongweisoft.com/#/',//登录后跳转到测试链接 东东
  8. //版本号:版本号升级将显示引导页
  9. version:'1',
  10. // 公司测试配置
  11. // apiBaseurl:'http://forest.hw.hongweisoft.com/data/forest-portal',//测试
  12. // loginUrl:'http://forest.hw.hongweisoft.com/data/forest-portal/wechat/h5/authorize?returnUrl=http://forest.hw.hongweisoft.com/#/',//登录后跳转到测试链接
  13. //online 线上配置
  14. //本地图片
  15. // imgUrl:"../../static/img/",
  16. imgUrl:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
  17. //二级页面图片
  18. // innerImgUrl:"../../../static/img/",
  19. innerImgUrl:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
  20. // 云图片(产品)
  21. onlineImg:"http://cqth.hw.hongweisoft.com/ht/",
  22. // 七牛云
  23. qnyImg:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
  24. }
  25. export {
  26. config
  27. }