project.private.config.json 937 B

123456789101112131415161718192021222324252627282930313233
  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": true
  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. "name": "报告详情",
  25. "pathName": "pages/reportDetail/reportDetail",
  26. "query": "reportId=1",
  27. "launchMode": "default",
  28. "scene": null
  29. }
  30. ]
  31. }
  32. }
  33. }