内链设置meta信息
This commit is contained in:
parent
13782d0087
commit
32237a03c8
@ -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
Block a user