pages/login/login.vue @@ -58,8 +58,6 @@ }) return } console.log(this.userInfo) login(this.userInfo.account, this.userInfo.password).then(response => { console.log(response) if (!response.result) {