From 0f4ebde69f29ee1cda16e7b7f3bc26a709ed1409 Mon Sep 17 00:00:00 2001 From: 16337 <1633794139@qq.com> Date: Mon, 9 Feb 2026 10:50:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(aiot):=20=E9=9A=90=E8=97=8F=E5=AE=9E?= =?UTF-8?q?=E6=97=B6=E8=A7=86=E9=A2=91=E8=8F=9C=E5=8D=95?= 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routers/yudao_auth.py b/app/routers/yudao_auth.py index 55e4091..e231647 100644 --- a/app/routers/yudao_auth.py +++ b/app/routers/yudao_auth.py @@ -337,7 +337,7 @@ def _build_aiot_menus(): "componentName": "AiotVideoLive", "icon": "ep:video-camera", "sort": 5, - "visible": True, + "visible": False, "keepAlive": True, }, {