project.private.config.json 1.9 KB

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