1234567891011121314151617181920212223242526272829303132 |
- {
- "description": "项目配置文件。",
- "setting": {
- "urlCheck": true,
- "es6": false,
- "postcss": true,
- "minified": true,
- "newFeature": true
- },
- "miniprogramRoot": "./dist/",
- "compileType": "miniprogram",
- "appid": "wx192ce3e8a147df77",
- "projectname": "mhk_wx",
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "game": {
- "currentL": -1,
- "list": []
- },
- "miniprogram": {
- "current": -1,
- "list": []
- }
- }
- }
|