project.config.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. },
  13. "compileType": "miniprogram",
  14. "libVersion": "2.3.2",
  15. "appid": "wxdfa8a4f1623d28db",
  16. "projectname": "%E5%B0%8F%E5%AD%A6%E8%AF%BE%E6%96%87%E6%9C%97%E8%AF%BB%E9%85%8D%E9%9F%B3",
  17. "debugOptions": {
  18. "hidedInDevtools": []
  19. },
  20. "isGameTourist": false,
  21. "simulatorType": "wechat",
  22. "simulatorPluginLibVersion": {},
  23. "condition": {
  24. "search": {
  25. "current": -1,
  26. "list": []
  27. },
  28. "conversation": {
  29. "current": -1,
  30. "list": []
  31. },
  32. "plugin": {
  33. "current": -1,
  34. "list": []
  35. },
  36. "game": {
  37. "currentL": -1,
  38. "list": []
  39. },
  40. "miniprogram": {
  41. "current": 6,
  42. "list": [
  43. {
  44. "id": -1,
  45. "name": "小红花",
  46. "pathName": "pages/social/littleFlower/littleFlower",
  47. "query": ""
  48. },
  49. {
  50. "id": 1,
  51. "name": "作品",
  52. "pathName": "pages/social/works/works",
  53. "query": "id=1548160250807513&title=【识字1】春夏秋冬",
  54. "scene": "1012"
  55. },
  56. {
  57. "id": 2,
  58. "name": "分享团",
  59. "pathName": "pages/groupPage/group-details/group-details",
  60. "query": "productId=1550459447432909",
  61. "scene": 1012
  62. },
  63. {
  64. "id": -1,
  65. "name": "公众号进入",
  66. "pathName": "pages/index/index",
  67. "query": "",
  68. "scene": 1020,
  69. "referrerInfo": {}
  70. },
  71. {
  72. "id": -1,
  73. "name": "公众号文章进入",
  74. "pathName": "pages/index/index",
  75. "query": "",
  76. "scene": 1058
  77. },
  78. {
  79. "id": -1,
  80. "name": "小红花兑换页面",
  81. "pathName": "pages/social/prize/prize",
  82. "query": "",
  83. "scene": null
  84. },
  85. {
  86. "id": -1,
  87. "name": "有问题朗读页面",
  88. "pathName": "pages/social/works/works",
  89. "query": "id=1553402613620097&title=【课文7】怎么都快乐",
  90. "scene": null
  91. }
  92. ]
  93. }
  94. }
  95. }