Explorar el Código

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

fanghuisheng hace 4 años
padre
commit
112e73a87e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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("校验失败");