1234567891011121314151617181920212223242526272829303132333435363738394041 |
- module.exports = {
- env: {
- NODE_ENV: '"production"'
- },
- defineConstants: {
- HOST: '"https://wmcj.huoshannews.com"',
- AD_IMAGE: '"https://h5.njyunzhi.com/images/citizen_banner.png"',
- DEFAULT_POS: '"116.3476917447715,31.409912844296578"',
- VERSION: '"1.1.22-20230413"',
- },
- mini: {},
- h5: {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- }
- }
|