mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	修复一级菜单包屑显示重复问题
This commit is contained in:
		@@ -160,6 +160,7 @@ public class SysMenuServiceImpl implements ISysMenuService
 | 
			
		||||
            }
 | 
			
		||||
            else if (isMenuFrame(menu))
 | 
			
		||||
            {
 | 
			
		||||
                router.setMeta(null);
 | 
			
		||||
                List<RouterVo> childrenList = new ArrayList<RouterVo>();
 | 
			
		||||
                RouterVo children = new RouterVo();
 | 
			
		||||
                children.setPath(menu.getPath());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user