mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-15 03:25:06 +08: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