project.config.json 2.1 KB

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