dev.js 202B

123456789101112
  1. module.exports = {
  2. env: {
  3. NODE_ENV: '"development"'
  4. },
  5. defineConstants: {
  6. HOST: '"http://sgl-v2-test.njyunzhi.com"',
  7. OSS: '""',
  8. // VERSION: '"2.0.33"',
  9. },
  10. mini: {},
  11. h5: {}
  12. }