派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-19 2a3368dfd32f564f37f22c9df5865f52bc4ee3db
src/api/index.js
@@ -1,7 +1,4 @@
import * as mapApi from './mapApi'
import * as mapUrl from './mapUrl'
export default {
  mapApi,
  mapUrl
}
export default Object.assign({}, mapApi, mapUrl)