project.private.config.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "condition": {
  3. "miniprogram": {
  4. "list": [
  5. {
  6. "name": "pages/home/index/activityDetail/activityDetail",
  7. "pathName": "pages/home/index/activityDetail/activityDetail",
  8. "query": "id=96",
  9. "scene": null,
  10. "launchMode": "default"
  11. },
  12. {
  13. "name": "pages/my/myCollection/myCollection",
  14. "pathName": "pages/my/myCollection/myCollection",
  15. "query": "",
  16. "launchMode": "default",
  17. "scene": null
  18. },
  19. {
  20. "name": "pages/my/myCustomer/myCustomer",
  21. "pathName": "pages/my/myCustomer/myCustomer",
  22. "query": "",
  23. "launchMode": "default",
  24. "scene": null
  25. },
  26. {
  27. "name": "pages/checkin/index",
  28. "pathName": "pages/checkin/index",
  29. "query": "",
  30. "launchMode": "default",
  31. "scene": null
  32. }
  33. ]
  34. }
  35. },
  36. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  37. "setting": {
  38. "urlCheck": false,
  39. "compileHotReLoad": true,
  40. "coverView": true,
  41. "lazyloadPlaceholderEnable": false,
  42. "skylineRenderEnable": false,
  43. "preloadBackgroundData": false,
  44. "autoAudits": false,
  45. "useApiHook": true,
  46. "useApiHostProcess": true,
  47. "showShadowRootInWxmlPanel": true,
  48. "useStaticServer": true,
  49. "useLanDebug": false,
  50. "showES6CompileOption": false,
  51. "checkInvalidKey": true,
  52. "ignoreDevUnusedFiles": true,
  53. "bigPackageSizeSupport": false,
  54. "useIsolateContext": true
  55. },
  56. "projectname": "qingmeng",
  57. "libVersion": "2.33.0"
  58. }