project.private.config.json 661 B

1234567891011121314151617181920212223
  1. {
  2. "projectname": "weixin",
  3. "setting": {
  4. "compileHotReLoad": true,
  5. "bigPackageSizeSupport": true,
  6. "urlCheck": true
  7. },
  8. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  9. "libVersion": "2.19.6",
  10. "condition": {
  11. "miniprogram": {
  12. "list": [
  13. {
  14. "name": "",
  15. "pathName": "pages/control/control",
  16. "query": "",
  17. "launchMode": "default",
  18. "scene": null
  19. }
  20. ]
  21. }
  22. }
  23. }