project.config.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true
  9. },
  10. "compileType": "miniprogram",
  11. "libVersion": "1.6.6",
  12. "appid": "wx7b5ea6422847ea64",
  13. "projectname": "%E5%B0%8F%E5%AD%A6%E7%8E%8B%E8%80%85%E7%8F%AD",
  14. "condition": {
  15. "search": {
  16. "current": -1,
  17. "list": []
  18. },
  19. "conversation": {
  20. "current": -1,
  21. "list": []
  22. },
  23. "plugin": {
  24. "current": -1,
  25. "list": []
  26. },
  27. "game": {
  28. "current": -1,
  29. "list": []
  30. },
  31. "miniprogram": {
  32. "current": -1,
  33. "list": [
  34. {
  35. "id": 0,
  36. "name": "数学",
  37. "pathName": "pages/mathematics/mathematics",
  38. "query": "ind=3",
  39. "scene": "1011"
  40. },
  41. {
  42. "id": 1,
  43. "name": "语文",
  44. "pathName": "pages/language/language",
  45. "query": "ind=2",
  46. "scene": "1011"
  47. },
  48. {
  49. "id": -1,
  50. "name": "中文",
  51. "pathName": "pages/chinese/chinese",
  52. "query": "ind=4",
  53. "scene": "1011"
  54. },
  55. {
  56. "id": -1,
  57. "name": "英语",
  58. "pathName": "pages/english/english",
  59. "query": "ind=5",
  60. "scene": "1011"
  61. },
  62. {
  63. "id": -1,
  64. "name": "科学",
  65. "pathName": "pages/science/science",
  66. "query": "ind=6",
  67. "scene": "1011"
  68. },
  69. {
  70. "id": -1,
  71. "name": "艺术",
  72. "pathName": "pages/art/art",
  73. "query": "ind=7",
  74. "scene": "1011"
  75. },
  76. {
  77. "id": -1,
  78. "name": "义方快乐学堂",
  79. "pathName": "pages/index/index",
  80. "query": "grade=2"
  81. },
  82. {
  83. "id": 7,
  84. "name": "分享",
  85. "pathName": "pages/transmit/transmit",
  86. "query": "shareKey=1527671780483633&ind=7",
  87. "scene": "1011"
  88. }
  89. ]
  90. }
  91. }
  92. }