project.config.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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": 2,
  41. =======
  42. "current": 10,
  43. >>>>>>> limengbo
  44. "list": [
  45. {
  46. "id": -1,
  47. "name": "课程详情",
  48. "pathName": "pages/social/works/works",
  49. "query": "id=1541877751982865&title=【课文5】影子"
  50. },
  51. {
  52. "id": -1,
  53. <<<<<<< HEAD
  54. "name": "课程详情",
  55. "pathName": "pages/groupPage/collage-details/collage-details",
  56. "query": "orderId=1542270071624081",
  57. "scene": "1012"
  58. },
  59. {
  60. "id": -1,
  61. "name": "团购分享",
  62. "pathName": "pages/groupPage/collage-details/collage-details",
  63. "query": "orderId=1542621051065701"
  64. =======
  65. "name": "replydetails",
  66. "pathName": "pages/social/replyDetail/replyDetail",
  67. "query": ""
  68. >>>>>>> limengbo
  69. }
  70. ]
  71. }
  72. }
  73. }