config.js 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. const config = {
  2. //dev
  3. // apiBaseurl:'http://forest.hw.hongweisoft.com/data/forest-portal',//测试
  4. // apiBaseurl:'http://172.16.90.64:9098/forest-portal',//测试
  5. // apiBaseurl:'http://172.16.90.50:9098/forest-portal',//邱波
  6. // apiBaseurl:'http://172.16.90.3:9098/forest-portal',//邱波
  7. // apiBaseurl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal',//东东
  8. apiBaseurl:'http://wx.hw.hongweisoft.com/zddapi/forest-portal',//东东
  9. //本地图片
  10. // imgUrl:'http://'+window.location.host,
  11. // 图片占位
  12. placeImg:'http://placekitten.com',
  13. // loginUrl:'http://tanhui.hongweisoft.com/forest-portal/wechat/h5/authorize?returnUrl=/',//登录后跳转到测试链接
  14. // loginUrl:'http://forest.hw.hongweisoft.com/data/forest-portal/wechat/h5/authorize?returnUrl=/',//登录后跳转到测试链接
  15. loginUrl:'http://wx.hw.hongweisoft.com/zddapi/forest-portal/wechat/h5/authorize?returnUrl=http://172.16.90.25:8081/#/',//登录后跳转到测试链接 东东
  16. // 公司测试配置
  17. // apiBaseurl:'http://forest.hw.hongweisoft.com/data/forest-portal',//测试
  18. // loginUrl:'http://forest.hw.hongweisoft.com/data/forest-portal/wechat/h5/authorize?returnUrl=http://forest.hw.hongweisoft.com/#/',//登录后跳转到测试链接
  19. //online 线上配置
  20. //gloab 全局
  21. imgUrl:"",
  22. }
  23. export {
  24. config
  25. }