123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- module.exports = {
- env: {
- NODE_ENV: '"production"',
- },
- defineConstants: {
-
- HOST: '"https://wmcj.ycjcjy.com"',
- AD_IMAGE: '"https://h5.njyunzhi.com/images/citizen_banner.png"',
- DEFAULT_POS: '"31.416373,116.373904"',
- VERSION: '"1.1.29-20240224"',
- },
- mini: {},
- h5: {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- },
-
-
-
- };
|