diff --git a/app/routers/yudao_auth.py b/app/routers/yudao_auth.py index b6804a4..b67985c 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": "device/algorithm", + "component": "aiot/device/algorithm/index", + "componentName": "AiotDeviceAlgorithm", + "icon": "ep:setting", + "sort": 5, + "visible": True, + "keepAlive": True, + }, { "id": 2040, "parentId": 2000,