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; }); },