Ming il y a 4 ans
Parent
commit
0f4abe0af7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/login.vue

+ 1 - 1
src/views/login.vue

@@ -107,7 +107,7 @@ export default {
             password: this.loginForm.password,
           });
 
-          // this.$router.push({ path: "/" });
+          this.$router.push({ path: "/" });
           // alert('submit!');
         } else {
           console.log("校验失败");