project.private.config.json 734 B

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