mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix: 无权限时,静态菜单路由显示Bug
This commit is contained in:
@ -132,7 +132,8 @@ const dynamicConstantRoutes: ElegantRoute[] = [
|
|||||||
title: 'system',
|
title: 'system',
|
||||||
i18nKey: 'route.system',
|
i18nKey: 'route.system',
|
||||||
localIcon: 'menu-system',
|
localIcon: 'menu-system',
|
||||||
order: 1
|
order: 1,
|
||||||
|
hideInMenu: true
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user