Commit 3f07632c authored by RuoYi's avatar RuoYi

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

parent 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 is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment