From c7ead98c047166ccbcca8c99f7ba78df926e28ed Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 15 Nov 2024 14:13:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataBoard/IoTPerception/Videosurveillance/index.vue | 9 ++------- src/views/dataBoard/IoTPerception/more/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/src/views/dataBoard/IoTPerception/Videosurveillance/index.vue b/src/views/dataBoard/IoTPerception/Videosurveillance/index.vue index be770a015..1d5d22d0f 100644 --- a/src/views/dataBoard/IoTPerception/Videosurveillance/index.vue +++ b/src/views/dataBoard/IoTPerception/Videosurveillance/index.vue @@ -3,11 +3,8 @@
- -
+ +
@@ -322,8 +319,6 @@ margin-bottom: 27px; } .video-right { - // width: 400px; - // height: 350px; position: relative; background: #000; .prism-big-play-btn { diff --git a/src/views/dataBoard/IoTPerception/more/index.vue b/src/views/dataBoard/IoTPerception/more/index.vue index a65dfed29..fbd4f293d 100644 --- a/src/views/dataBoard/IoTPerception/more/index.vue +++ b/src/views/dataBoard/IoTPerception/more/index.vue @@ -8,7 +8,7 @@
- +
@@ -64,7 +64,7 @@ export default { .get( "/actual/base/videoMonitoring/page?page=1&limit=10") .then(({ data: { data } }) => { - this.list = data.list.splice(0,4) + this.list = data.list this.loading = false; }); },