project.config.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  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.8.3",
  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": 2,
  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. "query": "",
  58. "scene": null
  59. },
  60. {
  61. "id": 2,
  62. "name": "扫小程序码",
  63. "pathName": "pages/award-detail/award-detail",
  64. "query": "id=1&from=share&friendID=3",
  65. "scene": 1047
  66. }
  67. ]
  68. }
  69. }
  70. }