mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-05-10 22:24:32 +00:00
AJ-Captcha vue2 增加验证码二次校验
This commit is contained in:
@@ -3,10 +3,11 @@ import { getRefreshToken } from '@/utils/auth'
|
||||
import service from '@/utils/request'
|
||||
|
||||
// 登录方法
|
||||
export function login(username, password, socialType, socialCode, socialState) {
|
||||
export function login(username, password, captchaVerification, socialType, socialCode, socialState) {
|
||||
const data = {
|
||||
username,
|
||||
password,
|
||||
captchaVerification,
|
||||
// 社交相关
|
||||
socialType,
|
||||
socialCode,
|
||||
|
||||
Reference in New Issue
Block a user