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