From 589f76f7db197e2b05b7383c935e13dd14edceb0 Mon Sep 17 00:00:00 2001 From: linhu <48853564@tuta.com> Date: Wed, 19 Nov 2025 10:08:09 +0800 Subject: [PATCH 01/11] =?UTF-8?q?fix(mapBaseConfig):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=88=9D=E5=A7=8B=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/screen/src/map/data/mapBaseConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/screen/src/map/data/mapBaseConfig.json b/packages/screen/src/map/data/mapBaseConfig.json index 29cf17e..2809e5b 100644 --- a/packages/screen/src/map/data/mapBaseConfig.json +++ b/packages/screen/src/map/data/mapBaseConfig.json @@ -9,7 +9,7 @@ { "rid": 7, "configName": "Extent", - "configValue": "[100.5, 19.9, 109.1, 25.7]", + "configValue": "[107.7, 29.9, 108.3, 30.5]", "configDescrition": "默认地图边界范围", "orgCode": "bdzl" }, From f60ecb002cb5d8279351c45423c5f7dc645106e2 Mon Sep 17 00:00:00 2001 From: Zzc <1373857752@qq.com> Date: Wed, 19 Nov 2025 11:12:18 +0800 Subject: [PATCH 02/11] =?UTF-8?q?feat(video):=20=E5=B0=86=E5=AE=9E?= =?UTF-8?q?=E9=99=85=E8=A7=86=E9=A2=91=E6=92=AD=E6=94=BE=E4=B8=8EOSS?= =?UTF-8?q?=E6=BA=90=E9=9B=86=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 向VideoMonitorItem组件添加视频元素以实现实时播放,更新视频监视器常量以使用OSS URL,并实现从OSS配置生成资源URL的工具函数。这将占位符内容替换为功能性的视频流。 --- .../RightPanel/VideoMonitorItem.vue | 28 +++++++++------- .../constants.js | 14 +++++--- packages/shared/config/index.js | 28 ++++++++++++++++ packages/shared/utils/index.js | 33 +++++++++++++++++++ 4 files changed, 88 insertions(+), 15 deletions(-) diff --git a/packages/screen/src/views/3DSituationalAwarenessRefactor/components/RightPanel/VideoMonitorItem.vue b/packages/screen/src/views/3DSituationalAwarenessRefactor/components/RightPanel/VideoMonitorItem.vue index 955bb43..160c5ce 100644 --- a/packages/screen/src/views/3DSituationalAwarenessRefactor/components/RightPanel/VideoMonitorItem.vue +++ b/packages/screen/src/views/3DSituationalAwarenessRefactor/components/RightPanel/VideoMonitorItem.vue @@ -11,7 +11,15 @@
- + +