config.js 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. testToken:'eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiI2NDY3NjM3NiIsImNyZWF0ZWQiOjE2MDYxMDY3NzE2MjcsImV4cCI6MTYwNjcxMTU3MX0.JP82ED8bjS8yFxjbVzsfOISrDDYyqOAouL9Z2NRjRBNcsKVmGz9ho8zouG-iWNStxuwqcvrebh_6WF3g9Ed9Vg',
  9. //版本号:版本号升级将显示引导页
  10. version:'1',
  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://cqth.hw.hongweisoft.com/ht/",
  23. // 七牛云
  24. qny:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
  25. }
  26. export {
  27. config
  28. }