config.js 1.2 KB

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