派生自 wuyushui/SewerAndRainNetwork

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