project.config.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": true,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "nodeModules": true,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": true,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "useMultiFrameRuntime": true,
  25. "useApiHook": true,
  26. "useApiHostProcess": true,
  27. "babelSetting": {
  28. "ignore": [],
  29. "disablePlugins": [],
  30. "outputPath": ""
  31. },
  32. "enableEngineNative": false,
  33. "bundle": false,
  34. "useIsolateContext": true,
  35. "useCompilerModule": true,
  36. "userConfirmedUseCompilerModuleSwitch": false,
  37. "userConfirmedBundleSwitch": false,
  38. "packNpmManually": false,
  39. "packNpmRelationList": [],
  40. "minifyWXSS": true
  41. },
  42. "compileType": "miniprogram",
  43. "libVersion": "2.15.0",
  44. "appid": "wxba89a7fc42b6c35a",
  45. "projectname": "weapp_distributor",
  46. "debugOptions": {
  47. "hidedInDevtools": []
  48. },
  49. "isGameTourist": false,
  50. "simulatorType": "wechat",
  51. "simulatorPluginLibVersion": {},
  52. "condition": {
  53. "search": {
  54. "list": []
  55. },
  56. "conversation": {
  57. "list": []
  58. },
  59. "plugin": {
  60. "list": []
  61. },
  62. "game": {
  63. "currentL": -1,
  64. "list": []
  65. },
  66. "gamePlugin": {
  67. "list": []
  68. },
  69. "miniprogram": {
  70. "list": [
  71. {
  72. "id": -1,
  73. "name": "首页",
  74. "pathName": "pages/home/home",
  75. "query": "",
  76. "scene": null
  77. },
  78. {
  79. "id": -1,
  80. "name": "客户列表",
  81. "pathName": "pages/leadslist/leadslist",
  82. "query": "",
  83. "scene": null
  84. },
  85. {
  86. "id": -1,
  87. "name": "客户筛选",
  88. "pathName": "pages/leadslistsearch/leadslistsearch",
  89. "query": "",
  90. "scene": null
  91. },
  92. {
  93. "id": -1,
  94. "name": "客户详情",
  95. "pathName": "pages/leadsdetail/leadsdetail",
  96. "query": "",
  97. "scene": null
  98. },
  99. {
  100. "id": -1,
  101. "name": "订单列表",
  102. "pathName": "pages/orderlist/orderlist",
  103. "query": "",
  104. "scene": null
  105. },
  106. {
  107. "id": -1,
  108. "name": "订单详情",
  109. "pathName": "pages/orderdetail/orderdetail",
  110. "query": "",
  111. "scene": null
  112. },
  113. {
  114. "id": -1,
  115. "name": "订单筛选",
  116. "pathName": "pages/orderfilter/orderfilter",
  117. "query": "",
  118. "scene": null
  119. }
  120. ]
  121. }
  122. }
  123. }