module.exports = { NODE_ENV: '"production"', ENV_CONFIG: '"prod"', //BASE_API: '"http://166.111.100.45/admin"', //清华环境 //BASE_API: '"http://alumni.sppm.tsinghua.edu.cn/admin"', //通誉环境 BASE_API: '"http://47.103.79.143:9085/admin"', OS_API: '"http://47.103.79.143:9085/storage"' // BASE_API: '"https://xiaoyou.dgtis.com/admin"', // OS_API: '"https://xiaoyou.dgtis.com/admin"' }