1234567891011121314 |
- const VUE_APP_URL = {
- baseUrl: "http://182.92.126.35:9999", // 后台地址
- webRtcUrl: '//192.168.183.216:8000' // rtsp服务器IP地址
- }
- const History_Type = {
- type: 'remote', // remote、vent
- // type: 'vent', // remote、vent
- deviceType: []
- }
- const VENT_PARAM = {
- // simulatedPassword: '123456'
- simulatedPassword: ''
- }
|