project.config.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "uglifyFileName": true,
  10. "checkInvalidKey": true,
  11. "checkSiteMap": true,
  12. "uploadWithSourceMap": true,
  13. "useMultiFrameRuntime": true,
  14. "useApiHook": true,
  15. "useApiHostProcess": true,
  16. "babelSetting": {
  17. "ignore": [],
  18. "disablePlugins": [],
  19. "outputPath": ""
  20. },
  21. "useIsolateContext": true,
  22. "useCompilerModule": true,
  23. "userConfirmedUseCompilerModuleSwitch": false,
  24. "userConfirmedBundleSwitch": false,
  25. "packNpmManually": false,
  26. "packNpmRelationList": [],
  27. "minifyWXSS": true,
  28. "compileWorklet": false,
  29. "enhance": false,
  30. "minifyWXML": true,
  31. "localPlugins": false,
  32. "disableUseStrict": false,
  33. "useCompilerPlugins": false,
  34. "condition": false,
  35. "swc": false,
  36. "disableSWC": true
  37. },
  38. "compileType": "miniprogram",
  39. "libVersion": "2.4.0",
  40. "appid": "wx231b9f009b9753fe",
  41. "projectname": "Renard",
  42. "simulatorType": "wechat",
  43. "simulatorPluginLibVersion": {},
  44. "condition": {
  45. "search": {
  46. "list": []
  47. },
  48. "conversation": {
  49. "list": []
  50. },
  51. "plugin": {
  52. "list": []
  53. },
  54. "game": {
  55. "list": []
  56. },
  57. "miniprogram": {
  58. "list": [
  59. {
  60. "id": -1,
  61. "name": "首页",
  62. "pathName": "pages/index/index",
  63. "query": ""
  64. },
  65. {
  66. "id": -1,
  67. "name": "专题",
  68. "pathName": "pages/topic/topic",
  69. "query": ""
  70. },
  71. {
  72. "id": -1,
  73. "name": "专题详情",
  74. "pathName": "pages/topicDetail/topicDetail",
  75. "query": "id=314"
  76. },
  77. {
  78. "id": -1,
  79. "name": "品牌",
  80. "pathName": "pages/brand/brand",
  81. "query": ""
  82. },
  83. {
  84. "id": -1,
  85. "name": "品牌详情",
  86. "pathName": "pages/brandDetail/brandDetail",
  87. "query": "id=1001000"
  88. },
  89. {
  90. "id": -1,
  91. "name": "人气推荐",
  92. "pathName": "pages/hotGoods/hotGoods",
  93. "query": ""
  94. },
  95. {
  96. "id": -1,
  97. "name": "新品首发",
  98. "pathName": "pages/newGoods/newGoods",
  99. "query": ""
  100. },
  101. {
  102. "id": -1,
  103. "name": "分类",
  104. "pathName": "pages/catalog/catalog",
  105. "query": ""
  106. },
  107. {
  108. "id": -1,
  109. "name": "分类详情",
  110. "pathName": "pages/category/category",
  111. "query": "id=1008002"
  112. },
  113. {
  114. "id": -1,
  115. "name": "查找",
  116. "pathName": "pages/search/search",
  117. "query": ""
  118. },
  119. {
  120. "id": -1,
  121. "name": "商品",
  122. "pathName": "pages/goods/goods",
  123. "query": "id=1181000"
  124. },
  125. {
  126. "id": -1,
  127. "name": "商品评论列表",
  128. "pathName": "pages/comment/comment",
  129. "query": "valueId=1181000&type=0"
  130. },
  131. {
  132. "id": -1,
  133. "name": "购物车",
  134. "pathName": "pages/cart/cart",
  135. "query": ""
  136. },
  137. {
  138. "id": -1,
  139. "name": "下单",
  140. "pathName": "pages/shopping/checkout/checkout",
  141. "query": ""
  142. },
  143. {
  144. "id": -1,
  145. "name": "支付结果",
  146. "pathName": "pages/payResult/payResult",
  147. "query": ""
  148. },
  149. {
  150. "id": -1,
  151. "name": "我的",
  152. "pathName": "pages/ucenter/index/index",
  153. "query": ""
  154. },
  155. {
  156. "id": -1,
  157. "name": "我的订单列表",
  158. "pathName": "pages/ucenter/order/order",
  159. "query": ""
  160. },
  161. {
  162. "id": -1,
  163. "name": "我的订单详情",
  164. "pathName": "pages/ucenter/orderDetail/orderDetail",
  165. "query": "id=1"
  166. },
  167. {
  168. "id": 22,
  169. "name": "待评价的订单详情",
  170. "pathName": "pages/ucenter/orderDetail/orderDetail",
  171. "query": "id=1"
  172. },
  173. {
  174. "id": -1,
  175. "name": "购买商品评价",
  176. "pathName": "pages/commentPost/commentPost",
  177. "query": "orderId=2&type=0&valueId=1116011"
  178. },
  179. {
  180. "id": -1,
  181. "name": "我的优惠券",
  182. "pathName": "pages/ucenter/coupon/coupon",
  183. "query": ""
  184. },
  185. {
  186. "id": -1,
  187. "name": "我的收藏",
  188. "pathName": "pages/ucenter/collect/collect",
  189. "query": ""
  190. },
  191. {
  192. "id": -1,
  193. "name": "我的地址",
  194. "pathName": "pages/ucenter/address/address",
  195. "query": ""
  196. },
  197. {
  198. "id": -1,
  199. "name": "我的地址添加",
  200. "pathName": "pages/ucenter/addressAdd/addressAdd",
  201. "query": ""
  202. },
  203. {
  204. "id": -1,
  205. "name": "登录",
  206. "pathName": "pages/auth/login/login",
  207. "query": ""
  208. }
  209. ]
  210. }
  211. },
  212. "packOptions": {
  213. "ignore": [],
  214. "include": []
  215. },
  216. "editorSetting": {}
  217. }