config.js 220 B

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