完善 SpringMVC 组件,增加统一 /api/ 前缀的封装

This commit is contained in:
YunaiV
2021-01-03 03:21:35 +08:00
parent e85c342696
commit ee9a358b11
12 changed files with 381 additions and 9 deletions

View File

@ -34,7 +34,7 @@ export function logout() {
// 获取验证码
export function getCodeImg() {
return request({
url: '/captchaImage',
url: '/captcha/get-image',
method: 'get'
})
}
}