Browse Source

验证码默认20s超时

tags/v3.2.0
RuoYi 3 years ago
parent
commit
57f51249b6
  1. 3
      ruoyi-ui/src/api/login.js

3
ruoyi-ui/src/api/login.js

@ -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
}) })
} }
Loading…
Cancel
Save