正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -169,6 +169,7 @@ public class SysMenuServiceImpl implements ISysMenuService | @@ -169,6 +169,7 @@ public class SysMenuServiceImpl implements ISysMenuService | ||
| 169 | children.setComponent(menu.getComponent()); | 169 | children.setComponent(menu.getComponent()); |
| 170 | children.setName(StringUtils.capitalize(menu.getPath())); | 170 | children.setName(StringUtils.capitalize(menu.getPath())); |
| 171 | children.setMeta(new MetaVo(menu.getMenuName(), menu.getIcon(), StringUtils.equals("1", menu.getIsCache()), menu.getPath())); | 171 | children.setMeta(new MetaVo(menu.getMenuName(), menu.getIcon(), StringUtils.equals("1", menu.getIsCache()), menu.getPath())); |
| 172 | + children.setQuery(menu.getQuery()); | ||
| 172 | childrenList.add(children); | 173 | childrenList.add(children); |
| 173 | router.setChildren(childrenList); | 174 | router.setChildren(childrenList); |
| 174 | } | 175 | } |
-
请 注册 或 登录 后发表评论