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