mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	内链设置meta信息
This commit is contained in:
		@@ -173,7 +173,7 @@ public class SysMenuServiceImpl implements ISysMenuService
 | 
			
		||||
            }
 | 
			
		||||
            else if (menu.getParentId().intValue() == 0 && isInnerLink(menu))
 | 
			
		||||
            {
 | 
			
		||||
                router.setMeta(null);
 | 
			
		||||
                router.setMeta(new MetaVo(menu.getMenuName(), menu.getIcon()));
 | 
			
		||||
                router.setPath("/inner");
 | 
			
		||||
                List<RouterVo> childrenList = new ArrayList<RouterVo>();
 | 
			
		||||
                RouterVo children = new RouterVo();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user