project.config.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "enhance": true,
  7. "postcss": false,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "newFeature": true,
  11. "coverView": true,
  12. "nodeModules": false,
  13. "autoAudits": false,
  14. "showShadowRootInWxmlPanel": true,
  15. "scopeDataCheck": false,
  16. "uglifyFileName": false,
  17. "checkInvalidKey": true,
  18. "checkSiteMap": true,
  19. "uploadWithSourceMap": true,
  20. "compileHotReLoad": true,
  21. "useMultiFrameRuntime": true,
  22. "useApiHook": true,
  23. "useApiHostProcess": true,
  24. "babelSetting": {
  25. "ignore": [],
  26. "disablePlugins": [],
  27. "outputPath": ""
  28. },
  29. "useIsolateContext": true,
  30. "userConfirmedBundleSwitch": false,
  31. "packNpmManually": false,
  32. "packNpmRelationList": [],
  33. "minifyWXSS": true,
  34. "disableUseStrict": false,
  35. "minifyWXML": true,
  36. "showES6CompileOption": false,
  37. "useCompilerPlugins": false,
  38. "ignoreUploadUnusedFiles": true,
  39. "useStaticServer": true,
  40. "lazyloadPlaceholderEnable": false
  41. },
  42. "compileType": "miniprogram",
  43. "libVersion": "2.22.1",
  44. "appid": "wx18ddfb7e334b966b",
  45. "projectname": "龙哥到家",
  46. "simulatorType": "wechat",
  47. "simulatorPluginLibVersion": {},
  48. "condition": {
  49. "plugin": {
  50. "list": []
  51. },
  52. "game": {
  53. "list": []
  54. },
  55. "gamePlugin": {
  56. "list": []
  57. },
  58. "miniprogram": {
  59. "list": [
  60. {
  61. "id": -1,
  62. "name": "home",
  63. "pathName": "pages/index/index",
  64. "query": "",
  65. "scene": null
  66. },
  67. {
  68. "id": -1,
  69. "name": "商品详情页面",
  70. "pathName": "pages/goods-details/index",
  71. "query": "id=134&inviter_id=456",
  72. "scene": 1011
  73. },
  74. {
  75. "id": -1,
  76. "name": "商品详情页面",
  77. "pathName": "pages/goods-details/index",
  78. "query": "id= 6761",
  79. "scene": null
  80. },
  81. {
  82. "id": -1,
  83. "name": "砍价详情页面",
  84. "pathName": "pages/goods-details/index",
  85. "query": "id=6765",
  86. "scene": null
  87. },
  88. {
  89. "id": -1,
  90. "name": "砍价详情页面",
  91. "pathName": "pages/goods-details/index",
  92. "query": "id=6765&kjJoinUid=701677",
  93. "scene": null
  94. },
  95. {
  96. "id": -1,
  97. "name": "拼团",
  98. "pathName": "pages/goods-details/index",
  99. "query": "id=6761",
  100. "scene": null
  101. },
  102. {
  103. "id": -1,
  104. "name": "生成海报",
  105. "pathName": "pages/goods-details/poster",
  106. "query": "goodsid=6761",
  107. "scene": null
  108. },
  109. {
  110. "id": -1,
  111. "name": "notice",
  112. "pathName": "pages/notice/index",
  113. "query": "",
  114. "scene": null
  115. },
  116. {
  117. "name": "带参数进首页",
  118. "pathName": "pages/index/index",
  119. "query": "a=1&b=2&c=3",
  120. "scene": null
  121. }
  122. ]
  123. }
  124. },
  125. "packOptions": {
  126. "ignore": [],
  127. "include": []
  128. },
  129. "editorSetting": {
  130. "tabIndent": "insertSpaces",
  131. "tabSize": 2
  132. }
  133. }