RuoYi
2021-09-26 f4a2f909a779d0d2ffa8d5256b3d48648f65e761
ruoyi-ui/src/api/login.js
@@ -49,6 +49,7 @@
export function getCodeImg() {
  return request({
    url: '/code',
    method: 'get'
    method: 'get',
    timeout: 20000
  })
}