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