12345678910
  1. module.exports = {
  2. env: {
  3. NODE_ENV: '"development"'
  4. },
  5. defineConstants: {
  6. HOST: '"http://192.168.89.147:9087"'
  7. },
  8. mini: {},
  9. h5: {}
  10. }