|  | @@ -101,11 +101,11 @@
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      } catch (error) {
 | 
	
		
			
				|  |  | -      notification.error({
 | 
	
		
			
				|  |  | -        message: t('sys.api.errorTip'),
 | 
	
		
			
				|  |  | -        description: error.message || t('sys.api.networkExceptionMsg'),
 | 
	
		
			
				|  |  | -        duration: 3,
 | 
	
		
			
				|  |  | -      });
 | 
	
		
			
				|  |  | +      // notification.error({
 | 
	
		
			
				|  |  | +      //   message: t('sys.api.errorTip'),
 | 
	
		
			
				|  |  | +      //   description: error.message || t('sys.api.networkExceptionMsg'),
 | 
	
		
			
				|  |  | +      //   duration: 3,
 | 
	
		
			
				|  |  | +      // });
 | 
	
		
			
				|  |  |        loading.value = false;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        //update-begin-author:taoyan date:2022-5-3 for: issues/41 登录页面,当输入验证码错误时,验证码图片要刷新一下,而不是保持旧的验证码图片不变
 |