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