소스 검색

修改验证码

zhaoke 3 년 전
부모
커밋
569f3ecd07
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/login/index.vue

+ 1 - 0
src/views/login/index.vue

@@ -192,6 +192,7 @@ export default {
               this.loading = false;
             })
             .catch(() => {
+              this.getCheckCode();
               this.loading = false;
             });
         } else {