123456789101112131415161718192021222324252627282930313233343536373839 |
- module.exports = {
- env: {
- NODE_ENV: '"production"'
- },
- defineConstants: {
- HOST: '"https://t.njyz.tech"',
- AD_IMAGE: '"https://h5.njyunzhi.com/images/citizen_banner.png"',
- },
- mini: {},
- h5: {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- }
- }
|