摘要: // 告警数量 const getAlarm = () => { getAlarmCount().then( (res: any) => { if (res.code == 200) { setCount(res.data) clearTimeout(time) time = setTimeout( 阅读全文
posted @ 2022-08-14 17:53 人心不古 阅读(25) 评论(0) 推荐(0) 编辑