12345678910111213141516171819202122 |
- 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: false,
- isoOpenSso: 'false',
- modalText: '',
- productionCrlPlatformUrl: '',
- safetyCrlPlatformUrl: '',
- gasControlMock : true,
- historyIsMultiple: false,
- }
|