抓蛙师
2021-09-13 a7ecfb68c18dd15c4d6b93e2ff6a5c7d8616240e
ruoyi-ui/src/api/login.js
@@ -47,6 +47,7 @@
export function getCodeImg() {
  return request({
    url: '/captchaImage',
    method: 'get'
    method: 'get',
    timeout: 20000
  })
}
}