修复一级菜单包屑显示重复问题
This commit is contained in:
		| @@ -160,6 +160,7 @@ public class SysMenuServiceImpl implements ISysMenuService | |||||||
|             } |             } | ||||||
|             else if (isMenuFrame(menu)) |             else if (isMenuFrame(menu)) | ||||||
|             { |             { | ||||||
|  |                 router.setMeta(null); | ||||||
|                 List<RouterVo> childrenList = new ArrayList<RouterVo>(); |                 List<RouterVo> childrenList = new ArrayList<RouterVo>(); | ||||||
|                 RouterVo children = new RouterVo(); |                 RouterVo children = new RouterVo(); | ||||||
|                 children.setPath(menu.getPath()); |                 children.setPath(menu.getPath()); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user