lrf402788946 5 lat temu
rodzic
commit
d536e85847
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/views/login/login.vue

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

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