|  | @@ -417,6 +417,9 @@ export default {
 | 
	
		
			
				|  |  |            setI18nLang(this.language_type).then(() => {
 | 
	
		
			
				|  |  |              if (isShare) {
 | 
	
		
			
				|  |  |                location.href = isShare;
 | 
	
		
			
				|  |  | +            } else if (localStorage.getItem("testLink")) {
 | 
	
		
			
				|  |  | +              location.href = localStorage.getItem("testLink");
 | 
	
		
			
				|  |  | +              localStorage.removeItem("testLink");
 | 
	
		
			
				|  |  |              } else if (
 | 
	
		
			
				|  |  |                res.popedom_code_list.indexOf(2000001) > -1 ||
 | 
	
		
			
				|  |  |                res.user_type == "STUDENT"
 |