소스 검색

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

fanghuisheng 4 년 전
부모
커밋
112e73a87e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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("校验失败");