@@ -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 }