project.config.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "postcss": true,
  10. "preloadBackgroundData": false,
  11. "minified": true,
  12. "newFeature": true,
  13. "coverView": true,
  14. "autoAudits": false,
  15. "showShadowRootInWxmlPanel": true,
  16. "scopeDataCheck": false,
  17. "checkInvalidKey": true,
  18. "checkSiteMap": true,
  19. "uploadWithSourceMap": true,
  20. "babelSetting": {
  21. "ignore": [],
  22. "disablePlugins": [],
  23. "outputPath": ""
  24. },
  25. "useCompilerModule": false,
  26. "userConfirmedUseCompilerModuleSwitch": false
  27. },
  28. "compileType": "miniprogram",
  29. "libVersion": "2.11.3",
  30. "appid": "wx101d03d3f1aab84c",
  31. "projectname": "%E4%BB%BF%E5%96%9C%E9%A9%AC%E6%8B%89%E9%9B%85lite",
  32. "debugOptions": {
  33. "hidedInDevtools": []
  34. },
  35. "isGameTourist": false,
  36. "simulatorType": "wechat",
  37. "simulatorPluginLibVersion": {},
  38. "condition": {
  39. "search": {
  40. "current": -1,
  41. "list": []
  42. },
  43. "conversation": {
  44. "current": -1,
  45. "list": []
  46. },
  47. "plugin": {
  48. "current": -1,
  49. "list": []
  50. },
  51. "game": {
  52. "currentL": -1,
  53. "list": []
  54. },
  55. "gamePlugin": {
  56. "current": -1,
  57. "list": []
  58. },
  59. "miniprogram": {
  60. "current": 4,
  61. "list": [
  62. {
  63. "id": -1,
  64. "name": "收藏页",
  65. "pathName": "pages/collection/collection",
  66. "query": "",
  67. "scene": null
  68. },
  69. {
  70. "id": -1,
  71. "name": "分类页",
  72. "pathName": "pages/classification/classification",
  73. "query": "",
  74. "scene": null
  75. },
  76. {
  77. "id": -1,
  78. "name": "榜单页",
  79. "pathName": "pages/index/bangdan/bangdan",
  80. "query": "",
  81. "scene": null
  82. },
  83. {
  84. "id": -1,
  85. "name": "user",
  86. "pathName": "pages/user/user",
  87. "query": "",
  88. "scene": null
  89. },
  90. {
  91. "id": -1,
  92. "name": "details",
  93. "pathName": "pages/details/details",
  94. "query": "",
  95. "scene": null
  96. },
  97. {
  98. "id": -1,
  99. "name": "phoneLogin",
  100. "pathName": "pages/user/phoneLogin/phoneLogin",
  101. "query": "",
  102. "scene": null
  103. },
  104. {
  105. "id": -1,
  106. "name": "搜索页",
  107. "pathName": "pages/search/search",
  108. "scene": null
  109. }
  110. ]
  111. }
  112. }
  113. }