|  | @@ -54,11 +54,11 @@ const openAddress = {
 | 
	
		
			
				|  |  |    '/inspectionResult': () => {
 | 
	
		
			
				|  |  |      const param = parseUrl.searchQuery
 | 
	
		
			
				|  |  |      if (param && param.patNo && param.start && param.end) {
 | 
	
		
			
				|  |  | -      routerPush(`/inspections/inspectionReportIndex/${param.patNo}/${param.start}/${param.end}`)
 | 
	
		
			
				|  |  | +      routerPush(`/inspectionReportV2/${param.patNo}/${param.start}/${param.end}`)
 | 
	
		
			
				|  |  |      } else {
 | 
	
		
			
				|  |  | -      routerPush('/inspections/inspectionReportIndex')
 | 
	
		
			
				|  |  | +      routerPush('/inspectionReportV2')
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  | -  }
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  async function routerPush(val: string) {
 |