From 08e9d785eb0b057f154d8a336efabb4a090be3fd Mon Sep 17 00:00:00 2001 From: 16337 <1633794139@qq.com> Date: Mon, 9 Feb 2026 11:40:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(aiot):=20=E5=88=A0=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 实时视频为 AIoT 自建功能,非芋道原生模块,直接删除菜单定义。 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,