project.config.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "postcss": true,
  10. "minified": true,
  11. "newFeature": true,
  12. "nodeModules": false,
  13. "autoAudits": false,
  14. "checkInvalidKey": true
  15. },
  16. "compileType": "miniprogram",
  17. "libVersion": "2.6.6",
  18. "appid": "wxb2c3f3d048bfb8e5",
  19. "projectname": "dw_lotter_draw",
  20. "debugOptions": {
  21. "hidedInDevtools": []
  22. },
  23. "isGameTourist": false,
  24. "simulatorType": "wechat",
  25. "simulatorPluginLibVersion": {},
  26. "condition": {
  27. "search": {
  28. "current": -1,
  29. "list": []
  30. },
  31. "conversation": {
  32. "current": -1,
  33. "list": []
  34. },
  35. "plugin": {
  36. "current": -1,
  37. "list": []
  38. },
  39. "game": {
  40. "currentL": -1,
  41. "list": []
  42. },
  43. "miniprogram": {
  44. "current": 1,
  45. "list": [
  46. {
  47. "id": -1,
  48. "name": "抽奖详情页",
  49. "pathName": "pages/award-detail/award-detail",
  50. "query": "",
  51. "scene": null
  52. },
  53. {
  54. "id": -1,
  55. "name": "所有参与者",
  56. "pathName": "pages/allParticipant/allParticipant",
  57. "scene": null
  58. }
  59. ]
  60. }
  61. }
  62. }