prod.env.js 200 B

123456
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. BASE_API: '"http://channel.admin.dev.zonelife.cn/zs/channel/admin"'
  5. // BASE_API: '"https://channel-api.zonelife.cn/zs/channel/admin"'
  6. }