project.config.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "description": "项目配置文件。",
  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. "checkInvalidKey": true,
  17. "checkSiteMap": true,
  18. "uploadWithSourceMap": true,
  19. "compileHotReLoad": true,
  20. "useMultiFrameRuntime": true,
  21. "useApiHook": true,
  22. "useApiHostProcess": false,
  23. "babelSetting": {
  24. "ignore": [],
  25. "disablePlugins": [],
  26. "outputPath": ""
  27. },
  28. "bundle": false,
  29. "useIsolateContext": true,
  30. "useCompilerModule": true,
  31. "userConfirmedUseCompilerModuleSwitch": false,
  32. "userConfirmedBundleSwitch": false,
  33. "packNpmManually": false,
  34. "packNpmRelationList": [],
  35. "minifyWXSS": true
  36. },
  37. "compileType": "miniprogram",
  38. "libVersion": "2.14.3",
  39. "appid": "wx90d4145a0d3f6733",
  40. "projectname": "%E5%A4%A9%E4%BD%BF%E7%AB%A5%E8%A3%85",
  41. "scripts": {},
  42. "simulatorType": "wechat",
  43. "simulatorPluginLibVersion": {},
  44. "condition": {
  45. "plugin": {
  46. "list": []
  47. },
  48. "game": {
  49. "list": []
  50. },
  51. "gamePlugin": {
  52. "list": []
  53. },
  54. "miniprogram": {
  55. "list": [
  56. {
  57. "id": -1,
  58. "name": "home",
  59. "pathName": "pages/index/index",
  60. "query": "",
  61. "scene": null
  62. },
  63. {
  64. "id": -1,
  65. "name": "商品详情页面",
  66. "pathName": "pages/goods-details/index",
  67. "query": "id=134&inviter_id=456",
  68. "scene": 1011
  69. },
  70. {
  71. "id": -1,
  72. "name": "商品详情页面",
  73. "pathName": "pages/goods-details/index",
  74. "query": "id= 6761",
  75. "scene": null
  76. },
  77. {
  78. "id": -1,
  79. "name": "砍价详情页面",
  80. "pathName": "pages/goods-details/index",
  81. "query": "id=6765",
  82. "scene": null
  83. },
  84. {
  85. "id": -1,
  86. "name": "砍价详情页面",
  87. "pathName": "pages/goods-details/index",
  88. "query": "id=6765&kjJoinUid=701677",
  89. "scene": null
  90. },
  91. {
  92. "id": -1,
  93. "name": "拼团",
  94. "pathName": "pages/goods-details/index",
  95. "query": "id=6761",
  96. "scene": null
  97. },
  98. {
  99. "id": -1,
  100. "name": "生成海报",
  101. "pathName": "pages/goods-details/poster",
  102. "query": "goodsid=6761",
  103. "scene": null
  104. },
  105. {
  106. "id": -1,
  107. "name": "分销中心",
  108. "pathName": "pages/fx/apply-status",
  109. "query": "",
  110. "scene": null
  111. },
  112. {
  113. "id": -1,
  114. "name": "notice",
  115. "pathName": "pages/notice/index",
  116. "query": "",
  117. "scene": null
  118. },
  119. {
  120. "name": "带参数进首页",
  121. "pathName": "pages/index/index",
  122. "query": "a=1&b=2&c=3",
  123. "scene": null
  124. }
  125. ]
  126. }
  127. }
  128. }