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