去除日志

pull/22/head
ZouLiFu 2021-01-22 10:56:27 +08:00
parent 183980d655
commit 3c3961ce81
1 changed files with 0 additions and 1 deletions

View File

@ -242,7 +242,6 @@ export default {
*/ */
verifySuccess(params) { verifySuccess(params) {
this.loginParams.code = params.captchaVerification this.loginParams.code = params.captchaVerification
console.log(this.loginParams)
this.Login(this.loginParams).then((res) => this.loginSuccess(res)) this.Login(this.loginParams).then((res) => this.loginSuccess(res))
.catch(err => this.requestFailed(err)) .catch(err => this.requestFailed(err))
.finally(() => { .finally(() => {