|
|
|
@ -169,6 +169,7 @@ public class SysMenuServiceImpl implements ISysMenuService
|
|
|
|
|
children.setComponent(menu.getComponent());
|
|
|
|
|
children.setName(StringUtils.capitalize(menu.getPath()));
|
|
|
|
|
children.setMeta(new MetaVo(menu.getMenuName(), menu.getIcon(), StringUtils.equals("1", menu.getIsCache()), menu.getPath()));
|
|
|
|
|
children.setQuery(menu.getQuery());
|
|
|
|
|
childrenList.add(children);
|
|
|
|
|
router.setChildren(childrenList);
|
|
|
|
|
}
|
|
|
|
|