|
@@ -3,6 +3,7 @@ const VUE_APP_URL = {
|
|
|
webRtcUrl: '/webRtc', // rtsp服务器IP地址
|
|
webRtcUrl: '/webRtc', // rtsp服务器IP地址
|
|
|
wsUrl: window.location.origin + '/modelreq', // [SEC-20260913] WebSocket 地址:同源经 /modelreq 反代至网关(覆盖旧云环境硬编码 IP)
|
|
wsUrl: window.location.origin + '/modelreq', // [SEC-20260913] WebSocket 地址:同源经 /modelreq 反代至网关(覆盖旧云环境硬编码 IP)
|
|
|
onlyOfficeUrl: '/documents', // [perf-base-v1] 卡1: OnlyOffice Document Server 反向代理前缀(api.js 按需加载时拼接)
|
|
onlyOfficeUrl: '/documents', // [perf-base-v1] 卡1: OnlyOffice Document Server 反向代理前缀(api.js 按需加载时拼接)
|
|
|
|
|
+ autoLoginToken: '', // [SEC-20260913-R2] 跨系统自动登录票据,由部署环境注入(与服务端 SDJT_AUTO_LOGIN_TOKEN 配套);空 = 不携带该头
|
|
|
}
|
|
}
|
|
|
const History_Type = {
|
|
const History_Type = {
|
|
|
// type: 'remote', // remote、vent (remote 代表的是历史查询走的装备院的接口,vent是走的咱们的,目前神东的项目都用remote, 其他矿用vent)
|
|
// type: 'remote', // remote、vent (remote 代表的是历史查询走的装备院的接口,vent是走的咱们的,目前神东的项目都用remote, 其他矿用vent)
|