From 04c6b9bebeb938c7c836a96ea3c9707c672b6f0e Mon Sep 17 00:00:00 2001 From: yjl <1490736767@qq.com> Date: Thu, 30 Mar 2023 09:23:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E7=AE=A1=E7=90=86-=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E8=87=AA=E5=AE=9A=E4=B9=89=E5=88=86=E5=B1=8F=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E3=80=81=E4=BA=91=E8=81=94=E4=B8=87=E7=89=A9=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/videoModule/videoModule.vue | 25 +- .../videoManage/videoConfig.vue | 2 +- .../projectFront/videoManage/overview.vue | 146 ++++--- src/views/projectFront/videoManage/ysyNew.vue | 365 ++++-------------- 4 files changed, 166 insertions(+), 372 deletions(-) diff --git a/src/components/videoModule/videoModule.vue b/src/components/videoModule/videoModule.vue index 922b63bf..166382e4 100644 --- a/src/components/videoModule/videoModule.vue +++ b/src/components/videoModule/videoModule.vue @@ -25,6 +25,11 @@ :url="urls" :token="lcToken" > + --> - + 1) { + this.ysyParams = this.devList + } else if (this.devList.length == 1) { + let arr = [] + arr.push(this.devList[0]) + this.ysyParams = arr + } //playType 播放方式,1高清RTMP,2流畅RTMP,3高清HLS,4流畅HLS,5高清轻量级插件,6流畅轻量级插件 var videoType = this.devList[0].videoType var playType = this.devList[0].playType diff --git a/src/views/equipmentCenter/videoManage/videoConfig.vue b/src/views/equipmentCenter/videoManage/videoConfig.vue index a22b5531..72080425 100644 --- a/src/views/equipmentCenter/videoManage/videoConfig.vue +++ b/src/views/equipmentCenter/videoManage/videoConfig.vue @@ -1287,7 +1287,7 @@ export default { }, { label: '洗轮机', - value: 'JKDWZ00' + value: 'JKDWZ005' }, { label: '围墙', diff --git a/src/views/projectFront/videoManage/overview.vue b/src/views/projectFront/videoManage/overview.vue index 84b7a95f..f1fd979b 100644 --- a/src/views/projectFront/videoManage/overview.vue +++ b/src/views/projectFront/videoManage/overview.vue @@ -4,32 +4,49 @@
-
- 视频列表 -
-
+
视频列表
+
-
    -
  • - - - {{item.videoName}} +
      +
    • + + + {{ item.videoName }}
    - +
- - -
    -
  • - - - {{data.videoName}} + + +
      +
    • + + + {{ data.videoName }}
    @@ -37,7 +54,8 @@
- \ No newline at end of file diff --git a/src/views/projectFront/videoManage/ysyNew.vue b/src/views/projectFront/videoManage/ysyNew.vue index 5cc257d9..9c731810 100644 --- a/src/views/projectFront/videoManage/ysyNew.vue +++ b/src/views/projectFront/videoManage/ysyNew.vue @@ -18,170 +18,17 @@ :class="select == 1 ? 'width' : select == 2 ? 'width2' : 'width3'" style="position: relative" > -
-
- + >
--> +
- -
- @@ -422,44 +229,6 @@ export default { overflow: hidden; left: 0; } - // .right { - // display: flex; - // flex-direction: column; - // justify-content: space-between; - // background: rgb(255, 255, 255); - // width: 20%; - // height: 100%; - // top: 0; - - // // border: .0625rem solid rgb(22, 21, 27); - // position: absolute; - // right: 0; - // .right1 { - // width: 100%; - // text-align: start; - // line-height: 2.5rem; - // color: #6e727a; - // margin: 0.3125rem auto; - // height: 2.5rem; - // padding: 0 1.25rem; - // cursor: pointer; - // } - // .right1:hover { - // background: #1393fc; - // color: rgb(255, 255, 255); - // border: none; - // } - // .right2 { - // width: 100%; - // padding: 0 1.25rem; - // height: 2.5rem; - // margin: 0.3125rem auto; - // line-height: 2.5rem; - // background: #1393fc; - // color: rgb(255, 255, 255); - // cursor: pointer; - // } - // } } }