|  | @@ -519,10 +519,10 @@ export default {
 | 
	
		
			
				|  |  |              type: "warning",
 | 
	
		
			
				|  |  |            })
 | 
	
		
			
				|  |  |              .then(async () => {
 | 
	
		
			
				|  |  | -              localStorage.setItem(
 | 
	
		
			
				|  |  | -                `${this.teamid}base`,
 | 
	
		
			
				|  |  | -                JSON.stringify(this.topFrom)
 | 
	
		
			
				|  |  | -              );
 | 
	
		
			
				|  |  | +              // localStorage.setItem(
 | 
	
		
			
				|  |  | +              //   `${this.teamid}base`,
 | 
	
		
			
				|  |  | +              //   JSON.stringify(this.topFrom)
 | 
	
		
			
				|  |  | +              // );
 | 
	
		
			
				|  |  |                let b =  await this.gotoNext(str)
 | 
	
		
			
				|  |  |                console.log(b)
 | 
	
		
			
				|  |  |                return b;
 |