project.config.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": true,
  10. "enhance": true,
  11. "postcss": true,
  12. "preloadBackgroundData": false,
  13. "minified": true,
  14. "newFeature": true,
  15. "autoAudits": true,
  16. "scopeDataCheck": false,
  17. "uglifyFileName": true,
  18. "checkInvalidKey": true,
  19. "checkSiteMap": true,
  20. "uploadWithSourceMap": true,
  21. "compileHotReLoad": true,
  22. "useMultiFrameRuntime": true,
  23. "useApiHook": true,
  24. "useApiHostProcess": true,
  25. "babelSetting": {
  26. "ignore": [],
  27. "disablePlugins": [],
  28. "outputPath": ""
  29. },
  30. "useIsolateContext": true,
  31. "userConfirmedBundleSwitch": false,
  32. "packNpmManually": false,
  33. "packNpmRelationList": [],
  34. "minifyWXSS": true,
  35. "disableUseStrict": false,
  36. "minifyWXML": true,
  37. "showES6CompileOption": false,
  38. "useCompilerPlugins": false,
  39. "ignoreUploadUnusedFiles": true,
  40. "useStaticServer": true,
  41. "condition": true
  42. },
  43. "compileType": "miniprogram",
  44. "libVersion": "2.18.0",
  45. "appid": "wx84b3feac6069eec3",
  46. "projectname": "秒过",
  47. "simulatorType": "wechat",
  48. "simulatorPluginLibVersion": {
  49. "wxext14566970e7e9f62": "3.6.5-29"
  50. },
  51. "condition": {
  52. "plugin": {
  53. "list": []
  54. },
  55. "game": {
  56. "list": []
  57. },
  58. "gamePlugin": {
  59. "list": []
  60. },
  61. "miniprogram": {
  62. "list": [
  63. {
  64. "id": 0,
  65. "name": "分享",
  66. "pathName": "pages/index/index",
  67. "query": "UserID=1&type=share&MiaoguoCardID=71228",
  68. "scene": null
  69. },
  70. {
  71. "id": 1,
  72. "name": "pages/index/index",
  73. "pathName": "pages/index/index",
  74. "query": "type=activity&ActivityID=2&EndTime=2019年10月07日&EarlyBirdTimeStart=2019年09月23日&EarlyBirdTimeEnd=2019年10月05日",
  75. "scene": 1007
  76. },
  77. {
  78. "id": 3,
  79. "name": "webview",
  80. "pathName": "pages/other/webview",
  81. "query": "UserID=1",
  82. "scene": 1001
  83. },
  84. {
  85. "id": 4,
  86. "name": "pages/other/activity",
  87. "pathName": "pages/other/activity",
  88. "query": "EndTime=2019-09-01",
  89. "scene": 1001
  90. },
  91. {
  92. "id": 4,
  93. "name": "pages/other/paycustom",
  94. "pathName": "pages/other/paycustom",
  95. "query": "",
  96. "scene": null
  97. },
  98. {
  99. "id": 6,
  100. "name": "用户手册",
  101. "pathName": "pages/index/index",
  102. "query": "type=userbook",
  103. "scene": null
  104. },
  105. {
  106. "id": 6,
  107. "name": "pages/index/index",
  108. "pathName": "pages/index/index",
  109. "query": "type=paycontinue&EndDate=2020-09-15",
  110. "scene": null
  111. },
  112. {
  113. "id": 7,
  114. "name": "pages_test/knowledge/index",
  115. "pathName": "pages_test/knowledge/index",
  116. "query": "UserID=1",
  117. "scene": null
  118. },
  119. {
  120. "name": "pages/index/index",
  121. "pathName": "pages/index/index",
  122. "query": "type=print&P=184&U=2",
  123. "scene": 1047
  124. },
  125. {
  126. "name": "pages/other/newuser",
  127. "pathName": "pages/other/newuser",
  128. "query": "",
  129. "scene": null
  130. }
  131. ]
  132. }
  133. },
  134. "editorSetting": {
  135. "tabIndent": "insertSpaces",
  136. "tabSize": 2
  137. },
  138. "projectArchitecture": "multiPlatform"
  139. }