From a8726cebedd87eee2b09a98f521d8e9343c50d74 Mon Sep 17 00:00:00 2001 From: 16337 <1633794139@qq.com> Date: Mon, 9 Feb 2026 11:20:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(aiot):=20=E6=81=A2=E5=A4=8D=E5=AE=9E?= =?UTF-8?q?=E6=97=B6=E8=A7=86=E9=A2=91=E8=8F=9C=E5=8D=95=E9=A1=B9=E5=B9=B6?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 恢复被误删的实时视频菜单定义,通过 visible=False 隐藏菜单, 保留路由和组件以备后续启用。 Co-Authored-By: Claude Opus 4.6 --- app/routers/yudao_auth.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/routers/yudao_auth.py b/app/routers/yudao_auth.py index b6804a4..e231647 100644 --- a/app/routers/yudao_auth.py +++ b/app/routers/yudao_auth.py @@ -328,6 +328,18 @@ def _build_aiot_menus(): "visible": True, "keepAlive": True, }, + { + "id": 2030, + "parentId": 2000, + "name": "实时视频", + "path": "video/live", + "component": "aiot/video/live/index", + "componentName": "AiotVideoLive", + "icon": "ep:video-camera", + "sort": 5, + "visible": False, + "keepAlive": True, + }, { "id": 2040, "parentId": 2000,