Commit ef68a0e3 by qlintonger xeno

ws聊天图片

parent e5af75a7
......@@ -131,8 +131,8 @@ const mapChatMessageQueue = computed(function () {
fromName: a.fromName,
sendTime: a.happened_time,
message: a.title,
src: a.tip?.fileUrl,
fileName: a.tip?.fileName
src: a.title?.fileUrl,
fileName: a.title?.fileName
}
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment