派生自 wuyushui/SewerAndRainNetwork

chenyibo
2021-03-30 cad0535f3fb14ff09db99ec43169da3aa33b83f2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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'
import * as mapUrl from './mapUrl'
/**
 * 该方法配置
 */
export default {
  getUser (data) {
    return axios.get(mapUrl.GetUser, data)
  }
}