prod.env.js 319 B

12345678910
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. <<<<<<< HEAD
  5. // BASE_API: '"http://channel.admin.dev.zonelife.cn/zs/channel/admin"'
  6. BASE_API: '"https://channel-api.zonelife.cn/zs/channel/admin"'
  7. =======
  8. BASE_API: '"https://admin-api.macrozheng.com"'
  9. >>>>>>> 259d796d8a144f6fcd5b371a06c66676c11ec3e9
  10. }