This commit is contained in:
caohong
2021-04-25 09:12:37 +08:00
2 changed files with 8 additions and 2 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());