12345678910111213141516171819202122232425262728293031323334 |
- const config = {
-
-
-
- platform:'app',
-
-
-
- platform:'h5',
-
-
-
- baseUrl:'https://wx.hw.hongweisoft.com/parking/inspection',
- upFileUrl:'https://wx.hw.hongweisoft.com/ycpharmacy/file/upload/single/minio',
-
-
-
-
-
-
-
-
-
-
- deviceTypeList:[
- {label:'全部类型',value:''},
- {label:'地磁',value:'1'},
- {label:'车位锁',value:'2'},
- {label:'道闸',value:'3'}
- ]
- }
- export {
- config
- }
|