12345678910111213141516171819202122232425262728293031323334 |
- {
- "description": "项目配置文件。",
- "setting": {
- "urlCheck": false,
- "es6": false,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "autoAudits": false
- },
- "miniprogramRoot": "dist/wx/",
- "qcloudRoot": "server/",
- "compileType": "miniprogram",
- "appid": "wxa28c90f932b1fb61",
- "projectname": "my-mpvue",
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "game": {
- "currentL": -1,
- "list": []
- },
- "miniprogram": {
- "current": -1,
- "list": []
- }
- }
- }
|