派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-03-31 44c36c6b18829b9e190bd4be52c8e03a1a404348
src/api/index.js
@@ -1,4 +1,4 @@
import * as map from './map'
import * as app from './app'
import * as mapApi from './mapApi'
import * as mapUrl from './mapUrl'
export default Object.assign({}, map, app)
export default Object.assign({}, mapApi, mapUrl)