config.js 497 B

1234567891011121314151617
  1. const host = 'http://wx.hw.hongweisoft.com/parking';
  2. // const host = 'http://172.16.90.64:7000';
  3. const config = {
  4. wxAppid:'wxbe90cc7c5233dd84',// wxAppid
  5. // baseUrl:'http://wx.hw.hongweisoft.com/parking/client',//64
  6. baseUrl:`${host}`,//殷登顺
  7. fileUrl:`${host}/file`,
  8. //登录链接
  9. // loginUrl:'http://wx.hw.hongweisoft.com/parking/client/wechat/h5/authorize?returnUrl=http://wx.hw.hongweisoft.com/wxpaydemoh5',
  10. //七牛云
  11. // imgUrl:"http://qny.gzsdtfp.com/",
  12. }
  13. export {
  14. config
  15. }