project.config.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "nodeModules": false,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "useMultiFrameRuntime": false,
  25. "useApiHook": true,
  26. "babelSetting": {
  27. "ignore": [],
  28. "disablePlugins": [],
  29. "outputPath": ""
  30. },
  31. "useIsolateContext": true,
  32. "useCompilerModule": true,
  33. "userConfirmedUseCompilerModuleSwitch": false,
  34. "packNpmManually": false,
  35. "packNpmRelationList": []
  36. },
  37. "compileType": "miniprogram",
  38. "libVersion": "2.10.1",
  39. "appid": "wx479e4b6f1f891a50",
  40. "projectname": "%E5%8D%A1%E5%8C%85",
  41. "cloudfunctionTemplateRoot": "",
  42. "watchOptions": {
  43. "ignore": []
  44. },
  45. "debugOptions": {
  46. "hidedInDevtools": []
  47. },
  48. "scripts": {},
  49. "simulatorType": "wechat",
  50. "simulatorPluginLibVersion": {},
  51. "condition": {
  52. "search": {
  53. "current": -1,
  54. "list": []
  55. },
  56. "conversation": {
  57. "current": -1,
  58. "list": []
  59. },
  60. "plugin": {
  61. "current": -1,
  62. "list": []
  63. },
  64. "game": {
  65. "current": -1,
  66. "list": []
  67. },
  68. "gamePlugin": {
  69. "current": -1,
  70. "list": []
  71. },
  72. "miniprogram": {
  73. "current": 5,
  74. "list": [
  75. {
  76. "id": -1,
  77. "name": "pages/goods/goods",
  78. "pathName": "pages/goods/goods",
  79. "query": "",
  80. "scene": null
  81. },
  82. {
  83. "id": -1,
  84. "name": "pages/order-detail/order-detail",
  85. "pathName": "pages/order-detail/order-detail",
  86. "query": "",
  87. "scene": null
  88. },
  89. {
  90. "id": -1,
  91. "name": "pages/test/index",
  92. "pathName": "pages/test/index",
  93. "query": "",
  94. "scene": null
  95. },
  96. {
  97. "id": -1,
  98. "name": "pages/index/index",
  99. "pathName": "pages/index/index/",
  100. "query": "page_id=7",
  101. "scene": null
  102. },
  103. {
  104. "id": 4,
  105. "name": "pages/index/index",
  106. "pathName": "pages/index/index",
  107. "query": "page_id=8",
  108. "scene": null
  109. },
  110. {
  111. "id": -1,
  112. "name": "pages/test/index",
  113. "pathName": "pages/test/index",
  114. "query": "",
  115. "scene": null
  116. },
  117. {
  118. "id": -1,
  119. "name": "pages/topic/topic",
  120. "pathName": "pages/topic/topic",
  121. "query": "",
  122. "scene": null
  123. }
  124. ]
  125. }
  126. }
  127. }