Commit e5af75a7 by qlintonger xeno

添加内容+12

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