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