Commit e5af75a7 by qlintonger xeno

添加内容+12

parent d923cd0d
...@@ -131,8 +131,8 @@ const mapChatMessageQueue = computed(function () { ...@@ -131,8 +131,8 @@ const mapChatMessageQueue = computed(function () {
fromName: a.fromName, fromName: a.fromName,
sendTime: a.happened_time, sendTime: a.happened_time,
message: a.title, message: a.title,
src: a.url, src: a.tip?.fileUrl,
fileName: a.title fileName: a.tip?.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