v3.7.0 验证码默认20s超时(请求)

This commit is contained in:
YunaiV 2022-02-17 09:23:08 +08:00
parent 5856c93035
commit e1e749d8a4

View File

@ -35,7 +35,8 @@ export function logout() {
export function getCodeImg() { export function getCodeImg() {
return request({ return request({
url: '/system/captcha/get-image', url: '/system/captcha/get-image',
method: 'get' method: 'get',
timeout: 20000
}) })
} }