| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "description": "项目配置文件",
- "packOptions": {
- "ignore": []
- },
- "setting": {
- "urlCheck": false,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "autoAudits": false,
- "checkInvalidKey": true
- },
- "compileType": "miniprogram",
- "libVersion": "2.6.4",
- "appid": "wx84b3feac6069eec3",
- "projectname": "miaoguo_master",
- "debugOptions": {
- "hidedInDevtools": []
- },
- "isGameTourist": false,
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "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": "UserID=1&Share=1&MiaoguoCardID=4997",
- "scene": null
- },
- {
- "id": 1,
- "name": "上传",
- "pathName": "pages/main/uploadinmage",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "记忆评价",
- "pathName": "pages/main/memoryLevel",
- "query": "",
- "scene": null
- }
- ]
- }
- }
- }
|