验证码默认20s超时

master
RuoYi 3 years ago
parent dcc5dc0d16
commit 57f51249b6

@ -49,6 +49,7 @@ export function logout() {
export function getCodeImg() {
return request({
url: '/code',
method: 'get'
method: 'get',
timeout: 20000
})
}
Loading…
Cancel
Save