新增点位
This commit is contained in:
parent
ac462de5ff
commit
b2b5bc22b6
@ -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
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user