linwenling
2023-10-17 4e36430302a603bfc9913d49238cea96d5fda571
ruoyi-ui/src/api/login.js
@@ -60,15 +60,3 @@
    timeout: 20000
  })
}
// 获取验证码
export function getCodeImg() {
  return request({
    url: '/captchaImage',
    headers: {
      isToken: false
    },
    method: 'get',
    timeout: 20000
  })
}