project.config.json 1.9 KB

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