var ENV = 'prod' var API_BASES = { local: 'http://localhost:3000', test: 'https://api.vsai.net.cn', prod: 'https://api.vsai.net.cn' } module.exports = { ENV: ENV, API_BASE: API_BASES[ENV] }