// 图片上传地址
let hostUrl = 'http://farming.nyinhong.com/api'
// 基础配置
const apiBaseConfig = {
    // 图片上传地址
    domain: hostUrl, //后端请求路径
}



export default apiBaseConfig