mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-05-10 23:44:32 +00:00
完善 SpringMVC 组件,增加统一 /api/ 前缀的封装
This commit is contained in:
@@ -34,7 +34,7 @@ export function logout() {
|
||||
// 获取验证码
|
||||
export function getCodeImg() {
|
||||
return request({
|
||||
url: '/captchaImage',
|
||||
url: '/captcha/get-image',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user