正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -160,6 +160,7 @@ public class SysMenuServiceImpl implements ISysMenuService | @@ -160,6 +160,7 @@ public class SysMenuServiceImpl implements ISysMenuService | ||
| 160 | } | 160 | } |
| 161 | else if (isMenuFrame(menu)) | 161 | else if (isMenuFrame(menu)) |
| 162 | { | 162 | { |
| 163 | + router.setMeta(null); | ||
| 163 | List<RouterVo> childrenList = new ArrayList<RouterVo>(); | 164 | List<RouterVo> childrenList = new ArrayList<RouterVo>(); |
| 164 | RouterVo children = new RouterVo(); | 165 | RouterVo children = new RouterVo(); |
| 165 | children.setPath(menu.getPath()); | 166 | children.setPath(menu.getPath()); |
-
请 注册 或 登录 后发表评论