| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -48,7 +48,7 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      )[0]; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      if (route) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        console.log(route); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        if (route.meta.iframeURL.endsWith("【blank】")) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        if (route.meta.iframeURL.endsWith("【跳转新页面】")) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          window.open(route.meta.iframeURL.slice(0, -7)); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        } else { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          this.$router.push({ name: route.name }) | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |