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