project.config.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": true,
  9. "es6": true,
  10. "enhance": true,
  11. "postcss": true,
  12. "preloadBackgroundData": false,
  13. "minified": true,
  14. "newFeature": false,
  15. "coverView": true,
  16. "nodeModules": true,
  17. "autoAudits": false,
  18. "showShadowRootInWxmlPanel": true,
  19. "scopeDataCheck": false,
  20. "uglifyFileName": false,
  21. "checkInvalidKey": true,
  22. "checkSiteMap": true,
  23. "uploadWithSourceMap": true,
  24. "compileHotReLoad": false,
  25. "lazyloadPlaceholderEnable": false,
  26. "useMultiFrameRuntime": true,
  27. "useApiHook": true,
  28. "useApiHostProcess": true,
  29. "ignoreDevUnusedFiles": false,
  30. "babelSetting": {
  31. "ignore": [],
  32. "disablePlugins": [],
  33. "outputPath": ""
  34. },
  35. "enableEngineNative": false,
  36. "useIsolateContext": true,
  37. "userConfirmedBundleSwitch": false,
  38. "packNpmManually": false,
  39. "packNpmRelationList": [],
  40. "minifyWXSS": true,
  41. "disableUseStrict": false,
  42. "minifyWXML": true,
  43. "showES6CompileOption": false,
  44. "useCompilerPlugins": false,
  45. "ignoreUploadUnusedFiles": true,
  46. "useStaticServer": true,
  47. "compileWorklet": false,
  48. "localPlugins": false,
  49. "condition": false,
  50. "swc": false,
  51. "disableSWC": true
  52. },
  53. "compileType": "miniprogram",
  54. "libVersion": "3.8.0",
  55. "appid": "wx7a3223dc04558405",
  56. "projectname": "tdesign-miniprogram-starter-retail",
  57. "simulatorType": "wechat",
  58. "simulatorPluginLibVersion": {},
  59. "condition": {
  60. "miniprogram": {
  61. "list": [
  62. {
  63. "name": "首页入口",
  64. "pathName": "pages/home/home",
  65. "query": "",
  66. "scene": null
  67. },
  68. {
  69. "name": "示例页-商品分类",
  70. "pathName": "pages/goods/category/index",
  71. "query": "",
  72. "scene": null
  73. },
  74. {
  75. "name": "示例页-个人中心",
  76. "pathName": "pages/usercenter/index",
  77. "query": "",
  78. "scene": null
  79. },
  80. {
  81. "name": "示例页-商品列表",
  82. "pathName": "pages/goods/list/index",
  83. "query": "",
  84. "scene": null
  85. },
  86. {
  87. "name": "示例页-商品详情",
  88. "pathName": "pages/goods/details/index",
  89. "query": "",
  90. "scene": null
  91. },
  92. {
  93. "name": "示例页-商品评论",
  94. "pathName": "pages/goods/comments/index",
  95. "query": "",
  96. "scene": null
  97. },
  98. {
  99. "name": "示例页-售后列表",
  100. "pathName": "pages/order/after-service-list/index",
  101. "query": "",
  102. "scene": null
  103. },
  104. {
  105. "name": "示例页-售后详情",
  106. "pathName": "pages/order/after-service-detail/index",
  107. "query": "rightsNo=123123423",
  108. "scene": null
  109. },
  110. {
  111. "name": "示例页-搜索页",
  112. "pathName": "pages/goods/search/index",
  113. "query": "",
  114. "scene": null
  115. },
  116. {
  117. "name": "示例页-搜索结果",
  118. "pathName": "pages/goods/result/index",
  119. "query": "",
  120. "scene": null
  121. },
  122. {
  123. "name": "示例页-商品评价",
  124. "pathName": "pages/goods/comments/create/index",
  125. "query": "",
  126. "scene": null
  127. },
  128. {
  129. "name": "示例页-申请售后",
  130. "pathName": "pages/order/apply-service/index",
  131. "query": "orderNo=132222623132329291&skuId=135691625",
  132. "scene": null
  133. },
  134. {
  135. "name": "示例页-发票详情",
  136. "pathName": "pages/order/invoice/index",
  137. "query": "orderNo=132381532610540875",
  138. "scene": null
  139. }
  140. ]
  141. }
  142. },
  143. "editorSetting": {
  144. "tabIndent": "insertSpaces",
  145. "tabSize": 2
  146. }
  147. }