linwenling
2023-08-01 07613b212320d088235217f1c994c747295df315
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
  })
}