1
0
forked from dyf/APP
This commit is contained in:
fengerli
2026-02-03 18:56:26 +08:00
11 changed files with 109 additions and 79 deletions

View File

@ -4,7 +4,8 @@ export function login(data) {
return request({
url: '/app/auth/login',
method: 'POST',
data: data
data: data,
isAuthen:false
})
}
// 注册发送验证码