lrf402788946 hace 5 años
padre
commit
56561debd9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/login/login.vue

+ 2 - 2
src/views/login/login.vue

@@ -119,8 +119,8 @@ export default {
     toSubmit() {
       this.$refs.form.validate(valid => {
         if (valid) {
-          this.submit();
-          // this.checkVerify();
+          // this.submit();
+          this.checkVerify();
         }
         return false;
       });