派生自 wuyushui/SewerAndRainNetwork

chenyibo
2021-03-30 cad0535f3fb14ff09db99ec43169da3aa33b83f2
src/api/mapApi.js
@@ -3,13 +3,12 @@
// const $HOST = 'http://10.238.221.113'
// 测试环境IP:http://10.238.221.113
import axios from '@utils/axios'
import * as mapUrl from './mapUrl'
/**
 * 该方法配置
 */
class MapAPI {
  getToken (param) {
    axios.get(param.url, param.option)
export default {
  getUser (data) {
    return axios.get(mapUrl.GetUser, data)
  }
}
export default new MapAPI()