config.js 741 B

1234567891011121314151617181920212223242526272829303132
  1. const config = {
  2. //dev
  3. apiBaseurl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal',//东东
  4. //本地图片
  5. imgUrl:'http://'+window.location.host,
  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. // apiBaseurl:'http://forest.hw.hongweisoft.com/data/forest-portal',//测试
  11. // loginUrl:'http://forest.hw.hongweisoft.com/data/forest-portal/wechat/h5/authorize?returnUrl=http://forest.hw.hongweisoft.com/#/',//登录后跳转到测试链接
  12. //online 线上配置
  13. //gloab 全局
  14. imgUrl:"",
  15. }
  16. export {
  17. config
  18. }