feat: 修复用户登陆模块

This commit is contained in:
zdl
2025-10-16 15:23:50 +08:00
parent 98ea8f2427
commit 4ac6c4892e
3 changed files with 43 additions and 0 deletions

View File

@@ -159,6 +159,7 @@ export default function AuthFormContent() {
headers: {
'Content-Type': 'application/json',
},
credentials: 'include',
body: JSON.stringify({
credential,
type: 'phone',