123456789101112131415161718192021222324252627282930313233343536373839404142 |
- module.exports = {
- env: {
- NODE_ENV: '"production"'
- },
- defineConstants: {
- HOST: '"http://192.168.89.25:9087"',
-
- AD_IMAGE: '"https://h5.njyunzhi.com/images/citizen_banner.png"',
- DEFAULT_POS: '"116.3476917447715,31.409912844296578"',
- VERSION: '"1.1.25-20230524"',
- },
- mini: {},
- h5: {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- }
- }
|