project.private.config.json 454 B

12345678910111213141516171819202122
  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/agent/index",
  13. "pathName": "pages/agent/index",
  14. "query": "agentId=p_2e73c9d7efaYfDo2-agent_1016",
  15. "scene": null,
  16. "launchMode": "default"
  17. }
  18. ]
  19. }
  20. },
  21. "libVersion": "3.9.0"
  22. }