liuyg
2021-08-10 84daeec964b7fb8569e95ea01b761f2f77a923f1
src/api/home/home.js
@@ -21,3 +21,10 @@
    method: 'get'
  })
}
export const getMapData = () => {
  return request({
    url: '/api/blade-user/getUserDistrictTypeCount',
    method: 'get'
  })
}