project.config.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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.9.92",
  12. "appid": "wx9e3f68fa2172f1c7",
  13. "projectname": "daliangzao-zhuomian",
  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. "list": []
  29. },
  30. "miniprogram": {
  31. "current": 10,
  32. "list": [
  33. {
  34. "id": 0,
  35. "name": "定制",
  36. "pathName": "customized/pages/index/index",
  37. "query": ""
  38. },
  39. {
  40. "id": 1,
  41. "name": "made",
  42. "pathName": "customized/pages/made/made",
  43. "query": ""
  44. },
  45. {
  46. "id": 2,
  47. "name": "定制img",
  48. "pathName": "customized/pages/made/madeImg/madeImg",
  49. "query": ""
  50. },
  51. {
  52. "id": 3,
  53. "name": "定制文字",
  54. "pathName": "customized/pages/made/madeFont/madeFont",
  55. "query": ""
  56. },
  57. {
  58. "id": 4,
  59. "name": "合成",
  60. "pathName": "customized/pages/made/comb/comb",
  61. "query": ""
  62. },
  63. {
  64. "id": 5,
  65. "name": "accounts",
  66. "pathName": "customized/pages/accounts/accounts",
  67. "query": "",
  68. "scene": null
  69. },
  70. {
  71. "id": 6,
  72. "name": "car",
  73. "pathName": "customized/pages/car/car",
  74. "query": "",
  75. "scene": null
  76. },
  77. {
  78. "id": -1,
  79. "name": "地址",
  80. "pathName": "customized/pages/address/address",
  81. "query": "",
  82. "scene": null
  83. },
  84. {
  85. "id": -1,
  86. "name": "user",
  87. "pathName": "customized/pages/user/user",
  88. "query": "",
  89. "scene": null
  90. },
  91. {
  92. "id": -1,
  93. "name": "address",
  94. "pathName": "customized/pages/address/address",
  95. "query": "",
  96. "scene": null
  97. },
  98. {
  99. "id": -1,
  100. "name": "新增地址",
  101. "pathName": "customized/pages/address/add/add",
  102. "query": "",
  103. "scene": null
  104. }
  105. ]
  106. }
  107. }
  108. }