派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-03-16 5876bb59a7d11a487fe36ebaae231dd15c2c07c4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// import $http from '@utils/axios'
// import * as Service from './services'
// const $HOST = 'http://10.238.221.113'
// 测试环境IP:http://10.238.221.113
import axios from '@utils/axios'
/**
 * 该方法配置
 */
class MapAPI {
  getToken (param) {
    axios.get(param.url, param.option)
  }
}
 
export default new MapAPI()