派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-13 ff1c7b9d724adedd8a7eefed931556d7e2db7a4c
src/api/mapApi.js
@@ -85,5 +85,8 @@
  },
  getCrossSection (data) {
    return axios.get(mapUrl.getCrossSection, data)
  },
  getSourcesPoll (data) {
    return axios.get(mapUrl.getSourcesPoll, data)
  }
}