家政小程序
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

project.config.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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. "useMultiFrameRuntime": true,
  25. "useApiHook": true,
  26. "babelSetting": {
  27. "ignore": [],
  28. "disablePlugins": [],
  29. "outputPath": ""
  30. },
  31. "bundle": false,
  32. "useIsolateContext": true,
  33. "useCompilerModule": false,
  34. "userConfirmedUseCompilerModuleSwitch": false,
  35. "userConfirmedBundleSwitch": false,
  36. "packNpmManually": false,
  37. "packNpmRelationList": [],
  38. "minifyWXSS": true,
  39. "useApiHostProcess": true
  40. },
  41. "compileType": "miniprogram",
  42. "libVersion": "2.2.2",
  43. "appid": "wx14eb9c1640e3ecfe",
  44. "projectname": "%E6%96%B0%E5%AE%B6%E6%94%BFnew",
  45. "isGameTourist": false,
  46. "simulatorType": "wechat",
  47. "simulatorPluginLibVersion": {},
  48. "condition": {
  49. "search": {
  50. "list": []
  51. },
  52. "conversation": {
  53. "list": []
  54. },
  55. "plugin": {
  56. "list": []
  57. },
  58. "game": {
  59. "currentL": -1,
  60. "list": []
  61. },
  62. "miniprogram": {
  63. "list": [
  64. {
  65. "id": -1,
  66. "name": "首页",
  67. "pathName": "pages/home/index",
  68. "query": ""
  69. },
  70. {
  71. "id": -1,
  72. "name": "订单页",
  73. "pathName": "pages/order/index",
  74. "query": ""
  75. },
  76. {
  77. "id": -1,
  78. "name": "我的",
  79. "pathName": "pages/user/index",
  80. "query": ""
  81. },
  82. {
  83. "id": -1,
  84. "name": "母婴产品",
  85. "pathName": "pages/goodsList/index",
  86. "query": ""
  87. },
  88. {
  89. "id": -1,
  90. "name": "产品详情",
  91. "pathName": "pages/goodsDetail/index",
  92. "query": ""
  93. },
  94. {
  95. "id": -1,
  96. "name": "产品介绍",
  97. "pathName": "pages/introduce/index",
  98. "query": ""
  99. },
  100. {
  101. "id": -1,
  102. "name": "产品预约",
  103. "pathName": "pages/bookService/index",
  104. "query": ""
  105. },
  106. {
  107. "id": -1,
  108. "name": "月嫂预约",
  109. "pathName": "pages/yuesao/index",
  110. "query": ""
  111. },
  112. {
  113. "id": -1,
  114. "name": "添加评论",
  115. "pathName": "pages/addComment/index",
  116. "query": ""
  117. },
  118. {
  119. "id": -1,
  120. "name": "客服",
  121. "pathName": "pages/service/index",
  122. "query": ""
  123. },
  124. {
  125. "id": -1,
  126. "name": "月子咨询",
  127. "pathName": "pages/service/index",
  128. "query": ""
  129. },
  130. {
  131. "id": -1,
  132. "name": "购物车",
  133. "pathName": "pages/cart/index"
  134. }
  135. ]
  136. }
  137. }
  138. }