update 增加 用户信息缓存增加租户id
This commit is contained in:
parent
3e7c2f26fa
commit
3b254cc16b
|
|
@ -71,6 +71,7 @@ export const useUserStore = defineStore('user', () => {
|
|||
|
||||
return {
|
||||
userId,
|
||||
tenantId,
|
||||
token,
|
||||
nickname,
|
||||
avatar,
|
||||
|
|
|
|||
Loading…
Reference in New Issue