Browse Source

Merge branch 'master' of http://101.133.214.75:3000/xf15575941817/PC_FiveFollowing

fanghuisheng 4 years ago
parent
commit
112e73a87e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/login.vue

+ 1 - 1
src/views/login.vue

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