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