派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-24 9ce740e0a9eb54c544febfd1f4213618a7ab20e3
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)
  }
}