验证码默认20s超时
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…
Reference in New Issue