diff --git a/packages/IntelligentSecurity/AppISManage/AppISManage.vue b/packages/IntelligentSecurity/AppISManage/AppISManage.vue index 93cab17b..24a19ef5 100644 --- a/packages/IntelligentSecurity/AppISManage/AppISManage.vue +++ b/packages/IntelligentSecurity/AppISManage/AppISManage.vue @@ -10,7 +10,7 @@ -
+
{{ isShowBar ? '视频协同' : '取消协同' }}
@@ -38,6 +38,7 @@ :ids="ids" :instance="instance" @replay="onReplay" + :isLoading.sync="isLoading" @backLiveing="playbackUrls = []" @checkChange="onCheckChange" v-if="!isShowBar && monitors.length" @@ -223,7 +224,6 @@ let show = data.deviceStatus == 1 ? 'show' : '' const ids = this.ids.split(',') const index = ids.indexOf(data.id) + 1 - console.log(index, ids, data.id) if (node.isLeaf) { return (
diff --git a/packages/IntelligentSecurity/components/AiSlwVideo.vue b/packages/IntelligentSecurity/components/AiSlwVideo.vue index 748a7231..8fbe49c7 100644 --- a/packages/IntelligentSecurity/components/AiSlwVideo.vue +++ b/packages/IntelligentSecurity/components/AiSlwVideo.vue @@ -355,7 +355,7 @@ z-index: 1; width: 100%; transition: all ease-in-out 0.5s; - // transform: translateY(100%); + transform: translateY(100%); } &:hover { diff --git a/packages/IntelligentSecurity/components/Synergy.vue b/packages/IntelligentSecurity/components/Synergy.vue index 61ec7489..2db44ed9 100644 --- a/packages/IntelligentSecurity/components/Synergy.vue +++ b/packages/IntelligentSecurity/components/Synergy.vue @@ -1,13 +1,10 @@