config.js 398 B

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