// 接口环境
let BASE_URL = 'http://8.138.171.103:8081';
let IP = 'http://8.138.171.103/';
const configService = {
apiUrl: BASE_URL,
ip: IP
};
export default configService