From f8b4b65ced905e475e61a83be0bf5b9268a1bba1 Mon Sep 17 00:00:00 2001 From: 16337 <1633794139@qq.com> Date: Thu, 9 Apr 2026 17:55:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E:=20=E7=AE=97=E6=B3=95?= =?UTF-8?q?=E5=85=A8=E5=B1=80=E5=8F=82=E6=95=B0=E8=8F=9C=E5=8D=95=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/routers/yudao_auth.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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,