提交 3f07632c authored 作者: RuoYi's avatar RuoYi

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

上级 2c945872
......@@ -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());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论