派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-04-14 668e3a93b37b5829009ff0ff1b96b57f6fd5e05d
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)