1234567891011121314151617 |
- const VUE_APP_URL = {
- baseUrl: "/modelreq",
- webRtcUrl: '/webRtc',
- wsUrl: 'http://182.92.126.35:9999'
- }
- const History_Type = {
-
- type: 'vent',
- deviceType: []
- }
- const VENT_PARAM = {
-
- simulatedPassword: '',
- showReport: true,
- isoOpenSso: 'false'
- }
|