12345678910 |
- const config = {
- wxAppid:'wxbe90cc7c5233dd84',// 测试wxAppid
- // wxAppid: 'wx45c3cf2b632f5fd5', // 正式wxAppid
-
- baseUrl:'http://wx.hw.hongweisoft.com/parking/client',// 64服务器
- // baseUrl:'http://parking.pdzhtc.com/client', //正式接口访问地址
- }
- export {
- config
- }
|