星油企业版

This commit is contained in:
caolc
2022-08-08 09:17:43 +08:00
commit e3238cb907
517 changed files with 80472 additions and 0 deletions

15
api/newMap.js Normal file
View File

@@ -0,0 +1,15 @@
import request from '@/utils/request'
const service_name = "oil-site"
const group_name = "toil"
export default {
// 路径规划
getSiteByGeoHash(points) {
return request({
url: `/${service_name}/oilSiteInfo/getSiteByGeoHash`,
method: 'post',
data: points,
})
},
}