wkw 1 kuukausi sitten
vanhempi
sitoutus
cb02283cc2
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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:[]
   }),