百度地图

This commit is contained in:
仲么了
2024-02-20 16:44:18 +08:00
parent f22d3c98e2
commit 5c88410fa8
38 changed files with 306 additions and 27 deletions

View File

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