diff --git a/app/routers/yudao_auth.py b/app/routers/yudao_auth.py index b6804a4..e231647 100644 --- a/app/routers/yudao_auth.py +++ b/app/routers/yudao_auth.py @@ -328,6 +328,18 @@ 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,