linwenling
2023-07-24 228302bc93feabc7b51a965db4374781844cc033
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
  })
}