project.config.json 2.8 KB

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