dev.js 430B

12345678910111213141516
  1. module.exports = {
  2. env: {
  3. NODE_ENV: '"development"',
  4. },
  5. defineConstants: {
  6. // HOST: '"http://127.0.0.1:9087"',
  7. HOST: '""',
  8. // HOST: '"https://wmcj.huoshannews.com"',
  9. AD_IMAGE: '"https://h5.njyunzhi.com/images/citizen_banner.png"',
  10. DEFAULT_POS: '"116.34761502876347,31.40974743425614"', // 霍山县人民政府 gcj02
  11. VERSION: '"1.1.13-20230325"',
  12. },
  13. // isWatch:true,
  14. mini: {},
  15. h5: {},
  16. };