派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-31 bf517c803265dededbf51cab6d623c40c92451ed
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)