project.config.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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. "autoAudits": false,
  18. "checkInvalidKey": true,
  19. "checkSiteMap": true,
  20. "uploadWithSourceMap": true,
  21. "babelSetting": {
  22. "ignore": [],
  23. "disablePlugins": [],
  24. "outputPath": ""
  25. }
  26. },
  27. "compileType": "miniprogram",
  28. "libVersion": "2.8.0",
  29. "appid": "wxbf3f03f8a7d0cdcf",
  30. "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",
  31. "isGameTourist": false,
  32. "simulatorType": "wechat",
  33. "simulatorPluginLibVersion": {},
  34. "condition": {
  35. "search": {
  36. "current": -1,
  37. "list": []
  38. },
  39. "conversation": {
  40. "current": -1,
  41. "list": []
  42. },
  43. "plugin": {
  44. "current": -1,
  45. "list": []
  46. },
  47. "game": {
  48. "currentL": -1,
  49. "list": []
  50. },
  51. "gamePlugin": {
  52. "current": -1,
  53. "list": []
  54. },
  55. "miniprogram": {
  56. "current": 7,
  57. "list": [
  58. {
  59. "id": 0,
  60. "name": "结果",
  61. "pathName": "public/pages/pay-success/pay-success",
  62. "query": "type=survey&surveyType=3",
  63. "scene": null
  64. },
  65. {
  66. "id": 1,
  67. "name": "购买页",
  68. "pathName": "page/home/pages/purchase-s-details/purchase-s-details",
  69. "query": "isSupplementaryPay=0",
  70. "scene": null
  71. },
  72. {
  73. "id": 2,
  74. "name": "购买页",
  75. "pathName": "page/home/pages/purchase-a-details/purchase-a-details",
  76. "query": "isSupplementaryPay=0&first=1",
  77. "scene": null
  78. },
  79. {
  80. "id": 3,
  81. "name": "其他小程序跳转进入",
  82. "pathName": "page/home/index",
  83. "query": "",
  84. "scene": 1037,
  85. "referrerInfo": {
  86. "appId": "wxeb95a70a8c8bbb6c",
  87. "extraData": "{ \"testname\": \"test1\"}"
  88. }
  89. },
  90. {
  91. "id": -1,
  92. "name": "美食小程序跳转进入",
  93. "pathName": "page/home/index",
  94. "query": "",
  95. "scene": 1037,
  96. "referrerInfo": {
  97. "appId": "wx46d257cfcd492a4f",
  98. "extraData": "{ \"testname\": \"test1\"}"
  99. }
  100. },
  101. {
  102. "id": -1,
  103. "name": "1005",
  104. "pathName": "page/home/index",
  105. "query": "",
  106. "scene": 1005
  107. },
  108. {
  109. "id": -1,
  110. "name": "1027",
  111. "pathName": "page/home/index",
  112. "query": "",
  113. "scene": 1027
  114. },
  115. {
  116. "id": 7,
  117. "name": "跳转H5",
  118. "pathName": "public/pages/web-view-H5/web-view-H5",
  119. "query": "",
  120. "scene": null
  121. },
  122. {
  123. "id": 8,
  124. "name": "社保缴纳",
  125. "pathName": "page/home/pages/purchase-s-details/purchase-s-details",
  126. "query": "isSupplementaryPay=0",
  127. "scene": null
  128. },
  129. {
  130. "id": -1,
  131. "name": "公积金缴存",
  132. "pathName": "page/home/pages/purchase-a-details/purchase-a-details",
  133. "query": "",
  134. "scene": null
  135. },
  136. {
  137. "id": 10,
  138. "name": "社保补缴",
  139. "pathName": "page/home/pages/purchase-s-details/purchase-s-details",
  140. "query": "isSupplementaryPay=1",
  141. "scene": null
  142. }
  143. ]
  144. }
  145. }
  146. }