config.js 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. apiBaseurl:'http://wx.hw.hongweisoft.com/fqb/forest-portal',//邱波
  10. //本地图片
  11. // imgUrl:'http://'+window.location.host,
  12. // 图片占位z
  13. placeImg:'http://placekitten.com',
  14. // loginUrl:'http://tanhui.hongweisoft.com/forest-portal/wechat/h5/authorize?returnUrl=/',//登录后跳转到测试链接
  15. // loginUrl:'http://forest.hw.hongweisoft.com/data/forest-portal/wechat/h5/authorize?returnUrl=http://forest.hw.hongweisoft.com/#/',//登录后跳转链接
  16. // loginUrl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal/wechat/h5/authorize?returnUrl=http://172.16.90.25:8080/#/',//登录后跳转到测试链接 东东
  17. loginUrl:'http://wx.hw.hongweisoft.com/fqb/forest-portal/wechat/h5/authorize?returnUrl=http://172.16.90.25:8080/#/',//登录后跳转到测试链接 东东
  18. // loginUrl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal/wechat/h5/authorize?returnUrl=http://foresth5test.hw.hongweisoft.com/#/',//登录后跳转到测试链接 东东
  19. // loginUrl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal/wechat/h5/authorize?returnUrl=http://wx.hw.hongweisoft.com/gcz/#/',//登录后跳转到测试链接 东东
  20. // 公司测试配置
  21. // apiBaseurl:'http://wx.hw.hongweisoft.com/forestapi/forest-portal',//测试
  22. // loginUrl:'http://wx.hw.hongweisoft.com/forestapi/forest-portal/wechat/h5/authorize?returnUrl=http://172.16.90.25:8080/#/',
  23. // loginUrl:'http://wx.hw.hongweisoft.com/forestapi/forest-portal/wechat/h5/authorize?returnUrl=http://wx.hw.hongweisoft.com/hhforest/',//登录后跳转到测试链接
  24. // loginUrl:'http://wxh5.gzqlyx.com/api/forest-portal/wechat/h5/authorize?returnUrl=http://172.16.90.25:8080/#/',//登录后跳转链接
  25. //online 线上配置
  26. // loginUrl:'http://wxh5.gzqlyx.com/api/forest-portal/wechat/h5/authorize?returnUrl=http://wxh5.gzqlyx.com/#/',//登录后跳转链接
  27. // apiBaseurl:'http://wxh5.gzqlyx.com/api/forest-portal',
  28. //黔林优选
  29. loginUrl:'http://gzqlyxwxh5.hongweisoft.com/api/forest-portal/wechat/h5/authorize?returnUrl=http://gzqlyxwxh5.hongweisoft.com/#/',//登录后跳转链接
  30. apiBaseurl:'http://gzqlyxwxh5.hongweisoft.com/api/forest-portal',
  31. //gloab 全局
  32. imgUrl:"",
  33. }
  34. export {
  35. config
  36. }