Files
admin-sjzx/src/api/event-boot/monitor.ts

10 lines
211 B
TypeScript
Raw Normal View History

2024-02-26 10:43:33 +08:00
import request from '@/utils/request'
//ITIC SEMI 获取数据
export function getPlot(data: any) {
return request({
url: '/event-boot/monitor/getPlot',
method: 'post',
data
})
}