1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "description": "项目配置文件",
- "packOptions": {
- "ignore": []
- },
- "setting": {
- "urlCheck": true,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true
- },
- "compileType": "miniprogram",
- "libVersion": "2.3.1",
- "appid": "wx04803862d3dab9ea",
- "projectname": "Colorful-childhood",
- "debugOptions": {
- "hidedInDevtools": []
- },
- "isGameTourist": false,
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "plugin": {
- "current": -1,
- "list": []
- },
- "game": {
- "currentL": -1,
- "list": []
- },
- "miniprogram": {
- "current": 2,
- "list": [
- {
- "id": 0,
- "name": "用户对接",
- "pathName": "pages/index/index",
- "query": "uid=1"
- },
- {
- "id": 1,
- "name": "萌娃比赛",
- "pathName": "pages/childMatch/childMatch",
- "query": "share=true"
- },
- {
- "id": -1,
- "name": "分享",
- "pathName": "pages/access/access",
- "query": "id=1539078520112091"
- }
- ]
- }
- }
- }
|