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: [ {