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