RuoYi
2021-08-29 57f51249b61fa5562021883a6cf8e5cb8a7b9aa3
验证码默认20s超时
1 files modified
3 ■■■■ changed files
ruoyi-ui/src/api/login.js 3 ●●●● patch | view | raw | blame | history
ruoyi-ui/src/api/login.js
@@ -49,6 +49,7 @@
export function getCodeImg() {
  return request({
    url: '/code',
    method: 'get'
    method: 'get',
    timeout: 20000
  })
}