config.js 1.2 KB

123456789101112131415161718192021
  1. const VUE_APP_URL = {
  2. baseUrl: "/modelreq", // 后台地址
  3. webRtcUrl: '/webRtc', // rtsp服务器IP地址
  4. wsUrl: 'http://182.92.126.35:9999' // WebSocket 地址
  5. }
  6. const History_Type = {
  7. // type: 'remote', // remote、vent (remote 代表的是历史查询走的装备院的接口,vent是走的咱们的,目前神东的项目都用remote, 其他矿用vent)
  8. type: 'vent', // remote、vent
  9. deviceType: []
  10. }
  11. const VENT_PARAM = {
  12. // simulatedPassword: '123456', //(simulatedPassword 为空时有密码输入框弹出,不为空时不弹出密码输入框,无需输入密码)
  13. simulatedPassword: '',
  14. showReport: false,
  15. isoOpenSso: 'false',
  16. modalText: '', //国家能源集团沙吉海煤矿 //三维模型电子屏底部文字配置
  17. productionCrlPlatformUrl: '', // 神东要求主扇的控制功能改回跳转至生产管控平台,这里填写上生产管控地址后(例如填写:"https://www.baidu.com/"),就可以跳转了
  18. safetyCrlPlatformUrl: '', // 神东要求安全监控跳转至安全监控管控平台,这里填写上生产管控地址后(例如填写:"https://www.baidu.com/"),就可以跳转了
  19. gasControlMock : true // 项目关于瓦斯自主调控,是否模拟演示, true: 真实调控; false 模拟调控
  20. }