project.config.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "enhance": true,
  10. "postcss": true,
  11. "minified": true,
  12. "newFeature": true,
  13. "coverView": true,
  14. "autoAudits": false,
  15. "showShadowRootInWxmlPanel": true,
  16. "scopeDataCheck": false,
  17. "uglifyFileName": true,
  18. "checkInvalidKey": true,
  19. "checkSiteMap": true,
  20. "uploadWithSourceMap": true,
  21. "babelSetting": {
  22. "ignore": [],
  23. "disablePlugins": [],
  24. "outputPath": ""
  25. }
  26. },
  27. "compileType": "miniprogram",
  28. "libVersion": "1.7.4",
  29. "appid": "wxb0f8f3f0de6e8f07",
  30. "projectname": "Mina_B",
  31. "debugOptions": {
  32. "hidedInDevtools": []
  33. },
  34. "isGameTourist": false,
  35. "simulatorType": "wechat",
  36. "simulatorPluginLibVersion": {},
  37. "condition": {
  38. "search": {
  39. "current": -1,
  40. "list": []
  41. },
  42. "conversation": {
  43. "current": -1,
  44. "list": []
  45. },
  46. "plugin": {
  47. "current": -1,
  48. "list": []
  49. },
  50. "game": {
  51. "currentL": -1,
  52. "list": []
  53. },
  54. "gamePlugin": {
  55. "current": -1,
  56. "list": []
  57. },
  58. "miniprogram": {
  59. "current": -1,
  60. "list": [
  61. {
  62. "id": 0,
  63. "name": "登录/注册",
  64. "pathName": "pages/login/login",
  65. "query": "",
  66. "scene": null
  67. },
  68. {
  69. "id": 1,
  70. "name": "pages/success/success",
  71. "pathName": "pages/success/success",
  72. "query": "",
  73. "scene": null
  74. },
  75. {
  76. "id": 2,
  77. "name": "需求详情",
  78. "pathName": "pages/detail/detail",
  79. "query": "id=3",
  80. "scene": null
  81. },
  82. {
  83. "id": -1,
  84. "name": "个人中心",
  85. "pathName": "pages/person/person",
  86. "query": "",
  87. "scene": null
  88. },
  89. {
  90. "id": -1,
  91. "name": "基本信息",
  92. "pathName": "pages/userinfo/userinfo",
  93. "query": "",
  94. "scene": null
  95. },
  96. {
  97. "id": -1,
  98. "name": "我的报名",
  99. "pathName": "pages/my-apply/my-apply",
  100. "query": "",
  101. "scene": null
  102. },
  103. {
  104. "id": 6,
  105. "name": "我的订单",
  106. "pathName": "pages/my-order/my-order",
  107. "query": "",
  108. "scene": null
  109. },
  110. {
  111. "id": -1,
  112. "name": "收款记录",
  113. "pathName": "pages/payment-records/payment-records",
  114. "query": "",
  115. "scene": null
  116. },
  117. {
  118. "id": -1,
  119. "name": "收款详情",
  120. "pathName": "pages/payment-records-detail/payment-records-detail",
  121. "query": "",
  122. "scene": null
  123. },
  124. {
  125. "id": -1,
  126. "name": "完税证明",
  127. "pathName": "pages/tax-certificate/tax-certificate",
  128. "query": "",
  129. "scene": null
  130. },
  131. {
  132. "id": 10,
  133. "name": "pages/index/index",
  134. "pathName": "pages/index/index",
  135. "query": "",
  136. "scene": null
  137. },
  138. {
  139. "id": -1,
  140. "name": "登陆",
  141. "pathName": "pages/login/login",
  142. "query": "",
  143. "scene": null
  144. },
  145. {
  146. "id": -1,
  147. "name": "注册协议",
  148. "pathName": "pages/service_agreement/service_agreement",
  149. "query": "",
  150. "scene": null
  151. },
  152. {
  153. "id": 13,
  154. "name": "pages/web-view/web-view",
  155. "pathName": "pages/web-view/web-view",
  156. "query": "",
  157. "scene": null
  158. },
  159. {
  160. "id": 14,
  161. "name": "通用设置",
  162. "pathName": "pages/common-setting/common-setting",
  163. "query": "",
  164. "scene": null
  165. }
  166. ]
  167. }
  168. }
  169. }