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 @@
-
- 视频列表
-
-
+
视频列表
+
-
-
-
- -
-
-
- {{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;
- // }
- // }
}
}