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