config.js 395 B

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