fix(aiot): 删除实时视频菜单项

实时视频为 AIoT 自建功能,非芋道原生模块,直接删除菜单定义。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-09 11:40:50 +08:00
parent a8726cebed
commit 08e9d785eb

View File

@@ -328,18 +328,6 @@ def _build_aiot_menus():
"visible": True, "visible": True,
"keepAlive": 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, "id": 2040,
"parentId": 2000, "parentId": 2000,