mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-12-18 00:00:37 +08:00
feat: 新增个人中心页面
This commit is contained in:
@@ -30,7 +30,9 @@ export const useUserStore = defineStore({
|
||||
dictionaryMap:
|
||||
storageLocal().getItem<Map<String, Map<String, DictionaryData>>>(
|
||||
dictionaryMapKey
|
||||
) ?? new Map()
|
||||
) ?? new Map(),
|
||||
currentUserInfo:
|
||||
storageSession().getItem<TokenDTO>(sessionKey)?.currentUser.userInfo ?? {}
|
||||
}),
|
||||
actions: {
|
||||
/** 存储用户名 */
|
||||
|
||||
Reference in New Issue
Block a user