v3.7.0 验证码默认20s超时(请求)
parent
5856c93035
commit
e1e749d8a4
|
@ -35,7 +35,8 @@ export function logout() {
|
|||
export function getCodeImg() {
|
||||
return request({
|
||||
url: '/system/captcha/get-image',
|
||||
method: 'get'
|
||||
method: 'get',
|
||||
timeout: 20000
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue