派生自 wuyushui/SewerAndRainNetwork

ChenZeping
2021-04-29 4fef038c7e4ba6a82b77e9679f58e2f9d8c0711b
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)