project.config.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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": "wx03450d55dcb37448",
  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/Chat",
  68. "scene": null
  69. },
  70. {
  71. "id": -1,
  72. "name": "搜索",
  73. "pathName": "pagesHome/Search",
  74. "scene": null
  75. },
  76. {
  77. "id": -1,
  78. "name": "对比",
  79. "pathName": "pagesProduct/Contrast",
  80. "scene": null
  81. },
  82. {
  83. "id": -1,
  84. "name": "筛选产品",
  85. "pathName": "pagesProduct/FilterProduct",
  86. "query": "vendorId=262&categoryIds=38&vendorName=GF加工方案",
  87. "scene": null
  88. },
  89. {
  90. "id": -1,
  91. "name": "服务管家",
  92. "pathName": "pagesChat/ChatDetail",
  93. "query": "toUserId=1&type=admin",
  94. "scene": null
  95. },
  96. {
  97. "id": -1,
  98. "name": "会员详情",
  99. "pathName": "pagesVendor/Detail",
  100. "query": "id=1421",
  101. "scene": null
  102. },
  103. {
  104. "id": -1,
  105. "name": "商品",
  106. "pathName": "pagesProduct/Detail",
  107. "query": "id=14857",
  108. "scene": null
  109. },
  110. {
  111. "id": -1,
  112. "name": "清单",
  113. "pathName": "pagesMine/Order",
  114. "query": "",
  115. "scene": null
  116. },
  117. {
  118. "id": -1,
  119. "name": "清单",
  120. "pathName": "pagesMine/OrderDetail",
  121. "query": "id=32117",
  122. "scene": null
  123. },
  124. {
  125. "id": -1,
  126. "name": "新闻资讯",
  127. "pathName": "pagesNews/News",
  128. "query": "type=INDUSTRY_NEWS",
  129. "scene": null
  130. }
  131. ]
  132. }
  133. }
  134. }