|
@@ -1,13 +1,13 @@
|
|
|
import { get, post } from '@/utils/request'
|
|
import { get, post } from '@/utils/request'
|
|
|
|
|
|
|
|
const mapAPI = {
|
|
const mapAPI = {
|
|
|
- center: '/api/mall/map/center',
|
|
|
|
|
- markers: '/api/mall/map/markers',
|
|
|
|
|
- markerInfoApi: '/api/mall/map/marker',
|
|
|
|
|
- location: '/api/mall/map/location',
|
|
|
|
|
- mainland: '/api/mall/map/cn',
|
|
|
|
|
- geoItemApi: '/api/mall/map/item',
|
|
|
|
|
- addGeoPointApi: '/api/mall/map/point'
|
|
|
|
|
|
|
+ center: '/api/geo/map/center',
|
|
|
|
|
+ markers: '/api/geo/map/markers',
|
|
|
|
|
+ markerInfoApi: '/api/geo/map/marker',
|
|
|
|
|
+ location: '/api/geo/map/location',
|
|
|
|
|
+ mainland: '/api/geo/map/cn',
|
|
|
|
|
+ geoItemApi: '/api/geo/map/item',
|
|
|
|
|
+ addGeoPointApi: '/api/geo/map/point'
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export function getMapCenter() {
|
|
export function getMapCenter() {
|