12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "description": "项目配置文件",
- "packOptions": {
- "ignore": []
- },
- "setting": {
- "urlCheck": false,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "nodeModules": false,
- "autoAudits": false,
- "checkInvalidKey": true
- },
- "compileType": "miniprogram",
- "libVersion": "2.8.3",
- "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": 2,
- "list": [
- {
- "id": -1,
- "name": "抽奖详情页",
- "pathName": "pages/award-detail/award-detail",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "所有参与者",
- "pathName": "pages/allParticipant/allParticipant",
- "query": "",
- "scene": null
- },
- {
- "id": 2,
- "name": "扫小程序码",
- "pathName": "pages/award-detail/award-detail",
- "query": "id=1&from=share&friendID=3",
- "scene": 1047
- }
- ]
- }
- }
- }
|