project.private.config.json 589 B

12345678910111213141516171819202122232425262728
  1. {
  2. "projectname": "bluebook",
  3. "setting": {
  4. "compileHotReLoad": true,
  5. "urlCheck": true,
  6. "skylineRenderEnable": true
  7. },
  8. "condition": {
  9. "miniprogram": {
  10. "list": [
  11. {
  12. "name": "pages/contact/index",
  13. "pathName": "pages/contact/index",
  14. "query": "",
  15. "launchMode": "default",
  16. "scene": null
  17. },
  18. {
  19. "name": "pages/dashboard/index",
  20. "pathName": "pages/dashboard/index",
  21. "query": "",
  22. "launchMode": "default",
  23. "scene": null
  24. }
  25. ]
  26. }
  27. }
  28. }