linwenling
2023-04-25 72b22be0d887d6793b8955b5a40ab5bbc6d9e7c4
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
  })
}