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