修改验证码接口

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

View File

@ -36,7 +36,7 @@ module.exports = {
},
// Various Dev Server settings
host: "0.0.0.0", // can be overwritten by process.env.HOST
host: "localhost", // can be overwritten by process.env.HOST
port: 8001, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: true,
errorOverlay: true,

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}`)
}
}
}