prod.env.js 126 B

1234567
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. // BASE_API: '"/"'
  5. BASE_API: '"/api/"',
  6. LANG_CODE: '"cn"'
  7. }