project.config.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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.7.7",
  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. "miniprogram": {
  51. "current": 1,
  52. "list": [
  53. {
  54. "id": -1,
  55. "name": "收藏页",
  56. "pathName": "pages/collection/collection",
  57. "query": "",
  58. "scene": null
  59. },
  60. {
  61. "id": -1,
  62. "name": "分类页",
  63. "pathName": "pages/classification/classification",
  64. "scene": null
  65. }
  66. ]
  67. }
  68. }
  69. }