project.private.config.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "setting": {
  4. "compileHotReLoad": false,
  5. "urlCheck": true,
  6. "preloadBackgroundData": false
  7. },
  8. "game": {
  9. "list": []
  10. },
  11. "gamePlugin": {
  12. "list": []
  13. },
  14. "miniprogram": {
  15. "list": []
  16. },
  17. "libVersion": "2.27.3",
  18. "projectname": "nova-wapp",
  19. "condition": {
  20. "plugin": {
  21. "list": []
  22. },
  23. "game": {
  24. "list": []
  25. },
  26. "gamePlugin": {
  27. "list": []
  28. },
  29. "miniprogram": {
  30. "list": [
  31. {
  32. "name": "民宿详细",
  33. "pathName": "nova-tourism/pages/homestay/homestay-detail/index",
  34. "query": "",
  35. "scene": null
  36. }
  37. ]
  38. }
  39. }
  40. }