12345678910111213141516 |
- module.exports = {
- env: {
- NODE_ENV: '"development"',
- },
- defineConstants: {
- // HOST: '"http://127.0.0.1:9087"',
- HOST: '""',
- // HOST: '"https://wmcj.huoshannews.com"',
- AD_IMAGE: '"https://h5.njyunzhi.com/images/citizen_banner.png"',
- DEFAULT_POS: '"116.34761502876347,31.40974743425614"', // 霍山县人民政府 gcj02
- VERSION: '"1.1.13-20230325"',
- },
- // isWatch:true,
- mini: {},
- h5: {},
- };
|