project.config.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. "autoAudits": false,
  16. "showShadowRootInWxmlPanel": true,
  17. "scopeDataCheck": false,
  18. "checkInvalidKey": true,
  19. "checkSiteMap": true,
  20. "uploadWithSourceMap": true,
  21. "babelSetting": {
  22. "ignore": [],
  23. "disablePlugins": [],
  24. "outputPath": ""
  25. }
  26. },
  27. "compileType": "miniprogram",
  28. "libVersion": "2.11.0",
  29. "appid": "wx47bde0e3d49633b4",
  30. "projectname": "imt小程序",
  31. "cloudfunctionTemplateRoot": "",
  32. "watchOptions": {
  33. "ignore": []
  34. },
  35. "debugOptions": {
  36. "hidedInDevtools": []
  37. },
  38. "scripts": {},
  39. "simulatorType": "wechat",
  40. "simulatorPluginLibVersion": {},
  41. "condition": {
  42. "search": {
  43. "current": -1,
  44. "list": []
  45. },
  46. "conversation": {
  47. "current": -1,
  48. "list": []
  49. },
  50. "plugin": {
  51. "current": -1,
  52. "list": []
  53. },
  54. "game": {
  55. "list": []
  56. },
  57. "gamePlugin": {
  58. "current": -1,
  59. "list": []
  60. },
  61. "miniprogram": {
  62. "current": -1,
  63. "list": [
  64. {
  65. "id": -1,
  66. "name": "我的",
  67. "pathName": "pages/My",
  68. "scene": null
  69. },
  70. {
  71. "id": -1,
  72. "name": "产品分类",
  73. "pathName": "pages/Classify",
  74. "scene": null
  75. },
  76. {
  77. "id": -1,
  78. "name": "授权",
  79. "pathName": "pages/Authorized",
  80. "scene": null
  81. },
  82. {
  83. "id": -1,
  84. "name": "收藏",
  85. "pathName": "pages/Collect",
  86. "scene": null
  87. },
  88. {
  89. "id": -1,
  90. "name": "展商总览",
  91. "pathName": "pages/Brand",
  92. "scene": null
  93. },
  94. {
  95. "id": -1,
  96. "name": "筛选",
  97. "pathName": "pages/FilterPage",
  98. "scene": null
  99. }
  100. ]
  101. }
  102. }
  103. }