1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "description": "项目配置文件",
- "packOptions": {
- "ignore": []
- },
- "setting": {
- "urlCheck": true,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true
- },
- "compileType": "miniprogram",
- "libVersion": "2.3.2",
- "appid": "wx8961a3e5512f307c",
- "projectname": "reader",
- "debugOptions": {
- "hidedInDevtools": []
- },
- "isGameTourist": false,
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "plugin": {
- "current": -1,
- "list": []
- },
- "game": {
- "currentL": -1,
- "list": []
- },
- "miniprogram": {
- "current": 1,
- "list": [
- {
- "id": 0,
- "name": "edit",
- "pathName": "pages/user/myEdit/myEdit",
- "query": ""
- },
- {
- "id": -1,
- "name": "edit",
- "pathName": "pages/user/myEdit/myEdit",
- "query": ""
- }
- ]
- }
- }
- }
|