From f78eaa2ae1945e35f46903ac2b0059164f39035c Mon Sep 17 00:00:00 2001 From: 16337 <1633794139@qq.com> Date: Mon, 9 Feb 2026 10:25:19 +0800 Subject: [PATCH] =?UTF-8?q?refactor(aiot-device):=20=E8=A7=84=E8=8C=83?= =?UTF-8?q?=E6=95=B4=E7=90=86=E6=91=84=E5=83=8F=E5=A4=B4=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=92=8C=20ROI=20=E9=85=8D=E7=BD=AE=E9=A1=B5=E9=9D=A2=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 摄像头管理:代码按功能分区(列表状态/编辑弹窗/数据加载/增删改/拉流控制/配置导出) - ROI 配置:代码按功能分区(摄像头选择/截图/数据加载/绘制/选择/编辑/删除/推送) - getSnapUrl 适配 async 调用,截图 URL 携带 access-token 认证参数 - 统一中文注释风格 Co-Authored-By: Claude Opus 4.6 --- .../src/views/aiot/device/camera/index.vue | 143 ++++++++++-------- .../src/views/aiot/device/roi/index.vue | 93 ++++++++---- 2 files changed, 144 insertions(+), 92 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 230ff7bad..a0df73611 100644 --- a/apps/web-antd/src/views/aiot/device/camera/index.vue +++ b/apps/web-antd/src/views/aiot/device/camera/index.vue @@ -1,4 +1,10 @@