去除日志

This commit is contained in:
ZouLiFu 2021-01-22 10:56:27 +08:00
parent 183980d655
commit 3c3961ce81

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(() => {