新增点位

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', { return request('/api/basicMap/createPoint', {
method: 'get', method: 'post',
params: params data: data
}); });
} }

View File

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