config.js 897 B

1234567891011121314151617181920212223242526272829303132333435
  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. //本地图片
  8. // imgUrl:'http://'+window.location.host,
  9. // 图片占位
  10. placeImg:'http://placekitten.com',
  11. // loginUrl:'http://tanhui.hongweisoft.com/forest-portal/wechat/h5/authorize?returnUrl=/',//登录后跳转到测试链接
  12. loginUrl:'http://forest.hw.hongweisoft.com/data/forest-portal/wechat/h5/authorize?returnUrl=/',//登录后跳转到测试链接
  13. // 密码授权令牌
  14. // client_id:4,
  15. // client_secret:'jO1XHQu0GytEdxJzNRFwcIeWmS57yCMBuA5P9yDo',
  16. //online 线上地址
  17. // apiBaseurl:'http://hd.phpim.cn/',//线上
  18. //gloab 全局
  19. imgUrl:"",
  20. }
  21. export {
  22. config
  23. }