视频对接

This commit is contained in:
wuhongjian 2022-06-14 17:32:23 +08:00
parent 0ba396e9d3
commit 05be0ae3fb
3 changed files with 233 additions and 223 deletions

View File

@ -373,7 +373,7 @@
import detailsPageconetentTree from '@/views/home/detailsPageconetentTree.vue'
import searchResultList from '@/views/home/components/searchResultList.vue'
import KnowledgeBase from '@/views/home/components/KnowledgeBase.vue'
import VideoSurveillance from '@/views/home/videoSurveillance'
// import VideoSurveillance from '@/views/home/videoSurveillance'
export default defineComponent({
setup() {
// const store = useStore()
@ -1008,60 +1008,11 @@
pageNo: paramsGetResources.pageNum,
pageSize: paramsGetResources.pageSize
}
resourceTotal.value = 10
resourceList.data = [
{
"id": "689299957948436480",//id
"cameraIndexCode": "37021100001316660963",//
"cameraSerial": null,//
"gbIndexCode": "37021100001316660963",//
"name": "216省道与星海滩路桥底南",//
"deviceIndexCode": "",//
"longitude": "120.05622780039626",//WGS84
"latitude": "35.9411893638582",//WGS84
"altitude": "",//WGS84
"pixel": "1",//1-2-1303-2004-300
"cameraType": "2",//(0-1-2-3-)
"cameraTypeName": "Fast Ball Camera",//
"installPlace": "",//
"matrixCode": "",//
"chanNum": null,//
"viewshed": "",//JSON使
"capabilitySet": "@vss@",//
"capabilitySetName": "@Video capability@",//
"intelligentSet": "",//
"intelligentSetName": "",//
"recordLocation": "0",//0-1-
"recordLocationName": "Central storage",//
"ptzController": null,//(1-DVR2-3-MU40004-NC600)
"ptzControllerName": "",//
"deviceResourceType": "",//
"deviceResourceTypeName": "",//
"channelType": "analog",//
"channelTypeName": "Analog channel",//
"transType": "1",//0-UDP1-TCP
"transTypeName": "TCP",//
"updateTime": "2022-05-18T02:04:24.166+08:00",//ISO8601yyyy-MM-dd'T'HH:mm:ss.SSSzzz
"unitIndexCode": "37021100001310001004",//
"treatyType": "",//
"treatyTypeName": "",//
"createTime": null,//ISO8601yyyy-MM-dd'T'HH:mm:ss.SSSzzz
"status": "1",// 线0-线1-线
"statusName": "Online",//
"locationLong": 120.05622780039626,//使
"locationLat": 35.9411893638582,//使
"delFlag": 0,//(01)
"createdBy": null,//code
"createdTime": "2022-05-25 12:38:47",//
"updatedBy": null,//code
"updatedTime": "2022-06-08 17:05:26"//
}
]
// getVideoList(params).then((res) => {
// //
// resourceTotal.value = res.data.data.total
// resourceList.data = res.data.data.list
// })
getVideoList(params).then((res) => {
//
resourceTotal.value = res.data.data.total
resourceList.data = res.data.data.list
})
} else if (Cardsname.value === '数据资源') {
resourceTotal.value = resourceData.value.data.total || ''
getShoppingCartList(resourceData.value.data.records)
@ -1311,7 +1262,7 @@
DownOutlined,
KnowledgeBase,
// VideoCameraOutlined,
VideoSurveillance,
// VideoSurveillance,
},
beforeUnmount() {
mybus.off('selectCardsitem')

View File

@ -153,7 +153,11 @@
免费试用
</a-button>
</div>
<a-button type="primary" v-if="item.cameraIndexCode" @click="openVideo( item)">
<a-button
type="primary"
v-if="item.cameraIndexCode"
@click="openVideo(item)"
>
视频预览
</a-button>
<a-button type="primary" v-else @click="toView('details', item)">
@ -169,11 +173,24 @@
</div>
</div>
</div>
<a-modal
v-model:visible="visible"
title="视频预览"
:width="750"
destroyOnClose
>
<template #footer></template>
<div style="width: 100%; display: flex; justify-content: center">
<div style="width: 100%; height: 100%">
<vue3VideoPlay v-bind="options" />
</div>
</div>
</a-modal>
</div>
</template>
<script>
import { ref } from 'vue'
import { ref, reactive } from 'vue'
import { message } from 'ant-design-vue'
import { useRouter } from 'vue-router'
import { getUser, sgcInsert } from '@/api/home'
@ -285,6 +302,33 @@
setup(props) {
let shoppingKey = ref(1)
let videoUrl = ref('')
let visible = ref(false)
const options = reactive({
width: '700px', //
height: '400px', //
color: '#409eff', //
title: '', //
src: '', //
muted: false, //
webFullScreen: false,
speedRate: ['0.75', '1.0', '1.25', '1.5', '2.0'], //
autoPlay: true, //
loop: false, //
mirror: false, //
ligthOff: false, //
volume: 0.3, //
control: true, //
controlBtns: [
'audioTrack',
'quality',
'speedRate',
'volume',
'setting',
'pip',
'pageFullScreen',
'fullScreen',
], //,
})
// id
const selList = ref([
{ name: '发布时间', value: 'tdr.create_date' },
@ -414,13 +458,18 @@
}
getHls(param).then((res) => {
console.log('获取视频地址===============>', res)
videoUrl.value = res.data.data
// videoUrl.value = res.data.data
options.value.src = res.data.data
visible.value = true
})
}
mybus.on('chongzhi', () => {
selData.value = 'total'
})
return {
visible,
videoUrl,
options,
onSearch,
resultList,
toView,

View File

@ -17,16 +17,26 @@
</div>
<div class="item">
<div class="zj">组件服务</div>
<div class="name" v-for="(item, index) in zjList" :key="item.id" :class="index == 4 ? 'name-last' : ''"
@click="selectOne(item.id)">
<div
class="name"
v-for="(item, index) in zjList"
:key="item.id"
:class="index == 4 ? 'name-last' : ''"
@click="selectOne(item.id)"
>
{{ index + 1 }}-{{ item.name }}
</div>
<div class="btn" @click="jumpPage('组件服务')">查看更多</div>
</div>
<div class="item">
<div class="yy">应用资源</div>
<div class="name" v-for="(item, index) in yyList" :key="item.id" :class="index == 4 ? 'name-last' : ''"
@click="selectOne(item.id)">
<div
class="name"
v-for="(item, index) in yyList"
:key="item.id"
:class="index == 4 ? 'name-last' : ''"
@click="selectOne(item.id)"
>
{{ index + 1 }}-{{ item.name }}
</div>
<div class="btn" @click="jumpPage('应用资源')">查看更多</div>
@ -68,16 +78,16 @@
</div>
</template>
<script setup>
import { pageWithAttrs } from '@/api/home.js'
import { ref } from 'vue'
import { useRouter } from 'vue-router'
import { useStore } from 'vuex'
const store = useStore()
const router = useRouter()
const zjList = ref([])
const yyList = ref([])
// const jcList = ref([])
const paramsGetResources = {
import { pageWithAttrs } from '@/api/home.js'
import { ref } from 'vue'
import { useRouter } from 'vue-router'
import { useStore } from 'vuex'
const store = useStore()
const router = useRouter()
const zjList = ref([])
const yyList = ref([])
// const jcList = ref([])
const paramsGetResources = {
districtId: '',
pageNum: 1,
pageSize: 5,
@ -86,19 +96,19 @@ const paramsGetResources = {
infoList: [],
orderField: 'total', // total visits 访 applyCount score collectCount
orderType: 'DESC', // ASC DESC
}
const getAppResources = (type, obj) => {
}
const getAppResources = (type, obj) => {
paramsGetResources.type = type
pageWithAttrs(paramsGetResources).then((res) => {
console.log('查询列表============>', res.data.data.records)
obj.value = res.data.data.records
})
}
getAppResources('组件服务', zjList)
getAppResources('应用资源', yyList)
// getAppResources('', jcList)
}
getAppResources('组件服务', zjList)
getAppResources('应用资源', yyList)
// getAppResources('', jcList)
function jumpPage(type) {
function jumpPage(type) {
// store
store.commit('home/selectCardsData', {
selectCardsnum: type,
@ -114,8 +124,8 @@ function jumpPage(type) {
select: type,
},
})
}
const selectOne = (id) => {
}
const selectOne = (id) => {
console.log('点击===============》', id)
router.push({
path: '/details',
@ -123,10 +133,10 @@ const selectOne = (id) => {
id: id,
},
})
}
}
</script>
<style lang="less" scoped>
.capability-convergence {
.capability-convergence {
height: 7.2rem;
background: url('~@/assets/newHome/Convergence-bg.png') no-repeat;
background-size: 100%;
@ -246,5 +256,5 @@ const selectOne = (id) => {
}
}
}
}
}
</style>