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

fix: alarm label

parent 718a8ed5
Pipeline #21547 passed with stages
in 14 minutes 24 seconds
......@@ -171,7 +171,7 @@ class NoticeIconView extends Component {
console.log(widget)
window.share.event.emit('listenerMointer', {
widgetId: widgetID,
label: '报警监控',
label: '实时报警',
url: widget.url || webPath,
});
}
......
......@@ -35,7 +35,7 @@ const Alarm = ({ message, confirmRead, config }) => {
window.share.event.emit('listenerMointer', {
widgetId: widgetID,
label: '报警监控',
label: '实时报警',
url: widget.url || webPath,
});
};
......
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