From 730731ddac875dfb99e5d370662d54c5d4c7ae4f Mon Sep 17 00:00:00 2001 From: AN <1983933789@qq.com> Date: Thu, 22 May 2025 15:50:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A0=E6=9D=83=E9=99=90=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E9=9D=99=E6=80=81=E8=8F=9C=E5=8D=95=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E6=98=BE=E7=A4=BABug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/router/routes/index.ts b/src/router/routes/index.ts index 1b2ee7a4..50b8fdd1 100644 --- a/src/router/routes/index.ts +++ b/src/router/routes/index.ts @@ -132,7 +132,8 @@ const dynamicConstantRoutes: ElegantRoute[] = [ title: 'system', i18nKey: 'route.system', localIcon: 'menu-system', - order: 1 + order: 1, + hideInMenu: true }, children: [ {