12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "description": "项目配置文件。",
- "packOptions": {
- "ignore": []
- },
- "setting": {
- "urlCheck": false,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "bigPackageSizeSupport": true
- },
- "compileType": "miniprogram",
- "libVersion": "",
- "appid": "wx23c71bee5876d1b9",
- "projectname": "test",
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "game": {
- "current": -1,
- "list": []
- },
- "miniprogram": {
- "current": 0,
- "list": [
- {
- "name": "系统首页",
- "query": "",
- "id": 0,
- "pathName": "pages/index/index"
- }
- ]
- }
- }
- }
|