Преглед изворни кода

update 增加 用户信息缓存增加租户id

疯狂的狮子Li пре 1 година
родитељ
комит
3b254cc16b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/store/modules/user.ts

+ 1 - 0
src/store/modules/user.ts

@@ -71,6 +71,7 @@ export const useUserStore = defineStore('user', () => {
 
   return {
     userId,
+    tenantId,
     token,
     nickname,
     avatar,