config.js 718 B

1234567891011121314151617
  1. const VUE_APP_URL = {
  2. // baseUrl: "http://182.92.126.35:9999", // 后台地址
  3. baseUrl: "/jeecgsystem", // 后台地址
  4. // baseUrl: "http://192.168.159.158:9999", // 后台地址
  5. webRtcUrl: '//192.168.183.216:8000' // rtsp服务器IP地址
  6. }
  7. const History_Type = {
  8. // type: 'remote', // remote、vent (remote 代表的是历史查询走的装备院的接口,vent是走的咱们的,目前神东的项目都用remote, 其他矿用vent)
  9. type: 'vent', // remote、vent
  10. deviceType: []
  11. }
  12. const VENT_PARAM = {
  13. // simulatedPassword: '123456' //(simulatedPassword 为空时有密码输入框弹出,不为空时不弹出密码输入框,无需输入密码)
  14. simulatedPassword: '',
  15. showReport: false
  16. }