派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-03-31 f9201f16652d1e58d649afaf0c5d025031c52c3f
src/api/mapApi.js
@@ -4,11 +4,15 @@
// 测试环境IP:http://10.238.221.113
import axios from '@utils/axios'
import * as mapUrl from './mapUrl'
/**
 * 该方法配置
 */
export default {
  getUser (data) {
    return axios.get(mapUrl.GetUser, data)
  },
  getSolidWaste (data) {
    return axios.get(mapUrl.getSolidWaste, data)
  }
}