From 8d73a1c348696283a341c3a4142da08a8d54589e Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Wed, 23 Aug 2023 09:51:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=BE=BD=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/realTimeMonitor/index.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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) {