project.config.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. "condition": {
  22. "search": {
  23. "current": -1,
  24. "list": []
  25. },
  26. "conversation": {
  27. "current": -1,
  28. "list": []
  29. },
  30. "plugin": {
  31. "current": -1,
  32. "list": []
  33. },
  34. "game": {
  35. "currentL": -1,
  36. "list": []
  37. },
  38. "miniprogram": {
  39. "current": 5,
  40. "list": [
  41. {
  42. "id": -1,
  43. "name": "小红花",
  44. "pathName": "pages/social/littleFlower/littleFlower",
  45. "query": ""
  46. },
  47. {
  48. "id": 1,
  49. "name": "作品",
  50. "pathName": "pages/social/works/works",
  51. "query": "id=1548160250807513&title=【识字1】春夏秋冬",
  52. "scene": "1012"
  53. },
  54. {
  55. "id": 2,
  56. "name": "分享团",
  57. "pathName": "pages/groupPage/group-details/group-details",
  58. "query": "productId=1550459447432909",
  59. "scene": 1012
  60. },
  61. {
  62. "id": -1,
  63. "name": "公众号进入",
  64. "pathName": "pages/index/index",
  65. "query": "",
  66. "scene": 1020,
  67. "referrerInfo": {}
  68. },
  69. {
  70. "id": -1,
  71. "name": "公众号文章进入",
  72. "pathName": "pages/index/index",
  73. "query": "",
  74. "scene": 1058
  75. },
  76. {
  77. "id": -1,
  78. "name": "小红花兑换页面",
  79. "pathName": "pages/social/prize/prize",
  80. "scene": null
  81. }
  82. ]
  83. }
  84. }
  85. }