|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<div>
|
|
<div>
|
|
<el-dialog :title="title" :visible.sync="TVWallVisible" v-if="TVWallVisible" customClass="TVWallCustomWidth"
|
|
<el-dialog :title="title" :visible.sync="TVWallVisible" v-if="TVWallVisible" customClass="TVWallCustomWidth"
|
|
- @close="cancelEventLocationShow()">
|
|
|
|
|
|
+ @close="cancelEventLocationShow()">
|
|
|
|
|
|
<!--<div @click="findCameraByEventCoordinate()">视频联动</div>-->
|
|
<!--<div @click="findCameraByEventCoordinate()">视频联动</div>-->
|
|
<!--<div class="forthis" style="width: 22%; position: absolute;left: 0;z-index: 9999999999999;">-->
|
|
<!--<div class="forthis" style="width: 22%; position: absolute;left: 0;z-index: 9999999999999;">-->
|
|
@@ -39,11 +39,19 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
/** ----------------------------------摄像头预览开始------------------------------------- */
|
|
/** ----------------------------------摄像头预览开始------------------------------------- */
|
|
- import {getDahuaVideoServer, getTVWallList} from '@/api/dahua/dahua'
|
|
|
|
- import {tvCameraList} from '@/api/haikang/haikang'
|
|
|
|
- import {findCameraByEventCoordinate, rotation} from '@/api/monitor'
|
|
|
|
|
|
+ import {
|
|
|
|
+ getDahuaVideoServer,
|
|
|
|
+ getTVWallList
|
|
|
|
+ } from '@/api/dahua/dahua'
|
|
|
|
+ import {
|
|
|
|
+ tvCameraList
|
|
|
|
+ } from '@/api/haikang/haikang'
|
|
|
|
+ import {
|
|
|
|
+ findCameraByEventCoordinate,
|
|
|
|
+ rotation
|
|
|
|
+ } from '@/api/monitor'
|
|
import DHWs from '@/dahua/lib/DHWs'
|
|
import DHWs from '@/dahua/lib/DHWs'
|
|
-import Cookies from "js-cookie"
|
|
|
|
|
|
+ import Cookies from "js-cookie"
|
|
|
|
|
|
/** ----------------------------------摄像头预览结束------------------------------------- */
|
|
/** ----------------------------------摄像头预览结束------------------------------------- */
|
|
export default {
|
|
export default {
|
|
@@ -51,12 +59,11 @@ import Cookies from "js-cookie"
|
|
components: {},
|
|
components: {},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- title:['365','369','371','373','372','370'].includes(Cookies.get("deptId"))?"电视墙":"电视墙\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000您的所有操作痕迹已被后台记录,请谨慎操作。",
|
|
|
|
- tvListJson: [
|
|
|
|
- {
|
|
|
|
|
|
+ title: ['365', '369', '371', '373', '372', '370'].includes(Cookies.get("deptId")) ? "电视墙" :
|
|
|
|
+ "电视墙\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000您的所有操作痕迹已被后台记录,请谨慎操作。",
|
|
|
|
+ tvListJson: [{
|
|
'switchTab': '1',
|
|
'switchTab': '1',
|
|
- 'treeLabels': [
|
|
|
|
- {
|
|
|
|
|
|
+ 'treeLabels': [{
|
|
'labelCode': '123456',
|
|
'labelCode': '123456',
|
|
'labelName': '视频场景',
|
|
'labelName': '视频场景',
|
|
'parentLabelCode': null
|
|
'parentLabelCode': null
|
|
@@ -73,23 +80,23 @@ import Cookies from "js-cookie"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
'labelChannels': [{
|
|
'labelChannels': [{
|
|
- 'channelDates': [{
|
|
|
|
- 'channelCode': '6044981090191552',
|
|
|
|
- 'channelName': '复兴大桥中段-交通事故',
|
|
|
|
- 'channelSn': null,
|
|
|
|
- 'cameraType': 0,
|
|
|
|
- 'online': 1
|
|
|
|
|
|
+ 'channelDates': [{
|
|
|
|
+ 'channelCode': '6044981090191552',
|
|
|
|
+ 'channelName': '复兴大桥中段-交通事故',
|
|
|
|
+ 'channelSn': null,
|
|
|
|
+ 'cameraType': 0,
|
|
|
|
+ 'online': 1
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ 'channelCode': 'ZgVzqsjwA1DTF561VGHK5E',
|
|
|
|
+ 'channelName': '北京7青羊东二路77号2通道1',
|
|
|
|
+ 'channelSn': null,
|
|
|
|
+ 'cameraType': 1,
|
|
|
|
+ 'online': 1
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ 'labelCode': 'd941adbbd3e64dac92cc448dec5293cd'
|
|
},
|
|
},
|
|
- {
|
|
|
|
- 'channelCode': 'ZgVzqsjwA1DTF561VGHK5E',
|
|
|
|
- 'channelName': '北京7青羊东二路77号2通道1',
|
|
|
|
- 'channelSn': null,
|
|
|
|
- 'cameraType': 1,
|
|
|
|
- 'online': 1
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
- 'labelCode': 'd941adbbd3e64dac92cc448dec5293cd'
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
'channelDates': [{
|
|
'channelDates': [{
|
|
'channelCode': 'ZgVzqsjwA1DTF561VGHKK7',
|
|
'channelCode': 'ZgVzqsjwA1DTF561VGHKK7',
|
|
@@ -106,12 +113,12 @@ import Cookies from "js-cookie"
|
|
'switchTab': '2',
|
|
'switchTab': '2',
|
|
'labelChannels': [{
|
|
'labelChannels': [{
|
|
'channelDates': [{
|
|
'channelDates': [{
|
|
- 'channelCode': 'ZgVzqsjwA1DTF561VGHK5E',
|
|
|
|
- 'channelName': '北京7青羊东二路77号2通道1',
|
|
|
|
- 'channelSn': null,
|
|
|
|
- 'cameraType': 1,
|
|
|
|
- 'online': 1
|
|
|
|
- },
|
|
|
|
|
|
+ 'channelCode': 'ZgVzqsjwA1DTF561VGHK5E',
|
|
|
|
+ 'channelName': '北京7青羊东二路77号2通道1',
|
|
|
|
+ 'channelSn': null,
|
|
|
|
+ 'cameraType': 1,
|
|
|
|
+ 'online': 1
|
|
|
|
+ },
|
|
{
|
|
{
|
|
'channelCode': 'ZgVzqsjwA1DTF561VGHKK7',
|
|
'channelCode': 'ZgVzqsjwA1DTF561VGHKK7',
|
|
'channelName': '北京7青羊东二路77号2通道2',
|
|
'channelName': '北京7青羊东二路77号2通道2',
|
|
@@ -134,8 +141,7 @@ import Cookies from "js-cookie"
|
|
token: '',
|
|
token: '',
|
|
ctrlType: 'playerWin',
|
|
ctrlType: 'playerWin',
|
|
https: 1,
|
|
https: 1,
|
|
- httpsList: [
|
|
|
|
- {
|
|
|
|
|
|
+ httpsList: [{
|
|
value: 0,
|
|
value: 0,
|
|
label: 0
|
|
label: 0
|
|
},
|
|
},
|
|
@@ -157,8 +163,7 @@ import Cookies from "js-cookie"
|
|
value: 'TVWallUI',
|
|
value: 'TVWallUI',
|
|
label: '视频上墙'
|
|
label: '视频上墙'
|
|
}],
|
|
}],
|
|
- ctrlList: [
|
|
|
|
- {
|
|
|
|
|
|
+ ctrlList: [{
|
|
value: 'ctrl1',
|
|
value: 'ctrl1',
|
|
label: '控件1'
|
|
label: '控件1'
|
|
},
|
|
},
|
|
@@ -171,8 +176,7 @@ import Cookies from "js-cookie"
|
|
label: '控件3'
|
|
label: '控件3'
|
|
}
|
|
}
|
|
],
|
|
],
|
|
- splitList: [
|
|
|
|
- {
|
|
|
|
|
|
+ splitList: [{
|
|
value: 1,
|
|
value: 1,
|
|
label: '1 * 1'
|
|
label: '1 * 1'
|
|
},
|
|
},
|
|
@@ -185,8 +189,7 @@ import Cookies from "js-cookie"
|
|
label: '3 * 3'
|
|
label: '3 * 3'
|
|
}
|
|
}
|
|
],
|
|
],
|
|
- displayModeList: [
|
|
|
|
- {
|
|
|
|
|
|
+ displayModeList: [{
|
|
value: 1,
|
|
value: 1,
|
|
label: '播放器预览模式'
|
|
label: '播放器预览模式'
|
|
},
|
|
},
|
|
@@ -195,8 +198,7 @@ import Cookies from "js-cookie"
|
|
label: '播放器回放模式'
|
|
label: '播放器回放模式'
|
|
}
|
|
}
|
|
],
|
|
],
|
|
- mixedVideoDisplayModeList: [
|
|
|
|
- {
|
|
|
|
|
|
+ mixedVideoDisplayModeList: [{
|
|
value: 1,
|
|
value: 1,
|
|
label: '播放实时视频'
|
|
label: '播放实时视频'
|
|
},
|
|
},
|
|
@@ -216,31 +218,31 @@ import Cookies from "js-cookie"
|
|
downTimeRange: [],
|
|
downTimeRange: [],
|
|
downloadFormat: 0,
|
|
downloadFormat: 0,
|
|
downloadFormatList: [{
|
|
downloadFormatList: [{
|
|
- value: 0,
|
|
|
|
- label: 'dav'
|
|
|
|
- },
|
|
|
|
|
|
+ value: 0,
|
|
|
|
+ label: 'dav'
|
|
|
|
+ },
|
|
{
|
|
{
|
|
value: 1,
|
|
value: 1,
|
|
label: 'avi'
|
|
label: 'avi'
|
|
}, {
|
|
}, {
|
|
value: 2,
|
|
value: 2,
|
|
label: 'mp4'
|
|
label: 'mp4'
|
|
- }],
|
|
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
downloadSource: 3,
|
|
downloadSource: 3,
|
|
- downloadSourceList: [
|
|
|
|
- {
|
|
|
|
- value: 3,
|
|
|
|
- label: '中心录像'
|
|
|
|
- }, {
|
|
|
|
- value: 2,
|
|
|
|
- label: '设备录像'
|
|
|
|
- }],
|
|
|
|
|
|
+ downloadSourceList: [{
|
|
|
|
+ value: 3,
|
|
|
|
+ label: '中心录像'
|
|
|
|
+ }, {
|
|
|
|
+ value: 2,
|
|
|
|
+ label: '设备录像'
|
|
|
|
+ }],
|
|
showDownloadStreamType: false,
|
|
showDownloadStreamType: false,
|
|
downloadStreamType: 1,
|
|
downloadStreamType: 1,
|
|
downloadStreamTypeList: [{
|
|
downloadStreamTypeList: [{
|
|
- value: 1,
|
|
|
|
- label: '主码流'
|
|
|
|
- },
|
|
|
|
|
|
+ value: 1,
|
|
|
|
+ label: '主码流'
|
|
|
|
+ },
|
|
{
|
|
{
|
|
value: 2,
|
|
value: 2,
|
|
label: '辅码流'
|
|
label: '辅码流'
|
|
@@ -248,16 +250,18 @@ import Cookies from "js-cookie"
|
|
{
|
|
{
|
|
value: 3,
|
|
value: 3,
|
|
label: '三码流'
|
|
label: '三码流'
|
|
- }],
|
|
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
downloadIsShow: true,
|
|
downloadIsShow: true,
|
|
downloadIsShowList: [{
|
|
downloadIsShowList: [{
|
|
- value: true,
|
|
|
|
- label: '是'
|
|
|
|
- },
|
|
|
|
|
|
+ value: true,
|
|
|
|
+ label: '是'
|
|
|
|
+ },
|
|
{
|
|
{
|
|
value: false,
|
|
value: false,
|
|
label: '否'
|
|
label: '否'
|
|
- }],
|
|
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
crtPosX: 0,
|
|
crtPosX: 0,
|
|
crtPosY: 0,
|
|
crtPosY: 0,
|
|
crtWidth: 1148,
|
|
crtWidth: 1148,
|
|
@@ -273,8 +277,8 @@ import Cookies from "js-cookie"
|
|
initCount: 0,
|
|
initCount: 0,
|
|
pubKey: '',
|
|
pubKey: '',
|
|
oWebControl: null,
|
|
oWebControl: null,
|
|
- userData:[],
|
|
|
|
- userDataShow:false,
|
|
|
|
|
|
+ userData: [],
|
|
|
|
+ userDataShow: false,
|
|
}
|
|
}
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
@@ -289,63 +293,80 @@ import Cookies from "js-cookie"
|
|
this.destroy()
|
|
this.destroy()
|
|
|
|
|
|
if (this.oWebControl != null) {
|
|
if (this.oWebControl != null) {
|
|
- this.oWebControl.JS_HideWnd() // 先让窗口隐藏,规避可能的插件窗口滞后于浏览器消失问题
|
|
|
|
- this.oWebControl.JS_Disconnect().then(function () { // 断开与插件服务连接成功
|
|
|
|
|
|
+ this.oWebControl.JS_HideWnd() // 先让窗口隐藏,规避可能的插件窗口滞后于浏览器消失问题
|
|
|
|
+ this.oWebControl.JS_Disconnect().then(function() { // 断开与插件服务连接成功
|
|
},
|
|
},
|
|
- function () { // 断开与插件服务连接失败
|
|
|
|
|
|
+ function() { // 断开与插件服务连接失败
|
|
})
|
|
})
|
|
}
|
|
}
|
|
},
|
|
},
|
|
showTVWall(data, val, item) {
|
|
showTVWall(data, val, item) {
|
|
- if(item != null){
|
|
|
|
- this.userData = item;
|
|
|
|
- this.userDataShow=true;
|
|
|
|
- }
|
|
|
|
- this.tvListJson = data
|
|
|
|
- this.data = val
|
|
|
|
- this.autoList = []
|
|
|
|
- this.stringList = []
|
|
|
|
- let length = data[0].treeLabels.length > 4 ? 5 : data[0].treeLabels.length
|
|
|
|
- for (let i = 1; i < length; i++) {
|
|
|
|
- this.autoList.push({"channelId": data[0].treeLabels[i].labelCode})
|
|
|
|
- this.stringList.push(data[0].treeLabels[i].labelCode)
|
|
|
|
- }
|
|
|
|
- console.log("this.autoList",this.autoList);
|
|
|
|
- console.log("this.stringList",this.stringList);
|
|
|
|
- // let that=this;
|
|
|
|
- /** ----------------------------------大华摄像头预览开始------------------------------------- */
|
|
|
|
- this.ws.addEventListener('connectStateChange', data => {
|
|
|
|
- if (data) {
|
|
|
|
- console.log('连接成功')
|
|
|
|
|
|
+ selectConfigKey("DssVersion").then(res => {
|
|
|
|
+ if (this.ws.getLocalDssVersion() != res.data) {
|
|
|
|
+ this.$modal.confirm('系统检测到新客户端版本,请更新后使用', '系统提示', {
|
|
|
|
+ confirmButtonText: '确定',
|
|
|
|
+ cancelButtonText: '取消',
|
|
|
|
+ type: 'warning'
|
|
|
|
+ }).then(() => {
|
|
|
|
+ window.open("https://pan.baidu.com/s/1MlWyhFw6pEYiaLvzsje-BA?pwd=3jps");
|
|
|
|
+ }).catch(() => {
|
|
|
|
+ return
|
|
|
|
+ });
|
|
|
|
+ return
|
|
} else {
|
|
} else {
|
|
- console.log('连接失败,下载客户端')
|
|
|
|
- this.alertReinstall()
|
|
|
|
|
|
+ if (item != null) {
|
|
|
|
+ this.userData = item;
|
|
|
|
+ this.userDataShow = true;
|
|
|
|
+ }
|
|
|
|
+ this.tvListJson = data
|
|
|
|
+ this.data = val
|
|
|
|
+ this.autoList = []
|
|
|
|
+ this.stringList = []
|
|
|
|
+ let length = data[0].treeLabels.length > 4 ? 5 : data[0].treeLabels.length
|
|
|
|
+ for (let i = 1; i < length; i++) {
|
|
|
|
+ this.autoList.push({
|
|
|
|
+ "channelId": data[0].treeLabels[i].labelCode
|
|
|
|
+ })
|
|
|
|
+ this.stringList.push(data[0].treeLabels[i].labelCode)
|
|
|
|
+ }
|
|
|
|
+ console.log("this.autoList", this.autoList);
|
|
|
|
+ console.log("this.stringList", this.stringList);
|
|
|
|
+ // let that=this;
|
|
|
|
+ /** ----------------------------------大华摄像头预览开始------------------------------------- */
|
|
|
|
+ this.ws.addEventListener('connectStateChange', data => {
|
|
|
|
+ if (data) {
|
|
|
|
+ console.log('连接成功')
|
|
|
|
+ } else {
|
|
|
|
+ console.log('连接失败,下载客户端')
|
|
|
|
+ this.alertReinstall()
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ this.preview()
|
|
|
|
+ /** ----------------------------------大华摄像头预览结束------------------------------------- */
|
|
|
|
+ /** ----------------------------------海康摄像头预览开始------------------------------------- */
|
|
|
|
+ // tvCameraList().then(response => {
|
|
|
|
+ // this.cameraList=response.data
|
|
|
|
+ // })
|
|
|
|
+ // that.initPlugin()
|
|
|
|
+ // setTimeout(function() {
|
|
|
|
+ // that.playhk();
|
|
|
|
+ // }, 5000)
|
|
|
|
+ // /** ----------------------------------海康摄像头预览结束------------------------------------- */
|
|
|
|
+ this.TVWallVisible = true
|
|
}
|
|
}
|
|
})
|
|
})
|
|
- this.preview()
|
|
|
|
- /** ----------------------------------大华摄像头预览结束------------------------------------- */
|
|
|
|
- /** ----------------------------------海康摄像头预览开始------------------------------------- */
|
|
|
|
- // tvCameraList().then(response => {
|
|
|
|
- // this.cameraList=response.data
|
|
|
|
- // })
|
|
|
|
- // that.initPlugin()
|
|
|
|
- // setTimeout(function() {
|
|
|
|
- // that.playhk();
|
|
|
|
- // }, 5000)
|
|
|
|
- // /** ----------------------------------海康摄像头预览结束------------------------------------- */
|
|
|
|
- this.TVWallVisible = true
|
|
|
|
},
|
|
},
|
|
/** ----------------------------------大华摄像头预览开始------------------------------------- */
|
|
/** ----------------------------------大华摄像头预览开始------------------------------------- */
|
|
- alertLogin: function () {
|
|
|
|
|
|
+ alertLogin: function() {
|
|
this.$modal.msg('登录中....')
|
|
this.$modal.msg('登录中....')
|
|
},
|
|
},
|
|
- alertLoginSuccess: function () {
|
|
|
|
|
|
+ alertLoginSuccess: function() {
|
|
this.$modal.msgSuccess('登录成功!')
|
|
this.$modal.msgSuccess('登录成功!')
|
|
},
|
|
},
|
|
- alertLoginFailed: function () {
|
|
|
|
|
|
+ alertLoginFailed: function() {
|
|
this.$modal.msgError('登陆失败!')
|
|
this.$modal.msgError('登陆失败!')
|
|
},
|
|
},
|
|
- alertReinstall: function () {
|
|
|
|
|
|
+ alertReinstall: function() {
|
|
this.$modal.msgWarning('请重新安装客户端')
|
|
this.$modal.msgWarning('请重新安装客户端')
|
|
},
|
|
},
|
|
/** 预览按钮操作 */
|
|
/** 预览按钮操作 */
|
|
@@ -385,7 +406,10 @@ import Cookies from "js-cookie"
|
|
},
|
|
},
|
|
playRealMonitorVideo() { // 自定义设备树自动播放指定通道编码视频
|
|
playRealMonitorVideo() { // 自定义设备树自动播放指定通道编码视频
|
|
const config = this.ws.config
|
|
const config = this.ws.config
|
|
- const {loginIp, userCode} = config
|
|
|
|
|
|
+ const {
|
|
|
|
+ loginIp,
|
|
|
|
+ userCode
|
|
|
|
+ } = config
|
|
this.ws.postMessage('playRealMonitorVideo', {
|
|
this.ws.postMessage('playRealMonitorVideo', {
|
|
loginIp,
|
|
loginIp,
|
|
userCode,
|
|
userCode,
|
|
@@ -405,37 +429,33 @@ import Cookies from "js-cookie"
|
|
},
|
|
},
|
|
create(tvListJson) { // 调用创建控件接口
|
|
create(tvListJson) { // 调用创建控件接口
|
|
let _this = this
|
|
let _this = this
|
|
- const params = [
|
|
|
|
- {
|
|
|
|
- 'ctrlType': 'realMonitorUI',
|
|
|
|
- 'ctrlCode': 'ctrl1',
|
|
|
|
- 'ctrlProperty': {
|
|
|
|
- 'displayMode': 1,
|
|
|
|
- 'splitNum': (this.autoList.length == 1 ? 1 : 4),
|
|
|
|
- 'channelList': [
|
|
|
|
- {
|
|
|
|
- 'channelId': ''
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- 'visible': true,
|
|
|
|
- 'domId': 'dom1'
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
|
|
+ const params = [{
|
|
|
|
+ 'ctrlType': 'realMonitorUI',
|
|
|
|
+ 'ctrlCode': 'ctrl1',
|
|
|
|
+ 'ctrlProperty': {
|
|
|
|
+ 'displayMode': 1,
|
|
|
|
+ 'splitNum': (this.autoList.length == 1 ? 1 : 4),
|
|
|
|
+ 'channelList': [{
|
|
|
|
+ 'channelId': ''
|
|
|
|
+ }]
|
|
|
|
+ },
|
|
|
|
+ 'visible': true,
|
|
|
|
+ 'domId': 'dom1'
|
|
|
|
+ }]
|
|
this.setPos()
|
|
this.setPos()
|
|
this.customizeTree(tvListJson);
|
|
this.customizeTree(tvListJson);
|
|
// if(_this.stringList.length == 1){
|
|
// if(_this.stringList.length == 1){
|
|
// _this.realTimeVideoDialog([_this.stringList[0]]);
|
|
// _this.realTimeVideoDialog([_this.stringList[0]]);
|
|
// }else{
|
|
// }else{
|
|
- _this.ws.createCtrl(params);
|
|
|
|
- _this.playRealMonitorVideo();
|
|
|
|
|
|
+ _this.ws.createCtrl(params);
|
|
|
|
+ _this.playRealMonitorVideo();
|
|
// }
|
|
// }
|
|
if (_this.data != undefined && _this.data != null) {
|
|
if (_this.data != undefined && _this.data != null) {
|
|
- setTimeout( _this.rotation(_this.data.longitude, _this.data.latitude, _this.stringList),5000)
|
|
|
|
|
|
+ setTimeout(_this.rotation(_this.data.longitude, _this.data.latitude, _this.stringList), 5000)
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- rotation(lng,lat,list){
|
|
|
|
- rotation(lng,lat,list);
|
|
|
|
|
|
+ rotation(lng, lat, list) {
|
|
|
|
+ rotation(lng, lat, list);
|
|
},
|
|
},
|
|
setPos() {
|
|
setPos() {
|
|
let target = document.getElementById(this.domId)
|
|
let target = document.getElementById(this.domId)
|
|
@@ -466,7 +486,10 @@ import Cookies from "js-cookie"
|
|
},
|
|
},
|
|
customizeTree(tvListJson) { // 调用控件接口树
|
|
customizeTree(tvListJson) { // 调用控件接口树
|
|
const config = this.ws.config
|
|
const config = this.ws.config
|
|
- const {loginIp, userCode} = config
|
|
|
|
|
|
+ const {
|
|
|
|
+ loginIp,
|
|
|
|
+ userCode
|
|
|
|
+ } = config
|
|
this.ws.postMessage('customizeTree', {
|
|
this.ws.postMessage('customizeTree', {
|
|
loginIp,
|
|
loginIp,
|
|
userCode,
|
|
userCode,
|
|
@@ -481,38 +504,39 @@ import Cookies from "js-cookie"
|
|
initPlugin() {
|
|
initPlugin() {
|
|
let that = this
|
|
let that = this
|
|
that.oWebControl = new WebControl({
|
|
that.oWebControl = new WebControl({
|
|
- szPluginContainer: 'playWnd', // 指定容器id
|
|
|
|
- iServicePortStart: 15900, // 指定起止端口号,建议使用该值
|
|
|
|
|
|
+ szPluginContainer: 'playWnd', // 指定容器id
|
|
|
|
+ iServicePortStart: 15900, // 指定起止端口号,建议使用该值
|
|
iServicePortEnd: 15909,
|
|
iServicePortEnd: 15909,
|
|
- szClassId: '23BF3B0A-2C56-4D97-9C03-0CB103AA8F11', // 用于IE10使用ActiveX的clsid
|
|
|
|
- cbConnectSuccess: function () { // 创建WebControl实例成功
|
|
|
|
- that.oWebControl.JS_StartService('window', { // WebControl实例创建成功后需要启动服务
|
|
|
|
- dllPath: './VideoPluginConnect.dll' // 值"./VideoPluginConnect.dll"写死
|
|
|
|
- }).then(function () { // 启动插件服务成功
|
|
|
|
- that.oWebControl.JS_SetWindowControlCallback({ // 设置消息回调
|
|
|
|
|
|
+ szClassId: '23BF3B0A-2C56-4D97-9C03-0CB103AA8F11', // 用于IE10使用ActiveX的clsid
|
|
|
|
+ cbConnectSuccess: function() { // 创建WebControl实例成功
|
|
|
|
+ that.oWebControl.JS_StartService('window', { // WebControl实例创建成功后需要启动服务
|
|
|
|
+ dllPath: './VideoPluginConnect.dll' // 值"./VideoPluginConnect.dll"写死
|
|
|
|
+ }).then(function() { // 启动插件服务成功
|
|
|
|
+ that.oWebControl.JS_SetWindowControlCallback({ // 设置消息回调
|
|
cbIntegrationCallBack: cbIntegrationCallBack
|
|
cbIntegrationCallBack: cbIntegrationCallBack
|
|
})
|
|
})
|
|
|
|
|
|
- that.oWebControl.JS_CreateWnd('playWnd', 850, 615).then(function () { //JS_CreateWnd创建视频播放窗口,宽高可设定
|
|
|
|
- that.init() // 创建播放实例成功后初始化
|
|
|
|
|
|
+ that.oWebControl.JS_CreateWnd('playWnd', 850, 615).then(
|
|
|
|
+ function() { //JS_CreateWnd创建视频播放窗口,宽高可设定
|
|
|
|
+ that.init() // 创建播放实例成功后初始化
|
|
})
|
|
})
|
|
- }, function () { // 启动插件服务失败
|
|
|
|
|
|
+ }, function() { // 启动插件服务失败
|
|
})
|
|
})
|
|
},
|
|
},
|
|
- cbConnectError: function () { // 创建WebControl实例失败
|
|
|
|
|
|
+ cbConnectError: function() { // 创建WebControl实例失败
|
|
that.oWebControl = null
|
|
that.oWebControl = null
|
|
$('#playWnd').html('插件未启动,正在尝试启动,请稍候...<a href="./hk/VideoWebPlugin.exe">点击下载插件</a>')
|
|
$('#playWnd').html('插件未启动,正在尝试启动,请稍候...<a href="./hk/VideoWebPlugin.exe">点击下载插件</a>')
|
|
WebControl.JS_WakeUp('VideoWebPlugin://') // 程序未启动时执行error函数,采用wakeup来启动程序
|
|
WebControl.JS_WakeUp('VideoWebPlugin://') // 程序未启动时执行error函数,采用wakeup来启动程序
|
|
initCount++
|
|
initCount++
|
|
if (initCount < 3) {
|
|
if (initCount < 3) {
|
|
- setTimeout(function () {
|
|
|
|
|
|
+ setTimeout(function() {
|
|
that.initPlugin()
|
|
that.initPlugin()
|
|
}, 3000)
|
|
}, 3000)
|
|
} else {
|
|
} else {
|
|
$('#playWnd').html('插件启动失败,请检查插件是否安装!<a href="./hk/VideoWebPlugin.exe">点击下载插件</a>')
|
|
$('#playWnd').html('插件启动失败,请检查插件是否安装!<a href="./hk/VideoWebPlugin.exe">点击下载插件</a>')
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- cbConnectClose: function (bNormalClose) {
|
|
|
|
|
|
+ cbConnectClose: function(bNormalClose) {
|
|
// 异常断开:bNormalClose = false
|
|
// 异常断开:bNormalClose = false
|
|
// JS_Disconnect正常断开:bNormalClose = true
|
|
// JS_Disconnect正常断开:bNormalClose = true
|
|
console.log('cbConnectClose')
|
|
console.log('cbConnectClose')
|
|
@@ -523,42 +547,42 @@ import Cookies from "js-cookie"
|
|
//初始化
|
|
//初始化
|
|
init() {
|
|
init() {
|
|
let that = this
|
|
let that = this
|
|
- this.getPubKey(function () {
|
|
|
|
|
|
+ this.getPubKey(function() {
|
|
////////////////////////////////// 请自行修改以下变量值 ////////////////////////////////////
|
|
////////////////////////////////// 请自行修改以下变量值 ////////////////////////////////////
|
|
- var appkey = '24699060' //综合安防管理平台提供的appkey,必填
|
|
|
|
- var secret = that.setEncrypt('tt1pMbsrlwGZUWucdAPw') //综合安防管理平台提供的secret,必填
|
|
|
|
- var ip = '36.49.108.22' //综合安防管理平台IP地址,必填
|
|
|
|
- var playMode = 0 //初始播放模式:0-预览,1-回放
|
|
|
|
- var port = 1443 //综合安防管理平台端口,若启用HTTPS协议,默认443
|
|
|
|
- var snapDir = 'D:\\SnapDir' //抓图存储路径
|
|
|
|
- var videoDir = 'D:\\VideoDir' //紧急录像或录像剪辑存储路径
|
|
|
|
- var layout = '3x3' //playMode指定模式的布局
|
|
|
|
- var enableHTTPS = 1 //是否启用HTTPS协议与综合安防管理平台交互,这里总是填1
|
|
|
|
- var encryptedFields = 'secret' //加密字段,默认加密领域为secret
|
|
|
|
- var showToolbar = 1 //是否显示工具栏,0-不显示,非0-显示
|
|
|
|
- var showSmart = 1 //是否显示智能信息(如配置移动侦测后画面上的线框),0-不显示,非0-显示
|
|
|
|
- var buttonIDs = '0,16,256,257,258,259,260,512,513,514,515,516,517,768,769' //自定义工具条按钮
|
|
|
|
|
|
+ var appkey = '24699060' //综合安防管理平台提供的appkey,必填
|
|
|
|
+ var secret = that.setEncrypt('tt1pMbsrlwGZUWucdAPw') //综合安防管理平台提供的secret,必填
|
|
|
|
+ var ip = '36.49.108.22' //综合安防管理平台IP地址,必填
|
|
|
|
+ var playMode = 0 //初始播放模式:0-预览,1-回放
|
|
|
|
+ var port = 1443 //综合安防管理平台端口,若启用HTTPS协议,默认443
|
|
|
|
+ var snapDir = 'D:\\SnapDir' //抓图存储路径
|
|
|
|
+ var videoDir = 'D:\\VideoDir' //紧急录像或录像剪辑存储路径
|
|
|
|
+ var layout = '3x3' //playMode指定模式的布局
|
|
|
|
+ var enableHTTPS = 1 //是否启用HTTPS协议与综合安防管理平台交互,这里总是填1
|
|
|
|
+ var encryptedFields = 'secret' //加密字段,默认加密领域为secret
|
|
|
|
+ var showToolbar = 1 //是否显示工具栏,0-不显示,非0-显示
|
|
|
|
+ var showSmart = 1 //是否显示智能信息(如配置移动侦测后画面上的线框),0-不显示,非0-显示
|
|
|
|
+ var buttonIDs = '0,16,256,257,258,259,260,512,513,514,515,516,517,768,769' //自定义工具条按钮
|
|
////////////////////////////////// 请自行修改以上变量值 ////////////////////////////////////
|
|
////////////////////////////////// 请自行修改以上变量值 ////////////////////////////////////
|
|
|
|
|
|
that.oWebControl.JS_RequestInterface({
|
|
that.oWebControl.JS_RequestInterface({
|
|
funcName: 'init',
|
|
funcName: 'init',
|
|
argument: JSON.stringify({
|
|
argument: JSON.stringify({
|
|
- appkey: appkey, //API网关提供的appkey
|
|
|
|
- secret: secret, //API网关提供的secret
|
|
|
|
- ip: ip, //API网关IP地址
|
|
|
|
- playMode: playMode, //播放模式(决定显示预览还是回放界面)
|
|
|
|
- port: port, //端口
|
|
|
|
- snapDir: snapDir, //抓图存储路径
|
|
|
|
- videoDir: videoDir, //紧急录像或录像剪辑存储路径
|
|
|
|
- layout: layout, //布局
|
|
|
|
- enableHTTPS: enableHTTPS, //是否启用HTTPS协议
|
|
|
|
- encryptedFields: encryptedFields, //加密字段
|
|
|
|
- showToolbar: showToolbar, //是否显示工具栏
|
|
|
|
- showSmart: showSmart, //是否显示智能信息
|
|
|
|
- buttonIDs: buttonIDs //自定义工具条按钮
|
|
|
|
|
|
+ appkey: appkey, //API网关提供的appkey
|
|
|
|
+ secret: secret, //API网关提供的secret
|
|
|
|
+ ip: ip, //API网关IP地址
|
|
|
|
+ playMode: playMode, //播放模式(决定显示预览还是回放界面)
|
|
|
|
+ port: port, //端口
|
|
|
|
+ snapDir: snapDir, //抓图存储路径
|
|
|
|
+ videoDir: videoDir, //紧急录像或录像剪辑存储路径
|
|
|
|
+ layout: layout, //布局
|
|
|
|
+ enableHTTPS: enableHTTPS, //是否启用HTTPS协议
|
|
|
|
+ encryptedFields: encryptedFields, //加密字段
|
|
|
|
+ showToolbar: showToolbar, //是否显示工具栏
|
|
|
|
+ showSmart: showSmart, //是否显示智能信息
|
|
|
|
+ buttonIDs: buttonIDs //自定义工具条按钮
|
|
})
|
|
})
|
|
- }).then(function (oData) {
|
|
|
|
- that.oWebControl.JS_Resize(850, 615) // 初始化后resize一次,规避firefox下首次显示窗口后插件窗口未与DIV窗口重合问题
|
|
|
|
|
|
+ }).then(function(oData) {
|
|
|
|
+ that.oWebControl.JS_Resize(850, 615) // 初始化后resize一次,规避firefox下首次显示窗口后插件窗口未与DIV窗口重合问题
|
|
})
|
|
})
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -570,7 +594,7 @@ import Cookies from "js-cookie"
|
|
argument: JSON.stringify({
|
|
argument: JSON.stringify({
|
|
keyLength: 1024
|
|
keyLength: 1024
|
|
})
|
|
})
|
|
- }).then(function (oData) {
|
|
|
|
|
|
+ }).then(function(oData) {
|
|
console.log(oData)
|
|
console.log(oData)
|
|
if (oData.responseMsg.data) {
|
|
if (oData.responseMsg.data) {
|
|
that.pubKey = oData.responseMsg.data
|
|
that.pubKey = oData.responseMsg.data
|
|
@@ -579,7 +603,7 @@ import Cookies from "js-cookie"
|
|
125
|
|
125
|
|
})
|
|
})
|
|
},
|
|
},
|
|
-//RSA加密
|
|
|
|
|
|
+ //RSA加密
|
|
setEncrypt(value) {
|
|
setEncrypt(value) {
|
|
var encrypt = new JSEncrypt()
|
|
var encrypt = new JSEncrypt()
|
|
encrypt.setPublicKey(this.pubKey)
|
|
encrypt.setPublicKey(this.pubKey)
|
|
@@ -587,11 +611,11 @@ import Cookies from "js-cookie"
|
|
},
|
|
},
|
|
//播放海康摄像头
|
|
//播放海康摄像头
|
|
playhk(channelCode) {
|
|
playhk(channelCode) {
|
|
- var cameraIndexCode = channelCode //获取输入的监控点编号值,必填
|
|
|
|
- var streamMode = 0 //主子码流标识:0-主码流,1-子码流
|
|
|
|
- var transMode = 1 //传输协议:0-UDP,1-TCP
|
|
|
|
- var gpuMode = 0 //是否启用GPU硬解,0-不启用,1-启用
|
|
|
|
- var wndId = -1 //播放窗口序号(在2x2以上布局下可指定播放窗口)
|
|
|
|
|
|
+ var cameraIndexCode = channelCode //获取输入的监控点编号值,必填
|
|
|
|
+ var streamMode = 0 //主子码流标识:0-主码流,1-子码流
|
|
|
|
+ var transMode = 1 //传输协议:0-UDP,1-TCP
|
|
|
|
+ var gpuMode = 0 //是否启用GPU硬解,0-不启用,1-启用
|
|
|
|
+ var wndId = -1 //播放窗口序号(在2x2以上布局下可指定播放窗口)
|
|
|
|
|
|
cameraIndexCode = cameraIndexCode.replace(/(^\s*)/g, '')
|
|
cameraIndexCode = cameraIndexCode.replace(/(^\s*)/g, '')
|
|
cameraIndexCode = cameraIndexCode.replace(/(\s*$)/g, '')
|
|
cameraIndexCode = cameraIndexCode.replace(/(\s*$)/g, '')
|
|
@@ -599,11 +623,11 @@ import Cookies from "js-cookie"
|
|
this.oWebControl.JS_RequestInterface({
|
|
this.oWebControl.JS_RequestInterface({
|
|
funcName: 'startPreview',
|
|
funcName: 'startPreview',
|
|
argument: JSON.stringify({
|
|
argument: JSON.stringify({
|
|
- cameraIndexCode: cameraIndexCode, //监控点编号
|
|
|
|
- streamMode: streamMode, //主子码流标识
|
|
|
|
- transMode: transMode, //传输协议
|
|
|
|
- gpuMode: gpuMode, //是否开启GPU硬解
|
|
|
|
- wndId: wndId //可指定播放窗口
|
|
|
|
|
|
+ cameraIndexCode: cameraIndexCode, //监控点编号
|
|
|
|
+ streamMode: streamMode, //主子码流标识
|
|
|
|
+ transMode: transMode, //传输协议
|
|
|
|
+ gpuMode: gpuMode, //是否开启GPU硬解
|
|
|
|
+ wndId: wndId //可指定播放窗口
|
|
})
|
|
})
|
|
})
|
|
})
|
|
}
|
|
}
|
|
@@ -636,8 +660,7 @@ import Cookies from "js-cookie"
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 18.3vh;
|
|
height: 18.3vh;
|
|
|
|
|
|
- img {
|
|
|
|
- }
|
|
|
|
|
|
+ img {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -722,14 +745,16 @@ import Cookies from "js-cookie"
|
|
}
|
|
}
|
|
|
|
|
|
/*海康*/
|
|
/*海康*/
|
|
- html, body {
|
|
|
|
|
|
+ html,
|
|
|
|
+ body {
|
|
padding: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.playWnd {
|
|
.playWnd {
|
|
margin: -13px 0 0 255px;
|
|
margin: -13px 0 0 255px;
|
|
- width: 850px; /*播放容器的宽和高设定*/
|
|
|
|
|
|
+ width: 850px;
|
|
|
|
+ /*播放容器的宽和高设定*/
|
|
height: 615px;
|
|
height: 615px;
|
|
border: 1px solid red;
|
|
border: 1px solid red;
|
|
}
|
|
}
|
|
@@ -773,6 +798,7 @@ import Cookies from "js-cookie"
|
|
margin-top: 100px;
|
|
margin-top: 100px;
|
|
margin-left: 80px;
|
|
margin-left: 80px;
|
|
}
|
|
}
|
|
|
|
+
|
|
//电视墙视频摄像头预览弹层样式chuanSet
|
|
//电视墙视频摄像头预览弹层样式chuanSet
|
|
.TVWallCustomWidth {
|
|
.TVWallCustomWidth {
|
|
width: 1500px !important;
|
|
width: 1500px !important;
|
|
@@ -780,6 +806,7 @@ import Cookies from "js-cookie"
|
|
background: #04080c !important;
|
|
background: #04080c !important;
|
|
box-shadow: $barShadow !important;
|
|
box-shadow: $barShadow !important;
|
|
border: 1px $barBorder !important;
|
|
border: 1px $barBorder !important;
|
|
|
|
+
|
|
.el-dialog__header {
|
|
.el-dialog__header {
|
|
padding: 15px 20px !important;
|
|
padding: 15px 20px !important;
|
|
background-image: -moz-linear-gradient($GradualGreen) !important;
|
|
background-image: -moz-linear-gradient($GradualGreen) !important;
|
|
@@ -792,7 +819,8 @@ import Cookies from "js-cookie"
|
|
color: #3cd7ef !important;
|
|
color: #3cd7ef !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .leader-info-container{
|
|
|
|
|
|
+
|
|
|
|
+ .leader-info-container {
|
|
// padding: .5rem;
|
|
// padding: .5rem;
|
|
display: flex;
|
|
display: flex;
|
|
height: 650px;
|
|
height: 650px;
|
|
@@ -800,26 +828,29 @@ import Cookies from "js-cookie"
|
|
overflow-y: scroll;
|
|
overflow-y: scroll;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
padding: 0 1rem;
|
|
padding: 0 1rem;
|
|
- .leader-info-list-con{
|
|
|
|
|
|
+
|
|
|
|
+ .leader-info-list-con {
|
|
width: 100%;
|
|
width: 100%;
|
|
padding: 1rem;
|
|
padding: 1rem;
|
|
margin-bottom: .5rem;
|
|
margin-bottom: .5rem;
|
|
- background-image: -moz-linear-gradient($GradualGreen)!important;
|
|
|
|
|
|
+ background-image: -moz-linear-gradient($GradualGreen) !important;
|
|
background-image: -webkit-linear-gradient($GradualGreen) !important;
|
|
background-image: -webkit-linear-gradient($GradualGreen) !important;
|
|
- background-image: linear-gradient($GradualGreen)!important;
|
|
|
|
|
|
+ background-image: linear-gradient($GradualGreen) !important;
|
|
border: solid 1px #7dc2eb;
|
|
border: solid 1px #7dc2eb;
|
|
box-shadow: $shadowListHover !important;
|
|
box-shadow: $shadowListHover !important;
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
- h4{
|
|
|
|
|
|
+
|
|
|
|
+ h4 {
|
|
margin: .4rem 0;
|
|
margin: .4rem 0;
|
|
color: $white;
|
|
color: $white;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .leader-info-list-con:hover{
|
|
|
|
- background-image: -moz-linear-gradient($popupBG)!important;
|
|
|
|
|
|
+
|
|
|
|
+ .leader-info-list-con:hover {
|
|
|
|
+ background-image: -moz-linear-gradient($popupBG) !important;
|
|
background-image: -webkit-linear-gradient($popupBG) !important;
|
|
background-image: -webkit-linear-gradient($popupBG) !important;
|
|
- background-image: linear-gradient($popupBG)!important;
|
|
|
|
|
|
+ background-image: linear-gradient($popupBG) !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-</style>
|
|
|
|
|
|
+</style>
|