gerson
2025-02-20 a762b59c2c4b459f72ede19716d476bb3513f622
src/api/map/index.ts
@@ -53,7 +53,6 @@
      method: 'post',
      params: {},
      data: params,
   });
/**
@@ -66,8 +65,7 @@
      params: {},
   });
   /**
/**
 * @description 获取地图属性列表
 **/
export const getMapThemeList = () =>
@@ -77,5 +75,21 @@
      params: {},
   });
/**
 * @description 获取地图属性列表
 **/
export const getMapDrawStyles = () =>
   request({
      url: `/map/get_map_draw_styles`,
      method: 'post',
      params: {},
   });
export const getSearchMapElement = (params) => {
   return request({
      url: `/map/search_map_element`,
      method: 'post',
      params: {},
      data: params,
   });
};