新增: 算法全局参数菜单项

This commit is contained in:
2026-04-09 17:55:59 +08:00
parent caa7adb27c
commit f8b4b65ced

View File

@@ -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,