mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-14 11:05:06 +08: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