project.config.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [
  5. {
  6. "type": "folder",
  7. "value": "test"
  8. }
  9. ]
  10. },
  11. "setting": {
  12. "urlCheck": true,
  13. "es6": true,
  14. "postcss": true,
  15. "minified": true,
  16. "newFeature": true,
  17. "coverView": true,
  18. "autoAudits": false,
  19. "scopeDataCheck": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "useMultiFrameRuntime": false,
  24. "useApiHook": false,
  25. "useApiHostProcess": false,
  26. "babelSetting": {
  27. "ignore": [],
  28. "disablePlugins": [],
  29. "outputPath": ""
  30. },
  31. "useIsolateContext": false,
  32. "userConfirmedBundleSwitch": false,
  33. "packNpmManually": false,
  34. "packNpmRelationList": [],
  35. "minifyWXSS": true,
  36. "disableUseStrict": false,
  37. "minifyWXML": true,
  38. "showES6CompileOption": false,
  39. "useCompilerPlugins": false
  40. },
  41. "compileType": "miniprogram",
  42. "libVersion": "2.8.0",
  43. "appid": "wxbf3f03f8a7d0cdcf",
  44. "projectname": "%E9%97%AA%E8%81%98%E6%88%91%E7%9A%84%E7%A4%BE%E4%BF%9D%E5%B0%8F%E5%8A%A9%E6%89%8B",
  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. "gamePlugin": {
  63. "list": []
  64. },
  65. "miniprogram": {
  66. "list": [
  67. {
  68. "id": 0,
  69. "name": "结果",
  70. "pathName": "public/pages/pay-success/pay-success",
  71. "query": "type=survey&surveyType=3",
  72. "scene": null
  73. },
  74. {
  75. "id": 1,
  76. "name": "购买页",
  77. "pathName": "page/home/pages/purchase-s-details/purchase-s-details",
  78. "query": "isSupplementaryPay=0",
  79. "scene": null
  80. },
  81. {
  82. "id": 2,
  83. "name": "购买页",
  84. "pathName": "page/home/pages/purchase-a-details/purchase-a-details",
  85. "query": "isSupplementaryPay=0&first=1",
  86. "scene": null
  87. },
  88. {
  89. "id": 3,
  90. "name": "其他小程序跳转进入",
  91. "pathName": "page/home/index",
  92. "query": "",
  93. "scene": 1037,
  94. "referrerInfo": {
  95. "appId": "wxeb95a70a8c8bbb6c",
  96. "extraData": "{ \"testname\": \"test1\"}"
  97. }
  98. },
  99. {
  100. "id": -1,
  101. "name": "美食小程序跳转进入",
  102. "pathName": "page/home/index",
  103. "query": "",
  104. "scene": 1037,
  105. "referrerInfo": {
  106. "appId": "wx46d257cfcd492a4f",
  107. "extraData": "{ \"testname\": \"test1\"}"
  108. }
  109. },
  110. {
  111. "id": -1,
  112. "name": "1005",
  113. "pathName": "page/home/index",
  114. "query": "",
  115. "scene": 1005
  116. },
  117. {
  118. "id": -1,
  119. "name": "1027",
  120. "pathName": "page/home/index",
  121. "query": "",
  122. "scene": 1027
  123. },
  124. {
  125. "id": 7,
  126. "name": "跳转H5",
  127. "pathName": "public/pages/web-view-H5/web-view-H5",
  128. "query": "",
  129. "scene": null
  130. },
  131. {
  132. "id": 8,
  133. "name": "社保缴纳",
  134. "pathName": "page/home/pages/purchase-s-details/purchase-s-details",
  135. "query": "isSupplementaryPay=0",
  136. "scene": null
  137. },
  138. {
  139. "id": -1,
  140. "name": "公积金缴存",
  141. "pathName": "page/home/pages/purchase-a-details/purchase-a-details",
  142. "query": "",
  143. "scene": null
  144. },
  145. {
  146. "id": 10,
  147. "name": "社保补缴",
  148. "pathName": "page/home/pages/purchase-s-details/purchase-s-details",
  149. "query": "isSupplementaryPay=1",
  150. "scene": null
  151. }
  152. ]
  153. }
  154. }
  155. }