新增点位

This commit is contained in:
licuizhu 2023-12-28 22:34:37 +08:00
parent ac462de5ff
commit b2b5bc22b6
2 changed files with 4 additions and 4 deletions

View File

@ -103,10 +103,10 @@ export function deletePoint( params ) {
}
// 基础地图点位新增
export function createPoint( params ) {
export function createPoint( data ) {
return request('/api/basicMap/createPoint', {
method: 'get',
params: params
method: 'post',
data: data
});
}

View File

@ -536,7 +536,7 @@ class BaseMap extends React.Component{
point: {
normal: {
shape: 'dingwei',
size: 10,
size: 8,
},
hover: {
shape: 'dingwei',