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