wkw 1 개월 전
부모
커밋
cb02283cc2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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:[]
   }),