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