内链设置meta信息
This commit is contained in:
parent
97ae0eb7c7
commit
c26d87c677
|
@ -173,7 +173,7 @@ public class SysMenuServiceImpl implements ISysMenuService
|
|||
}
|
||||
else if (menu.getParentId().intValue() == 0 && isInnerLink(menu))
|
||||
{
|
||||
router.setMeta(null);
|
||||
router.setMeta(new MetaVo(menu.getMenuName(), menu.getIcon()));
|
||||
router.setPath("/inner");
|
||||
List<RouterVo> childrenList = new ArrayList<RouterVo>();
|
||||
RouterVo children = new RouterVo();
|
||||
|
|
Loading…
Reference in New Issue