Compare commits
2 Commits
a24391ff1e
...
40b050d75c
Author | SHA1 | Date |
---|---|---|
chenchenzai | 40b050d75c | |
chenchenzai | 74818f5abc |
|
@ -1675,7 +1675,7 @@ export function MapFun(mapObj) {
|
||||||
// })
|
// })
|
||||||
|
|
||||||
// }
|
// }
|
||||||
//_removeLayerByLayerName(layerName)
|
_removeLayerByLayerName(layerName)
|
||||||
let selectedLayerList = [];
|
let selectedLayerList = [];
|
||||||
let layers = null;
|
let layers = null;
|
||||||
let clickDataList = [];
|
let clickDataList = [];
|
||||||
|
|
|
@ -19,6 +19,10 @@
|
||||||
type: Number,
|
type: Number,
|
||||||
default: 0,
|
default: 0,
|
||||||
},
|
},
|
||||||
|
stopFlag:{
|
||||||
|
type: Boolean,
|
||||||
|
default: false
|
||||||
|
}
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
@ -204,9 +208,19 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
.tiled-map {
|
.video-player {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
position: relative;
|
||||||
|
.play-button{
|
||||||
|
width: 100px;
|
||||||
|
height: 100px;
|
||||||
|
background-color: red;
|
||||||
|
position: absolute;
|
||||||
|
left: 350px;
|
||||||
|
z-index: 9;
|
||||||
|
top: 240px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -622,10 +622,30 @@
|
||||||
destroyOnClose
|
destroyOnClose
|
||||||
footer="{null}"
|
footer="{null}"
|
||||||
>
|
>
|
||||||
|
<div style="width: 100%; display: flex; justify-content: center">
|
||||||
|
<div
|
||||||
|
style="width: 100%; height: 100%; position: relative"
|
||||||
|
v-show="isXiHaiAn"
|
||||||
|
>
|
||||||
|
<!-- 西海岸--预览视频--遮罩 todo-->
|
||||||
|
<div class="video-cover-new" @click="videoShowMsg"></div>
|
||||||
|
<div class="waterMark waterMark-left-top">
|
||||||
|
{{ userInfo.usernameShow }}
|
||||||
|
</div>
|
||||||
|
<div class="waterMark waterMark-right-top">
|
||||||
|
{{ userInfo.realNameShow }}
|
||||||
|
</div>
|
||||||
|
<div class="waterMark waterMark-left-bottom">
|
||||||
|
{{ userInfo.usernameShow }}
|
||||||
|
</div>
|
||||||
|
<div class="waterMark waterMark-right-bottom">
|
||||||
|
{{ userInfo.realNameShow }}
|
||||||
|
</div>
|
||||||
<!--地图上点击之后弹出的操作弹窗-->
|
<!--地图上点击之后弹出的操作弹窗-->
|
||||||
<camera-popup-on-map
|
<camera-popup-on-map :camera-Data-List="cameraDataList" :selected-flag="selectedFlag"></camera-popup-on-map>
|
||||||
:camera-Data-List="cameraDataList"
|
</div>
|
||||||
></camera-popup-on-map>
|
</div>
|
||||||
|
|
||||||
</a-modal>
|
</a-modal>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -2246,7 +2266,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
//地图视频操作弹窗
|
//地图视频操作弹窗
|
||||||
const operationPopupFlag = ref(false) //地图操作弹窗显示标志位
|
const operationPopupFlag = ref(false)//地图操作弹窗显示标志位
|
||||||
|
//是否为视频选择地图弹窗
|
||||||
|
const selectedFlag = ref(false)
|
||||||
</script>
|
</script>
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.infrastructrueBox {
|
.infrastructrueBox {
|
||||||
|
@ -2712,6 +2734,19 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.video-cover-new {
|
||||||
|
width: 798px;
|
||||||
|
height: 600px;
|
||||||
|
position: absolute;
|
||||||
|
left: 85px;
|
||||||
|
top: 15px;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
background: transparent;
|
||||||
|
z-index: 99999999;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.batch-video-cover {
|
.batch-video-cover {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
</a-carousel>
|
</a-carousel>
|
||||||
<div class="operation-content" style="position:ab">
|
<div class="operation-content" style="position:ab">
|
||||||
<div class="video-content">
|
<div class="video-content">
|
||||||
<h5-player :video-url="videoUrl" ref="hPlayer"></h5-player>
|
<h5-player :video-url="videoUrl" :stop-flag="selectedFlag"></h5-player>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-label">
|
<div class="text-label">
|
||||||
<span>{{defaultIndex+1}}</span>/<span>{{cameraDataList.length}}</span>
|
<span>{{defaultIndex+1}}</span>/<span>{{cameraDataList.length}}</span>
|
||||||
|
@ -70,6 +70,10 @@
|
||||||
return {}
|
return {}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
selectedFlag:{
|
||||||
|
type: Boolean,
|
||||||
|
default: false
|
||||||
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.getVideoUrl(this.cameraDataList[this.defaultIndex]);
|
this.getVideoUrl(this.cameraDataList[this.defaultIndex]);
|
||||||
|
@ -190,8 +194,9 @@
|
||||||
},
|
},
|
||||||
//查看下一个
|
//查看下一个
|
||||||
handleNext(){
|
handleNext(){
|
||||||
if(this.defaultIndex === this.cameraDataList.length){
|
let lastIndex = this.cameraDataList.length-1;
|
||||||
this.defaultIndex = this.cameraDataList.length;
|
if(this.defaultIndex === Number(lastIndex)){
|
||||||
|
this.defaultIndex = 0;
|
||||||
console.log('opopopop',this.cameraDataList[0]);
|
console.log('opopopop',this.cameraDataList[0]);
|
||||||
this.getVideoUrl(this.cameraDataList[0]);
|
this.getVideoUrl(this.cameraDataList[0]);
|
||||||
}else{
|
}else{
|
||||||
|
|
|
@ -431,7 +431,7 @@ import { ElMessage } from 'element-plus'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
params.type='0';
|
//params.type='0';
|
||||||
getCameraByCondition(params).then((res) => {
|
getCameraByCondition(params).then((res) => {
|
||||||
//console.log('根据parent查询摄像头44444', res.data.data)
|
//console.log('根据parent查询摄像头44444', res.data.data)
|
||||||
if(type=='map'){
|
if(type=='map'){
|
||||||
|
@ -441,11 +441,11 @@ import { ElMessage } from 'element-plus'
|
||||||
mybus.emit('getListByMap', params);
|
mybus.emit('getListByMap', params);
|
||||||
}
|
}
|
||||||
this.pointAllData = res.data.data;
|
this.pointAllData = res.data.data;
|
||||||
if(this.mapSearchParam.type!=0){
|
if(this.mapSearchParam.type!=0)
|
||||||
this.addResourceTomap('videoMap', res.data.data)
|
this.addResourceTomap('videoMap', res.data.data)
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{this.addResourceTomap('videoMap', []) } //查询全部时不打点}
|
this.addResourceTomap('videoMap', []) //查询全部时不打点}
|
||||||
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -615,7 +615,7 @@ import { ElMessage } from 'element-plus'
|
||||||
this.getMapPoint(dataEvent, 'icon_camare.png', type)
|
this.getMapPoint(dataEvent, 'icon_camare.png', type)
|
||||||
},
|
},
|
||||||
getMapPoint(data, img, type) {
|
getMapPoint(data, img, type) {
|
||||||
this.hiMapFun.clearAllLayers();
|
//this.hiMapFun.clearAllLayers();
|
||||||
const features = data
|
const features = data
|
||||||
// debugger
|
// debugger
|
||||||
this.hiMapFun.addResourceOnMapWithoutSuperMapCluster(
|
this.hiMapFun.addResourceOnMapWithoutSuperMapCluster(
|
||||||
|
|
Loading…
Reference in New Issue