1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "description": "项目配置文件",
- "packOptions": {
- "ignore": []
- },
- "setting": {
- "urlCheck": true,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "nodeModules": false,
- "autoAudits": false,
- "checkInvalidKey": true
- },
- "compileType": "miniprogram",
- "libVersion": "2.6.6",
- "appid": "wxb2c3f3d048bfb8e5",
- "projectname": "dw_lotter_draw",
- "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": 1,
- "list": [
- {
- "id": -1,
- "name": "抽奖详情页",
- "pathName": "pages/award-detail/award-detail",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "所有参与者",
- "pathName": "pages/allParticipant/allParticipant",
- "scene": null
- }
- ]
- }
- }
- }
|