project.config.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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.1",
  15. "appid": "wx04803862d3dab9ea",
  16. "projectname": "Colorful-childhood",
  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": 2,
  40. "list": [
  41. {
  42. "id": 0,
  43. "name": "用户对接",
  44. "pathName": "pages/index/index",
  45. "query": "uid=1"
  46. },
  47. {
  48. "id": 1,
  49. "name": "萌娃比赛",
  50. "pathName": "pages/childMatch/childMatch",
  51. "query": "share=true"
  52. },
  53. {
  54. "id": -1,
  55. "name": "分享",
  56. "pathName": "pages/access/access",
  57. "query": "id=1539078520112091"
  58. }
  59. ]
  60. }
  61. }
  62. }