浏览代码

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("校验失败");