feat(screen): 在左侧面板中添加视频源并更新摄像头图标

- 将摄像头图标更新为 media_dvr_on.png
- 为 3D 态势感知的快速感知功能设置视频源
This commit is contained in:
Zzc 2025-11-21 11:06:32 +08:00
parent 06c462a577
commit 586d669e88
2 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -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,