diff --git a/src/views/realTimeMonitor/index.vue b/src/views/realTimeMonitor/index.vue index 122c492..54da154 100644 --- a/src/views/realTimeMonitor/index.vue +++ b/src/views/realTimeMonitor/index.vue @@ -325,7 +325,9 @@ @@ -422,6 +424,7 @@ export default { stream: "0", time: "20", }, + commondChannel: 1, }; }, watch: { @@ -846,6 +849,7 @@ export default { console.log(command); this.clearfun(); console.log(command); + this.commondChannel = command; this.clearfun(); if (this.zzprotocol == "65281") { this.videoVisible = true; @@ -924,7 +928,7 @@ export default { }) .catch((err) => {}); }, - anVideoFn() { + anVideoFn(command) { getTermStatus({ termId: this.zztermId }).then((res) => { console.log(res); if (res.data.isonline) {