mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-09 05:39:13 +00:00
验证码默认20s超时
This commit is contained in:
@@ -49,6 +49,7 @@ export function logout() {
|
|||||||
export function getCodeImg() {
|
export function getCodeImg() {
|
||||||
return request({
|
return request({
|
||||||
url: '/code',
|
url: '/code',
|
||||||
method: 'get'
|
method: 'get',
|
||||||
|
timeout: 20000
|
||||||
})
|
})
|
||||||
}
|
}
|
Reference in New Issue
Block a user