123456789101112131415161718192021 |
- module.exports = {
- env: {
- NODE_ENV: '"production"'
- },
- defineConstants: {
- HOST: '"https://sgl-v2-test.njyunzhi.com"',
- OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
- VERSION: '"2.0.35_2021-10-11 19:39:20"',
- },
- mini: {},
- h5: {
-
-
- }
- }
|