Merge branch 'main' of http://47.107.152.87:3000/dyf/APP
This commit is contained in:
@ -4,7 +4,8 @@ export function login(data) {
|
||||
return request({
|
||||
url: '/app/auth/login',
|
||||
method: 'POST',
|
||||
data: data
|
||||
data: data,
|
||||
isAuthen:false
|
||||
})
|
||||
}
|
||||
// 注册发送验证码
|
||||
|
||||
Reference in New Issue
Block a user