Commit 5ce75391 authored by 陈龙's avatar 陈龙

feat: 优化设置;优化定时请求

parent 813ac070
......@@ -5,5 +5,12 @@ window.globalConfig = {
userInfo: { OID: 1 },
};
export default () => {
return <AlarmScrollAssembly deviceType={'二供泵房,二供机组'} prefix={'报警信息:'} />; // 最小宽度930px
return (
<AlarmScrollAssembly
deviceType={'二供泵房,二供机组'}
prefix={'报警信息:'}
showTotal={false}
interval={1}
/>
); // 最小宽度930px
};
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