去除日志
This commit is contained in:
parent
183980d655
commit
3c3961ce81
@ -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(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user