diff --git a/pages/chat/index.vue b/pages/chat/index.vue index 33e0711..a1bdc9f 100644 --- a/pages/chat/index.vue +++ b/pages/chat/index.vue @@ -237,7 +237,7 @@ export default { // 构建消息对象 const message = { dialogueManagementId: this.vuex_msgUser.dialogueManagementId, - receiverId: this.vuex_msgUser.receiverId, + receiverId: this.vuex_msgUser.id, message: this.messageValue, messageType: 0, filePath: "",