project.config.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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": "wx8961a3e5512f307c",
  16. "projectname": "reader",
  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. <<<<<<< HEAD
  40. "current": 8,
  41. =======
  42. "current": 9,
  43. >>>>>>> limengbo
  44. "list": [
  45. {
  46. "id": 0,
  47. "name": "edit",
  48. "pathName": "pages/groupPage/my-group/my-group",
  49. "query": ""
  50. },
  51. {
  52. "id": -1,
  53. "name": "团购详情",
  54. "pathName": "pages/group-details/group-details",
  55. "query": ""
  56. },
  57. {
  58. "id": -1,
  59. "name": "课程详情",
  60. "pathName": "pages/grade-details/grade-details",
  61. "query": ""
  62. },
  63. {
  64. "id": 7,
  65. "name": "作品页面",
  66. "pathName": "pages/social/works/works",
  67. "query": "id=1541489786444388&title=铺满色巴掌的水泥道"
  68. },
  69. {
  70. "id": 5,
  71. "name": "修改资料",
  72. "pathName": "pages/user/myEdit/myEdit",
  73. "query": "title=修改资料",
  74. "scene": "1012"
  75. },
  76. {
  77. "id": -1,
  78. "name": "read",
  79. "pathName": "pages/user/myread/myread",
  80. "query": ""
  81. },
  82. {
  83. "id": -1,
  84. "name": "replydetails",
  85. "pathName": "pages/social/replyDetail/replyDetail",
  86. "query": ""
  87. },
  88. {
  89. "id": -1,
  90. "name": "replydetails",
  91. "pathName": "pages/social/replyDetail/replyDetail",
  92. "query": ""
  93. },
  94. {
  95. "id": -1,
  96. "name": "课程详情",
  97. "pathName": "pages/social/works/works",
  98. "query": "id=1541877751982865&title=【课文5】影子"
  99. }
  100. ]
  101. }
  102. }
  103. }