1234567891011121314151617181920212223242526272829303132333435 |
- 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:'led显示屏',value:'3'},
- {label:'车牌识别设备',value:'4'}
- ]
- }
- export {
- config
- }
|