mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 23:31:52 +08:00
v3.7.0 验证码默认20s超时(请求)
This commit is contained in:
parent
5856c93035
commit
e1e749d8a4
@ -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
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user