12345678910111213
  1. module.exports = {
  2. env: {
  3. NODE_ENV: '"development"'
  4. },
  5. defineConstants: {
  6. // HOST: '"https://xs.ycjcjy.com"'
  7. HOST: '"http://127.0.0.1:6060"'
  8. },
  9. mini: {
  10. debugReact: true
  11. },
  12. h5: {}
  13. }