wkw 1 month ago
parent
commit
074f2a3d6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/im/personal/index.vue

+ 1 - 1
src/views/im/personal/index.vue

@@ -148,7 +148,7 @@ const getuserFriend = async () => {
 }
 // 发消息
 const goToPage = (url) => {
-    wsStore.toUserInfo = userInfo.value;
+    wsStore.toUserInfo = userInfo.value.ChatSession;
     router.push({
         path: 'chat',
         query:{ uuid:route.query.uuid }