修复一级菜单包屑显示重复问题
This commit is contained in:
		
							parent
							
								
									2c94587263
								
							
						
					
					
						commit
						3f07632cd4
					
				@ -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());
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user