|  | @@ -98,10 +98,10 @@ public class SysNewsInformationServiceImpl extends BaseServiceImpl<Long, SysNews
 | 
	
		
			
				|  |  |  				SysNewsInformation info = new SysNewsInformation();
 | 
	
		
			
				|  |  |  				info.setOrder(1);
 | 
	
		
			
				|  |  |  				if (isNewer) {
 | 
	
		
			
				|  |  | -					info.setLinkUrl(serverContextPath + "/#/auditionActive/1");
 | 
	
		
			
				|  |  | +					info.setLinkUrl(serverContextPath + "/#/auditionActive");
 | 
	
		
			
				|  |  |  					info.setCoverImage("https://daya-online.oss-cn-beijing.aliyuncs.com/tempActivity/3_1.jpg");
 | 
	
		
			
				|  |  |  				} else {
 | 
	
		
			
				|  |  | -					info.setLinkUrl(serverContextPath + "/#/auditionActive/1");
 | 
	
		
			
				|  |  | +					info.setLinkUrl(serverContextPath + "/#/auditionActive");
 | 
	
		
			
				|  |  |  					info.setCoverImage("https://daya-online.oss-cn-beijing.aliyuncs.com/tempActivity/3_2.jpg");
 | 
	
		
			
				|  |  |  				}
 | 
	
		
			
				|  |  |  				pageInfos.getRows().add(info);
 |