dev.js 455B

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