mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-10-30 01:38:43 +08:00
feat: vue3 add aj-captcha
This commit is contained in:
@@ -18,11 +18,6 @@ export interface SmsLoginVO {
|
||||
code: string
|
||||
}
|
||||
|
||||
// 获取验证码
|
||||
export const getCodeImgApi = () => {
|
||||
return request.get({ url: '/system/captcha/get-image' })
|
||||
}
|
||||
|
||||
// 登录
|
||||
export const loginApi = (data: UserLoginVO) => {
|
||||
return request.post({ url: '/system/auth/login', data })
|
||||
|
||||
Reference in New Issue
Block a user