feat(screen): 在左侧面板中添加视频源并更新摄像头图标
- 将摄像头图标更新为 media_dvr_on.png - 为 3D 态势感知的快速感知功能设置视频源
This commit is contained in:
parent
06c462a577
commit
586d669e88
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
@ -4,7 +4,7 @@
|
|||||||
<CollapsiblePanel title="快速感知" subtitle="「灾害分析」">
|
<CollapsiblePanel title="快速感知" subtitle="「灾害分析」">
|
||||||
<template #title-icon>
|
<template #title-icon>
|
||||||
<img
|
<img
|
||||||
src="../../assets/images/摄像头.png"
|
src="../../assets/images/media_dvr_on.png"
|
||||||
alt="摄像头"
|
alt="摄像头"
|
||||||
class="camera-icon"
|
class="camera-icon"
|
||||||
@click.stop="handleCameraClick"
|
@click.stop="handleCameraClick"
|
||||||
@ -87,8 +87,8 @@ const showVideoModal = ref(false)
|
|||||||
const cameraVideoData = ref({
|
const cameraVideoData = ref({
|
||||||
id: 999,
|
id: 999,
|
||||||
type: 'drone',
|
type: 'drone',
|
||||||
title: '现场实时监控',
|
title: '快速感知',
|
||||||
videoSrc: '', // 预留视频链接,后续补充
|
videoSrc: 'http://222.212.85.86:9000/300bdf2b-a150-406e-be63-d28bd29b409f/demo/ylzg/快速感知.mp4', // 预留视频链接,后续补充
|
||||||
dateRange: '',
|
dateRange: '',
|
||||||
hasAudio: true,
|
hasAudio: true,
|
||||||
hasMegaphone: false,
|
hasMegaphone: false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user