config.js 823 B

12345678910111213141516171819202122232425262728293031323334
  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. 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. //gloab 全局
  16. imgUrl:"../../static/img/",
  17. }
  18. export {
  19. config
  20. }