1234567891011121314 |
- module.exports = {
- env: {
- NODE_ENV: '"development"',
- },
- defineConstants: {
- // HOST: '"http://127.0.0.1:9087"',
- HOST: '"http://192.168.89.25:9087"',
- AD_IMAGE: '"https://h5.njyunzhi.com/images/citizen_banner.png"',
- DEFAULT_POS: '"116.3476917447715,31.409912844296578"', // 霍山县人民政府 gcj02
- VERSION: '"1.1.13-20230325"',
- },
- mini: {},
- h5: {},
- };
|