project.private.config.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. "name": "",
  21. "pathName": "pages/maritime/maritime",
  22. "query": "",
  23. "launchMode": "default",
  24. "scene": null
  25. }
  26. ]
  27. }
  28. },
  29. "setting": {
  30. "urlCheck": false,
  31. "preloadBackgroundData": false,
  32. "coverView": true,
  33. "autoAudits": false,
  34. "showShadowRootInWxmlPanel": true,
  35. "checkInvalidKey": true,
  36. "compileHotReLoad": true,
  37. "lazyloadPlaceholderEnable": false,
  38. "showES6CompileOption": false,
  39. "useStaticServer": true
  40. },
  41. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  42. "projectname": "%E8%88%B9%E4%B8%9C%E5%B0%8F%E7%A8%8B%E5%BA%8F",
  43. "libVersion": "2.25.1"
  44. }