添加验证码

This commit is contained in:
chenchun
2022-09-18 16:46:31 +08:00
parent 2a8d436267
commit a64d493a29
3 changed files with 19 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ export function logout() {
// 获取验证码
export function getCodeImg() {
return request({
url: '/captchaImage',
url: '/account/captchaImage',
headers: {
isToken: false
},