fix: 无权限时,静态菜单路由显示Bug
This commit is contained in:
parent
8c2a0b5886
commit
730731ddac
@ -132,7 +132,8 @@ const dynamicConstantRoutes: ElegantRoute[] = [
|
||||
title: 'system',
|
||||
i18nKey: 'route.system',
|
||||
localIcon: 'menu-system',
|
||||
order: 1
|
||||
order: 1,
|
||||
hideInMenu: true
|
||||
},
|
||||
children: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user