project.config.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. "id": -1,
  65. "name": "分类页",
  66. "pathName": "pages/classification/classification",
  67. "query": "",
  68. "scene": null
  69. },{
  70. "id": -1,
  71. "name": "榜单页",
  72. "pathName": "pages/index/bangdan/bangdan",
  73. "query": "",
  74. "scene": null
  75. },{
  76. "id": -1,
  77. "name": "user",
  78. "pathName": "pages/user/user",
  79. "query": "",
  80. "scene": null
  81. },{
  82. "id": -1,
  83. "name": "details",
  84. "pathName": "pages/details/details",
  85. "query": "",
  86. "scene": null
  87. },{
  88. "id": -1,
  89. "name": "phoneLogin",
  90. "pathName": "pages/user/phoneLogin/phoneLogin",
  91. "query": "",
  92. "scene": null
  93. },{
  94. "id": -1,
  95. "name": "搜索页",
  96. "pathName": "pages/search/search",
  97. "scene": null
  98. }
  99. ]
  100. }
  101. }
  102. }