家政小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.config.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "nodeModules": false,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "babelSetting": {
  25. "ignore": [],
  26. "disablePlugins": [],
  27. "outputPath": ""
  28. },
  29. "useIsolateContext": true,
  30. "useCompilerModule": false,
  31. "userConfirmedUseCompilerModuleSwitch": false
  32. },
  33. "compileType": "miniprogram",
  34. "libVersion": "2.2.2",
  35. "appid": "wx14eb9c1640e3ecfe",
  36. "projectname": "%E6%96%B0%E5%AE%B6%E6%94%BFnew",
  37. "isGameTourist": false,
  38. "simulatorType": "wechat",
  39. "simulatorPluginLibVersion": {},
  40. "condition": {
  41. "search": {
  42. "current": -1,
  43. "list": []
  44. },
  45. "conversation": {
  46. "current": -1,
  47. "list": []
  48. },
  49. "plugin": {
  50. "current": -1,
  51. "list": []
  52. },
  53. "game": {
  54. "currentL": -1,
  55. "list": []
  56. },
  57. "miniprogram": {
  58. "current": 11,
  59. "list": [
  60. {
  61. "id": -1,
  62. "name": "首页",
  63. "pathName": "pages/home/index",
  64. "query": ""
  65. },
  66. {
  67. "id": -1,
  68. "name": "订单页",
  69. "pathName": "pages/order/index",
  70. "query": ""
  71. },
  72. {
  73. "id": -1,
  74. "name": "我的",
  75. "pathName": "pages/user/index",
  76. "query": ""
  77. },
  78. {
  79. "id": -1,
  80. "name": "母婴产品",
  81. "pathName": "pages/goodsList/index",
  82. "query": ""
  83. },
  84. {
  85. "id": -1,
  86. "name": "产品详情",
  87. "pathName": "pages/goodsDetail/index",
  88. "query": ""
  89. },
  90. {
  91. "id": -1,
  92. "name": "产品介绍",
  93. "pathName": "pages/introduce/index",
  94. "query": ""
  95. },
  96. {
  97. "id": -1,
  98. "name": "产品预约",
  99. "pathName": "pages/bookService/index",
  100. "query": ""
  101. },
  102. {
  103. "id": -1,
  104. "name": "月嫂预约",
  105. "pathName": "pages/yuesao/index",
  106. "query": ""
  107. },
  108. {
  109. "id": -1,
  110. "name": "添加评论",
  111. "pathName": "pages/addComment/index",
  112. "query": ""
  113. },
  114. {
  115. "id": -1,
  116. "name": "客服",
  117. "pathName": "pages/service/index",
  118. "query": ""
  119. },
  120. {
  121. "id": -1,
  122. "name": "月子咨询",
  123. "pathName": "pages/service/index",
  124. "query": ""
  125. },
  126. {
  127. "id": -1,
  128. "name": "购物车",
  129. "pathName": "pages/cart/index"
  130. }
  131. ]
  132. }
  133. }
  134. }