project.private.config.json 977 B

12345678910111213141516171819202122232425262728
  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. },
  7. "condition": {
  8. "miniprogram": {
  9. "list": [
  10. {
  11. "name": "nova-tourism/pages/homestay/homestay-detail/index",
  12. "pathName": "nova-tourism/pages/homestay/homestay-detail/index",
  13. "query": "store_id=6XHZx7FkON&start=2025-04-18&end=2025-04-19",
  14. "launchMode": "default",
  15. "scene": null
  16. },
  17. {
  18. "name": "nova-tourism/pages/my/sharing/index",
  19. "pathName": "nova-tourism/pages/my/sharing/index",
  20. "query": "path=yswx&uid=lfBs1y1d3y",
  21. "launchMode": "default",
  22. "scene": null
  23. }
  24. ]
  25. }
  26. },
  27. "projectname": "nova-wapp"
  28. }