派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-26 2d117e34a857890400ebfa00b338f5649c38b5cb
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)
  }
}