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