...
This commit is contained in:
@@ -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: ''
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user