From b72839622e68656e75e4f8b1b45d24313498e04d Mon Sep 17 00:00:00 2001 From: 16337 <1633794139@qq.com> Date: Sun, 8 Feb 2026 23:24:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(aiot-device):=20=E9=87=8D=E5=86=99?= =?UTF-8?q?=E6=91=84=E5=83=8F=E5=A4=B4=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=EF=BC=8C=E8=BF=81=E7=A7=BB=20WVP=20=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 从 WVP 的 cameraConfig/index.vue 迁移至 Vue3 + Ant Design: - 搜索过滤:支持名称/地址搜索和拉流状态筛选 - 摄像头列表:显示应用名、流ID、拉流地址、状态 - ROI 数量徽标:异步加载每个摄像头的 ROI 数量 - 操作按钮:ROI 配置(跳转)、拉流/停止、导出配置 - 配置导出:JSON 文件下载 Co-Authored-By: Claude Opus 4.6 --- .../src/views/aiot/device/camera/index.vue | 286 ++++++++++++------ 1 file changed, 201 insertions(+), 85 deletions(-) diff --git a/apps/web-antd/src/views/aiot/device/camera/index.vue b/apps/web-antd/src/views/aiot/device/camera/index.vue index a4f7e66c5..cd930010a 100644 --- a/apps/web-antd/src/views/aiot/device/camera/index.vue +++ b/apps/web-antd/src/views/aiot/device/camera/index.vue @@ -1,110 +1,226 @@