wkw il y a 1 mois
Parent
commit
cb02283cc2
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/stores/modules/systemStore.js

+ 1 - 0
src/stores/modules/systemStore.js

@@ -15,6 +15,7 @@ export const useSystemStore = defineStore("useSystemStore", {
     USERID:"",
     ImsessionList:[],
     needRefreshIm:false,
+    userUuid: '',
     messageList: {},//消息缓存
     // FirendList:[]
   }),