config.js 833 B

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