project.config.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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": false,
  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. },
  42. "compileType": "miniprogram",
  43. "libVersion": "2.18.0",
  44. "appid": "wx84b3feac6069eec3",
  45. "projectname": "秒过",
  46. "simulatorType": "wechat",
  47. "simulatorPluginLibVersion": {},
  48. "condition": {
  49. "plugin": {
  50. "list": []
  51. },
  52. "game": {
  53. "list": []
  54. },
  55. "gamePlugin": {
  56. "list": []
  57. },
  58. "miniprogram": {
  59. "list": [
  60. {
  61. "id": 0,
  62. "name": "分享",
  63. "pathName": "pages/index/index",
  64. "query": "UserID=1&type=share&MiaoguoCardID=71228",
  65. "scene": null
  66. },
  67. {
  68. "id": 1,
  69. "name": "pages/index/index",
  70. "pathName": "pages/index/index",
  71. "query": "type=activity&ActivityID=2&EndTime=2019年10月07日&EarlyBirdTimeStart=2019年09月23日&EarlyBirdTimeEnd=2019年10月05日",
  72. "scene": 1007
  73. },
  74. {
  75. "id": 3,
  76. "name": "webview",
  77. "pathName": "pages/other/webview",
  78. "query": "UserID=1",
  79. "scene": 1001
  80. },
  81. {
  82. "id": 4,
  83. "name": "pages/other/activity",
  84. "pathName": "pages/other/activity",
  85. "query": "EndTime=2019-09-01",
  86. "scene": 1001
  87. },
  88. {
  89. "id": 4,
  90. "name": "pages/other/paycustom",
  91. "pathName": "pages/other/paycustom",
  92. "query": "",
  93. "scene": null
  94. },
  95. {
  96. "id": 6,
  97. "name": "用户手册",
  98. "pathName": "pages/index/index",
  99. "query": "type=userbook",
  100. "scene": null
  101. },
  102. {
  103. "id": 6,
  104. "name": "pages/index/index",
  105. "pathName": "pages/index/index",
  106. "query": "type=paycontinue&EndDate=2020-09-15",
  107. "scene": null
  108. },
  109. {
  110. "id": 7,
  111. "name": "pages_test/test/index",
  112. "pathName": "pages_test/test/index",
  113. "query": "UserID=1",
  114. "scene": null
  115. },
  116. {
  117. "name": "pages/index/index",
  118. "pathName": "pages/index/index",
  119. "query": "type=print&P=184&U=2",
  120. "scene": 1047
  121. },
  122. {
  123. "name": "pages/other/newuser",
  124. "pathName": "pages/other/newuser",
  125. "query": "",
  126. "scene": null
  127. }
  128. ]
  129. }
  130. },
  131. "editorSetting": {
  132. "tabIndent": "insertSpaces",
  133. "tabSize": 2
  134. }
  135. }