UNPKG

@ued_fpi/data-visual

Version:

<br /> <br /> <div style="text-align:center"> <b style="font-size:30px">@ued_fpi/data-visual</b> <p>基于Vite4+TypeScript的Vue3大屏组件库开发框架</p> <img style="display:inline" src="https://img.shields.io/npm/v/@ued_fpi/data-visual" />

21 lines (18 loc) 572 B
import requestControl from '../../../service/request.mjs'; const getFollowUpEvaluationEmergency = (data) => { return requestControl({ url: "/api/v3.0/emergency/alarm/statistics/overCountStatByDay", server: "wgmsMonitorDataServer", method: "post", data }); }; const handleOverCountStatByDay = (data) => { return requestControl({ url: "/api/v1/screen/alage-topic/algae-handle-alarm/over-count-stat-by-day", server: "wgmsScreenServer", method: "post", data }); }; export { getFollowUpEvaluationEmergency, handleOverCountStatByDay };