From 001fc94d954e2825a7ab311ba40fd2ed0581b629 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 28 Apr 2022 14:01:59 +0800 Subject: [PATCH] 29392 --- packages/IntelligentSecurity/AppISManage/AppISManage.vue | 2 +- packages/IntelligentSecurity/components/AiSlwVideo.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/IntelligentSecurity/AppISManage/AppISManage.vue b/packages/IntelligentSecurity/AppISManage/AppISManage.vue index 5cb2a019..36fff7a7 100644 --- a/packages/IntelligentSecurity/AppISManage/AppISManage.vue +++ b/packages/IntelligentSecurity/AppISManage/AppISManage.vue @@ -8,7 +8,7 @@ -
+
{{ isShowBar ? '视频协同' : '取消协同' }}
diff --git a/packages/IntelligentSecurity/components/AiSlwVideo.vue b/packages/IntelligentSecurity/components/AiSlwVideo.vue index 5a5530e1..1840cbaf 100644 --- a/packages/IntelligentSecurity/components/AiSlwVideo.vue +++ b/packages/IntelligentSecurity/components/AiSlwVideo.vue @@ -245,7 +245,7 @@ }, changePlayStatus () { - const subPage = document.querySelector(`#${this.id}`).contentWindow + const subPage = document.querySelector(`#${this.iframeId}`).contentWindow subPage.postMessage({ type: 'play', value: this.isPause