修改验证码接口

This commit is contained in:
2025-07-23 09:25:51 +08:00
parent 3e4ec97803
commit b711e87f50
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@
// 获取验证码
getCaptcha () {
this.dataForm.uuid = getUUID()
this.captchaPath = this.$http.adornUrl(`/captcha.jpg?uuid=${this.dataForm.uuid}`)
this.captchaPath = this.$http.adornUrl(`indetcode/getCode?uuid=${this.dataForm.uuid}`)
}
}
}