派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-24 fec10fd56233bd4a75ecdbeea16ee9817212027e
src/api/mapApi.js
@@ -85,5 +85,11 @@
  },
  getCrossSection (data) {
    return axios.get(mapUrl.getCrossSection, data)
  },
  getSourcesPoll (data) {
    return axios.get(mapUrl.getSourcesPoll, data)
  },
  getRiskEnterprise (data) {
    return axios.get('/assets/riskEnterprise.json', data)
  }
}