From 283f12e443567559dbe358cefac7a82d8f39430f Mon Sep 17 00:00:00 2001 From: 16337 <1633794139@qq.com> Date: Mon, 9 Feb 2026 11:17:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(aiot):=20=E7=A7=BB=E9=99=A4=E5=AE=9E?= =?UTF-8?q?=E6=97=B6=E8=A7=86=E9=A2=91=E8=8F=9C=E5=8D=95=E9=A1=B9?= 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 deletions(-) diff --git a/app/routers/yudao_auth.py b/app/routers/yudao_auth.py index e231647..b6804a4 100644 --- a/app/routers/yudao_auth.py +++ b/app/routers/yudao_auth.py @@ -328,18 +328,6 @@ 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,