修复一级菜单包屑显示重复问题

This commit is contained in:
RuoYi 2021-04-21 15:14:36 +08:00
parent 2c94587263
commit 3f07632cd4
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ public class SysMenuServiceImpl implements ISysMenuService
}
else if (isMenuFrame(menu))
{
router.setMeta(null);
List<RouterVo> childrenList = new ArrayList<RouterVo>();
RouterVo children = new RouterVo();
children.setPath(menu.getPath());