wkw hace 1 mes
padre
commit
cb02283cc2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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:[]
   }),