Commit afb75961 authored by 李纪文's avatar 李纪文

feat: mqtt订阅增加账户信息

parent 593d63bb
......@@ -1011,6 +1011,7 @@ const ConfigurationView = (props) => {
controlback: controlData,
})
: null;
const diagramJson = typeof fromJson === 'string' ? fromJson : JSON.stringify(fromJson);
diagramRender(diagramJson, list);
setNoInitial(false);
......
......@@ -620,7 +620,7 @@ const HistoryView = (props) => {
当前时间: () => {
return [
dates?.[0] || moment(moment().format('YYYY-MM-DD 00:00:00')),
moment(moment()),
moment(moment())
];
},
}
......
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