1
0

project.config.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": false,
  6. "enhance": true,
  7. "postcss": true,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "newFeature": false,
  11. "coverView": true,
  12. "nodeModules": false,
  13. "autoAudits": false,
  14. "showShadowRootInWxmlPanel": true,
  15. "scopeDataCheck": false,
  16. "uglifyFileName": true,
  17. "checkInvalidKey": true,
  18. "checkSiteMap": true,
  19. "uploadWithSourceMap": true,
  20. "compileHotReLoad": false,
  21. "lazyloadPlaceholderEnable": false,
  22. "useMultiFrameRuntime": true,
  23. "babelSetting": {
  24. "ignore": [],
  25. "disablePlugins": [],
  26. "outputPath": ""
  27. },
  28. "useIsolateContext": true,
  29. "userConfirmedBundleSwitch": false,
  30. "packNpmManually": false,
  31. "packNpmRelationList": [],
  32. "minifyWXSS": true,
  33. "disableUseStrict": false,
  34. "minifyWXML": true,
  35. "showES6CompileOption": false,
  36. "useCompilerPlugins": false,
  37. "ignoreUploadUnusedFiles": true,
  38. "useStaticServer": true,
  39. "condition": false
  40. },
  41. "compileType": "miniprogram",
  42. "simulatorType": "wechat",
  43. "simulatorPluginLibVersion": {
  44. "wxext14566970e7e9f62": "2.27.3"
  45. },
  46. "editorSetting": {
  47. "tabIndent": "insertSpaces",
  48. "tabSize": 2
  49. },
  50. "condition": {
  51. "miniprogram": {
  52. "list": [
  53. {
  54. "name": "index/pages/videoshare/videoshare",
  55. "pathName": "index/pages/videoshare/videoshare",
  56. "query": "vid=301&userid=28",
  57. "scene": null
  58. },
  59. {
  60. "name": "分享",
  61. "pathName": "mycustomer/pages/shareMsg/shareMsg",
  62. "query": "share_user_id=28",
  63. "scene": null
  64. },
  65. {
  66. "name": "工具",
  67. "pathName": "pages/beforetest/beforetest",
  68. "query": "type=oldhouserenovation&share_user_id=514",
  69. "scene": null
  70. },
  71. {
  72. "name": "index/pages/articleshare/articleshare",
  73. "pathName": "index/pages/articleshare/articleshare",
  74. "query": "aid=282&userid=394",
  75. "scene": null
  76. },
  77. {
  78. "name": "二维码",
  79. "pathName": "pages/namecard/namecard",
  80. "query": "uid=302",
  81. "scene": null
  82. },
  83. {
  84. "name": "文章",
  85. "pathName": "index/pages/articleshare/articleshare",
  86. "query": "aid=742&userid=629",
  87. "scene": null
  88. },
  89. {
  90. "name": "分享",
  91. "pathName": "mycustomer/pages/shareMsg/shareMsg",
  92. "query": "share_user_id=490",
  93. "scene": null
  94. },
  95. {
  96. "name": "视频分享",
  97. "pathName": "index/pages/videoshare/videoshare",
  98. "query": "vid=1077&userid=1257",
  99. "scene": 1007
  100. },
  101. {
  102. "name": "名片",
  103. "pathName": "pages/namecard/namecard",
  104. "query": "uid=665",
  105. "scene": null
  106. },
  107. {
  108. "name": "邀请",
  109. "pathName": "mycustomer/pages/shareMsg/shareMsg",
  110. "query": "share_user_id=613",
  111. "scene": null
  112. },
  113. {
  114. "name": "红包",
  115. "pathName": "mycustomer/pages/giveshare/giveshare",
  116. "query": "key=fae85c0542ca12a771a04942ff44cbc4&nickname=孤独的微笑&userid=613",
  117. "scene": null
  118. }
  119. ]
  120. }
  121. },
  122. "packOptions": {
  123. "ignore": [],
  124. "include": []
  125. },
  126. "appid": "wx55aaa8be56816970"
  127. }