Explorar el Código

修改验证码

zhaoke hace 3 años
padre
commit
569f3ecd07
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {