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

fix: 修复解析消息

parent 939b123b
Pipeline #46849 passed with stages
in 2 minutes 10 seconds
...@@ -368,7 +368,7 @@ class Notifier { ...@@ -368,7 +368,7 @@ class Notifier {
state.rate = 1; state.rate = 1;
window.speechSynthesis.speak(state); window.speechSynthesis.speak(state);
} else if (message.infoLevel === PLATFORM_LEVEL) { } else if (message.infoLevel === PLATFORM_LEVEL) {
console.log(messString);
} else if(message.infoLevel === SYS_LEVEL) { } else if(message.infoLevel === SYS_LEVEL) {
this.renderSysNoticePlatform(Object.assign(message, { messContent })) this.renderSysNoticePlatform(Object.assign(message, { messContent }))
} else { } else {
...@@ -693,7 +693,7 @@ class Notifier { ...@@ -693,7 +693,7 @@ class Notifier {
logger.info( logger.info(
`1.0消息通知解析消息内容出错:${e.message}`, `1.0消息通知解析消息内容出错:${e.message}`,
'消息对象:', '消息对象:',
messString, messageBody,
); );
} finally { } finally {
} }
......
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