|  | @@ -78,7 +78,7 @@ request.interceptors.response.use(
 | 
	
		
			
				|  |  |        clearTimeout(toast);
 | 
	
		
			
				|  |  |        setTimeout(() => {
 | 
	
		
			
				|  |  |          showToast(msg);
 | 
	
		
			
				|  |  | -      }, 0);
 | 
	
		
			
				|  |  | +      }, 30);
 | 
	
		
			
				|  |  |        throw new Error(msg);
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      const data = await res.clone().json();
 | 
	
	
		
			
				|  | @@ -101,7 +101,7 @@ request.interceptors.response.use(
 | 
	
		
			
				|  |  |          clearTimeout(toast);
 | 
	
		
			
				|  |  |          setTimeout(() => {
 | 
	
		
			
				|  |  |            showToast(msg);
 | 
	
		
			
				|  |  | -        }, 0);
 | 
	
		
			
				|  |  | +        }, 30);
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        const browserInfo = browser();
 | 
	
		
			
				|  |  |        if (data.code === 5000 || data.code === 403) {
 |