project.private.config.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "condition": {
  3. "miniprogram": {
  4. "list": [
  5. {
  6. "name": "",
  7. "pathName": "pages/index/index",
  8. "query": "",
  9. "launchMode": "default",
  10. "scene": null
  11. },
  12. {
  13. "name": "",
  14. "pathName": "pages/maritime/maritime",
  15. "query": "",
  16. "launchMode": "default",
  17. "scene": null
  18. }
  19. ]
  20. }
  21. },
  22. "setting": {
  23. "urlCheck": true,
  24. "preloadBackgroundData": false,
  25. "coverView": true,
  26. "autoAudits": false,
  27. "showShadowRootInWxmlPanel": true,
  28. "checkInvalidKey": true,
  29. "compileHotReLoad": true,
  30. "lazyloadPlaceholderEnable": false,
  31. "showES6CompileOption": false,
  32. "useStaticServer": true
  33. },
  34. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  35. "projectname": "%E8%88%B9%E4%B8%9C%E5%B0%8F%E7%A8%8B%E5%BA%8F",
  36. "libVersion": "2.25.1"
  37. }