修改信息

This commit is contained in:
2025-12-01 16:25:50 +08:00
parent 519d955679
commit b8626db4dd
4 changed files with 4 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ export function login(data: { phone: string, code?: string, password?: string })
const user: User = {
id: 'user_001',
username: data.phone,
nickname: `测试${data.phone.slice(-4)}`,
nickname: `王明阳`, // ${data.phone.slice(-4)}
avatar: '/static/images/avatar.jpg',
phone: data.phone,
creditLimits: [],