派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-15 c9c25dd594b58557d3b2f41acbad9de70d341c4f
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)