config.js 336 B

1234567891011121314
  1. const VUE_APP_URL = {
  2. baseUrl: "http://182.92.126.35:9999", // 后台地址
  3. webRtcUrl: '//192.168.183.216:8000' // rtsp服务器IP地址
  4. }
  5. const History_Type = {
  6. type: 'remote', // remote、vent
  7. // type: 'vent', // remote、vent
  8. deviceType: []
  9. }
  10. const VENT_PARAM = {
  11. // simulatedPassword: '123456'
  12. simulatedPassword: ''
  13. }