feat(aiot): 隐藏实时视频菜单

将实时视频菜单的 visible 设为 False,前端不再显示该菜单项,
但保留组件和路由定义以备后续启用。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-09 10:50:03 +08:00
parent b3cf544343
commit 0f4ebde69f

View File

@@ -337,7 +337,7 @@ def _build_aiot_menus():
"componentName": "AiotVideoLive",
"icon": "ep:video-camera",
"sort": 5,
"visible": True,
"visible": False,
"keepAlive": True,
},
{