|
@@ -4,15 +4,15 @@ const VUE_APP_URL = {
|
|
wsUrl: 'http://182.92.126.35:9999' // WebSocket 地址
|
|
wsUrl: 'http://182.92.126.35:9999' // WebSocket 地址
|
|
}
|
|
}
|
|
const History_Type = {
|
|
const History_Type = {
|
|
- type: 'remote', // remote、vent (remote 代表的是历史查询走的装备院的接口,vent是走的咱们的,目前神东的项目都用remote, 其他矿用vent)
|
|
|
|
- // type: 'vent', // remote、vent
|
|
|
|
|
|
+ // type: 'remote', // remote、vent (remote 代表的是历史查询走的装备院的接口,vent是走的咱们的,目前神东的项目都用remote, 其他矿用vent)
|
|
|
|
+ type: 'vent', // remote、vent
|
|
deviceType: []
|
|
deviceType: []
|
|
}
|
|
}
|
|
|
|
|
|
const VENT_PARAM = {
|
|
const VENT_PARAM = {
|
|
// simulatedPassword: '123456', //(simulatedPassword 为空时有密码输入框弹出,不为空时不弹出密码输入框,无需输入密码)
|
|
// simulatedPassword: '123456', //(simulatedPassword 为空时有密码输入框弹出,不为空时不弹出密码输入框,无需输入密码)
|
|
simulatedPassword: '',
|
|
simulatedPassword: '',
|
|
- showReport: true,
|
|
|
|
|
|
+ showReport: false,
|
|
isoOpenSso: 'false',
|
|
isoOpenSso: 'false',
|
|
modalText: '' //国家能源集团沙吉海煤矿 //三维模型电子屏底部文字配置
|
|
modalText: '' //国家能源集团沙吉海煤矿 //三维模型电子屏底部文字配置
|
|
}
|
|
}
|