From 1e09a7a01a6c1888e1a2a832eb007fb8c2b653a0 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期三, 26 一月 2022 11:06:27 +0800 Subject: [PATCH] Merge branch 'bhomebus' of http://192.168.5.5:10010/r/web/vue-smart-ai into bhomebus --- src/pages/cameraVideo/index/Video.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/cameraVideo/index/Video.vue b/src/pages/cameraVideo/index/Video.vue index c8077e2..1becda1 100644 --- a/src/pages/cameraVideo/index/Video.vue +++ b/src/pages/cameraVideo/index/Video.vue @@ -41,7 +41,7 @@ :class="guid === 1 ? 'video-main-box' : 'video-main-box-side'" v-if="visibilityState" > - <video-item + <VideoItem v-for="(item, index) in TreeDataPool.videoArr" :key="index" :videoGuid="guid" @@ -53,12 +53,12 @@ guid === 1 ? 'onlyActiveItem' : '' ]" @click="videoItemClick(index)" - ></video-item> + ></VideoItem> </div> </div> </div> <div class="monitoring-task" ref="monitorTask"> - <video-task ref="taskview" @addToBase="toAdd"></video-task> + <VideoTask ref="taskview" @addToBase="toAdd"></VideoTask> </div> </div> <div class="monitoring-photo"> -- Gitblit v1.8.0