Parcourir la source

修改验证码

zhaoke il y a 3 ans
Parent
commit
569f3ecd07
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 {