import request from '@/utils/request' //ITIC SEMI 获取数据 export function getPlot(data: any) { return request({ url: '/event-boot/monitor/getPlot', method: 'post', data }) }