Ver código fonte

登录验证

lrf402788946 5 anos atrás
pai
commit
56561debd9
1 arquivos alterados com 2 adições e 2 exclusões
  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;
       });