config.js 500 B

1234567891011121314151617181920212223242526
  1. const config = {
  2. // wxAppid:'wxbe90cc7c5233dd84',// 测试wxAppid
  3. //64
  4. baseUrl:'https://wx.hw.hongweisoft.com/parking/inspection',// 64服务器
  5. upFileUrl:'https://wx.hw.hongweisoft.com/ycpharmacy/file/upload/single/minio',
  6. // 正式
  7. // baseUrl:'',// 64服务器
  8. // upFileUrl:'',
  9. // 设备类型
  10. deviceTypeList:[
  11. {label:'地磁',value:'1'},
  12. {label:'车位锁',value:'2'},
  13. {label:'led显示屏',value:'3'},
  14. {label:'车牌识别设备',value:'4'}
  15. ]
  16. }
  17. export {
  18. config
  19. }