// var env = "test";
var env = "pro";
const prefix = {
"test":{
baseUrl:"http://maomaochong.top:8899/"
},
"pro":{
}
export default prefix[env]