12345678910111213141516171819202122232425262728293031323334 |
- const config = {
- // wxAppid:'wxbe90cc7c5233dd84',// 测试wxAppid
-
- //#ifdef APP-PLUS
- platform:'app',
- //#endif
-
- //#ifdef H5
- platform:'h5',
- //#endif
-
- //64
- baseUrl:'https://wx.hw.hongweisoft.com/parking/inspection',// 64服务器
- upFileUrl:'https://wx.hw.hongweisoft.com/ycpharmacy/file/upload/single/minio',
-
- // 正式
- // baseUrl:'',// 64服务器
- // upFileUrl:'',
-
-
-
-
-
- // 设备类型
- deviceTypeList:[
- {label:'全部类型',value:''},
- {label:'地磁',value:'1'},
- {label:'车位锁',value:'2'},
- {label:'道闸',value:'3'}
- ]
- }
- export {
- config
- }
|