mirror of https://gitee.com/xiaonuobase/snowy
去除日志
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…
Reference in New Issue