1234567891011121314151617181920 |
- 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: ''
- }
|