Commit c10acdc2 authored by 邓晓峰's avatar 邓晓峰

fix: fix parseHisTomessage

parent 7537eaf7
Pipeline #21611 skipped with stages
......@@ -616,7 +616,7 @@ class Notifier {
: '刚刚';
const message = {
id: hisMessage.HisID,
infoContent: this._siteConfig.MessageLevel === DEFAULT_PARSE_LEVEL ? hisMessage.InfoContent: JSON.parse(hisMessage.InfoContent || "{}"),
infoContent: this._siteConfig.MessageLevel === DEFAULT_PARSE_LEVEL ? hisMessage.InfoContent: JSON.parse(hisMessage.InfoContent),
time: `${timeMss}`,
infoType: this.getMessageType(hisMessage.InfoType),
dateTime: hisMessage.HisCreateTime,
......
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