1
0
forked from dyf/APP

调整一下底部小样式

This commit is contained in:
liub
2026-01-30 11:51:29 +08:00
parent 23fe40902b
commit 5399ecf359
9 changed files with 37 additions and 29 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
})
}
// 注册发送验证码