project.config.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": false,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "coverView": true,
  10. "autoAudits": false,
  11. "checkInvalidKey": true,
  12. "checkSiteMap": true,
  13. "uploadWithSourceMap": true,
  14. "babelSetting": {
  15. "ignore": [],
  16. "disablePlugins": [],
  17. "outputPath": ""
  18. }
  19. },
  20. "miniprogramRoot": "dist/wx/",
  21. "compileType": "miniprogram",
  22. "appid": "wx7dc4b5faed8365e5",
  23. "projectname": "ecommerce",
  24. "simulatorType": "wechat",
  25. "simulatorPluginLibVersion": {},
  26. "libVersion": "2.9.3",
  27. "condition": {
  28. "search": {
  29. "current": -1,
  30. "list": []
  31. },
  32. "conversation": {
  33. "current": -1,
  34. "list": []
  35. },
  36. "plugin": {
  37. "current": -1,
  38. "list": []
  39. },
  40. "game": {
  41. "currentL": -1,
  42. "list": []
  43. },
  44. "gamePlugin": {
  45. "current": -1,
  46. "list": []
  47. },
  48. "miniprogram": {
  49. "current": 4,
  50. "list": [
  51. {
  52. "id": 0,
  53. "name": "商品详情",
  54. "pathName": "pages/product/product",
  55. "query": "id=9",
  56. "scene": null
  57. },
  58. {
  59. "id": 1,
  60. "name": "预约时间",
  61. "pathName": "pages/bookingTime/bookingTime",
  62. "query": "orderId=21",
  63. "scene": null
  64. },
  65. {
  66. "id": -1,
  67. "name": "我的积分",
  68. "pathName": "pages/myPoint/myPoint",
  69. "query": "",
  70. "scene": null
  71. },
  72. {
  73. "id": 3,
  74. "name": "在线选片",
  75. "pathName": "pages/selectPhotos/selectPhotos",
  76. "query": "orderId=69",
  77. "scene": null
  78. },
  79. {
  80. "id": 4,
  81. "name": "在线审片",
  82. "pathName": "pages/examinePhotos/examinePhotos",
  83. "query": "orderId=74&imageRepairId=5",
  84. "scene": null
  85. },
  86. {
  87. "id": -1,
  88. "name": "私人定制",
  89. "pathName": "pages/customize/customize",
  90. "query": "",
  91. "scene": null
  92. },
  93. {
  94. "id": -1,
  95. "name": "我的优惠券",
  96. "pathName": "pages/myCoupon/myCoupon",
  97. "query": "",
  98. "scene": null
  99. },
  100. {
  101. "id": 7,
  102. "name": "订单详情",
  103. "pathName": "pages/orderDetail/orderDetail",
  104. "query": "orderId=74",
  105. "scene": null
  106. },
  107. {
  108. "id": -1,
  109. "name": "登录",
  110. "pathName": "pages/login/login",
  111. "query": "",
  112. "scene": null
  113. },
  114. {
  115. "id": 9,
  116. "name": "提交订单",
  117. "pathName": "pages/submit/submit",
  118. "query": "submitPage=shoppingCart&chooseList=27",
  119. "scene": null
  120. },
  121. {
  122. "id": 10,
  123. "name": "支付订单",
  124. "pathName": "pages/submit/submit",
  125. "query": "orderId=238",
  126. "scene": null
  127. }
  128. ]
  129. }
  130. }
  131. }