提交 高低电压穿越 页面

This commit is contained in:
GGJ
2024-08-22 11:39:47 +08:00
parent 760a7d9c5c
commit 439310e971
8 changed files with 201 additions and 2507 deletions

View File

@@ -0,0 +1,10 @@
import request from '@/utils/request'
//获取地图点位数据
export function voltageRideThroughEventQueryPage(data: any) {
return request({
url: '/event-boot/voltageRideThrough/voltageRideThroughEventQueryPage',
method: 'post',
data
})
}