图形验证码问题

This commit is contained in:
binbin_pan 2024-06-06 15:54:54 +08:00
parent ff0d34952d
commit a96647b29f
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ export default {
.catch(() => {
this.loading = false
if (this.captchaEnabled) {
this.getCode()
this.getCode(1)
}
})
}