config.js 273 B

12345678910
  1. const config = {
  2. wxAppid:'wxbe90cc7c5233dd84',// 测试wxAppid
  3. // wxAppid: 'wx45c3cf2b632f5fd5', // 正式wxAppid
  4. baseUrl:'https://wx.hw.hongweisoft.com/parking',// 64服务器
  5. // baseUrl: 'https://parking.pdzhtc.com', //正式接口访问地址
  6. }
  7. export {
  8. config
  9. }