This commit is contained in:
2024-03-17 14:50:20 +08:00
parent cfdc8d088c
commit 7f0f11cf14
6 changed files with 71 additions and 23 deletions

View File

@@ -8,13 +8,17 @@ const useUserStore = defineStore('user', {
state: (): UserState => <UserState>({
id: '',
unionId: '',
openId: '',
maOpenId: '',
name: '未登录',
nickName: '未登录',
image: '',
telephone: '',
gender: 0,
balance: 0,
integration: 0,
birthday: '',
creatorId: '',
companyId: ''
}),