project.config.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "autoAudits": false,
  16. "showShadowRootInWxmlPanel": true,
  17. "scopeDataCheck": false,
  18. "checkInvalidKey": true,
  19. "checkSiteMap": true,
  20. "uploadWithSourceMap": true,
  21. "babelSetting": {
  22. "ignore": [],
  23. "disablePlugins": [],
  24. "outputPath": ""
  25. }
  26. },
  27. "compileType": "miniprogram",
  28. "libVersion": "2.11.0",
  29. "appid": "wx4288b7281122c7cb",
  30. "projectname": "%E5%8E%BB%E7%A7%9FMR",
  31. "cloudfunctionTemplateRoot": "",
  32. "watchOptions": {
  33. "ignore": []
  34. },
  35. "debugOptions": {
  36. "hidedInDevtools": []
  37. },
  38. "scripts": {},
  39. "simulatorType": "wechat",
  40. "simulatorPluginLibVersion": {},
  41. "condition": {
  42. "search": {
  43. "current": -1,
  44. "list": []
  45. },
  46. "conversation": {
  47. "current": -1,
  48. "list": []
  49. },
  50. "plugin": {
  51. "current": -1,
  52. "list": []
  53. },
  54. "game": {
  55. "list": []
  56. },
  57. "gamePlugin": {
  58. "current": -1,
  59. "list": []
  60. },
  61. "miniprogram": {
  62. "current": -1,
  63. "list": [
  64. {
  65. "id": -1,
  66. "name": "搜索",
  67. "pathName": "pages/search",
  68. "scene": null
  69. },
  70. {
  71. "id": -1,
  72. "name": "实名认证",
  73. "pathName": "pages/realName",
  74. "scene": null
  75. },
  76. {
  77. "id": -1,
  78. "name": "下单",
  79. "pathName": "pages/payOrder",
  80. "query": "id=1691",
  81. "scene": null
  82. },
  83. {
  84. "id": -1,
  85. "name": "订单",
  86. "pathName": "pages/order",
  87. "scene": null
  88. },
  89. {
  90. "id": -1,
  91. "name": "选择城市",
  92. "pathName": "pages/cityChoose",
  93. "scene": null
  94. },
  95. {
  96. "id": -1,
  97. "name": "我的",
  98. "pathName": "pages/my",
  99. "scene": null
  100. },
  101. {
  102. "id": -1,
  103. "name": "用户租赁协议",
  104. "pathName": "pages/article",
  105. "query": "name=用户租赁协议",
  106. "scene": null
  107. },
  108. {
  109. "id": -1,
  110. "name": "帮助",
  111. "pathName": "pages/article",
  112. "query": "name=帮助",
  113. "scene": null
  114. },
  115. {
  116. "id": -1,
  117. "name": "服务条款",
  118. "pathName": "pages/rules",
  119. "scene": null
  120. },
  121. {
  122. "id": -1,
  123. "name": "退款",
  124. "pathName": "pages/refund",
  125. "scene": null
  126. },
  127. {
  128. "id": -1,
  129. "name": "评价",
  130. "pathName": "pages/rate",
  131. "scene": null
  132. }
  133. ]
  134. }
  135. }
  136. }