验证码默认20s超时

product
RuoYi 2021-08-29 17:39:25 +08:00
parent dcc5dc0d16
commit 57f51249b6
1 changed files with 2 additions and 1 deletions

View File

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