修改信用额度

This commit is contained in:
2025-11-29 20:22:24 +08:00
parent 4c0221cb22
commit 152e11cc7c
9 changed files with 322 additions and 48 deletions

View File

@@ -8,7 +8,7 @@ export const useUserStore = defineStore('user', {
id: 'user_001',
username: 'admin',
nickname: '测试用户',
avatar: 'https://picsum.photos/200/200?random=avatar',
avatar: '/static/images/avatar.jpg',
phone: '13800138000',
creditLimits: [], // 实际应从 financeStore 获取或关联
member: mockMember,