|
@@ -92,7 +92,9 @@ export default {
|
|
|
this.videoObj && this.videoObj.videoStop(this.winNum);
|
|
|
this.$emit("closeMonitor")
|
|
|
},
|
|
|
-
|
|
|
+ issue(){
|
|
|
+ this.$emit("issue");
|
|
|
+ },
|
|
|
// 播放器加载完毕
|
|
|
playVideo(obj) {
|
|
|
console.log(obj, '================================')
|
|
@@ -120,11 +122,11 @@ export default {
|
|
|
this.videoObj.videoControl({
|
|
|
winNum: this.winNum,
|
|
|
code: this.monitorInfo.code,
|
|
|
- control: 0x0504,
|
|
|
+ control: 0x0504,
|
|
|
});
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
right() {
|
|
|
this.direction=0x0501
|
|
|
console.log(this.videoObj,'========================aaa');
|
|
@@ -135,7 +137,7 @@ export default {
|
|
|
this.videoObj.videoControl({
|
|
|
winNum: this.winNum,
|
|
|
code: this.monitorInfo.code,
|
|
|
- control: 0x0502,
|
|
|
+ control: 0x0502,
|
|
|
});
|
|
|
},
|
|
|
top() {
|
|
@@ -148,7 +150,7 @@ export default {
|
|
|
this.videoObj.videoControl({
|
|
|
winNum: this.winNum,
|
|
|
code: this.monitorInfo.code,
|
|
|
- control: 0x0402,
|
|
|
+ control: 0x0402,
|
|
|
});
|
|
|
},
|
|
|
bottom() {
|
|
@@ -161,7 +163,7 @@ export default {
|
|
|
this.videoObj.videoControl({
|
|
|
winNum: this.winNum,
|
|
|
code: this.monitorInfo.code,
|
|
|
- control: 0x0404,
|
|
|
+ control: 0x0404,
|
|
|
});
|
|
|
},
|
|
|
|
|
@@ -176,7 +178,7 @@ export default {
|
|
|
this.videoObj.videoControl({
|
|
|
winNum: this.winNum,
|
|
|
code: this.monitorInfo.code,
|
|
|
- control: this.direction,
|
|
|
+ control: this.direction,
|
|
|
});
|
|
|
},
|
|
|
|
|
@@ -190,6 +192,7 @@ export default {
|
|
|
winNum: this.winNum,
|
|
|
code: this.monitorInfo.code,
|
|
|
});
|
|
|
+ this.issue()
|
|
|
},
|
|
|
|
|
|
amplify() {
|
|
@@ -201,7 +204,7 @@ export default {
|
|
|
this.videoObj.videoControl({
|
|
|
winNum: this.winNum,
|
|
|
code: this.monitorInfo.code,
|
|
|
- control: 0x0304,
|
|
|
+ control: 0x0304,
|
|
|
});
|
|
|
},
|
|
|
|
|
@@ -214,7 +217,7 @@ export default {
|
|
|
this.videoObj.videoControl({
|
|
|
winNum: this.winNum,
|
|
|
code: this.monitorInfo.code,
|
|
|
- control: 0x0302,
|
|
|
+ control: 0x0302,
|
|
|
});
|
|
|
},
|
|
|
|