project.private.config.json 849 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "projectname": "%E6%9C%97%E8%AF%BB%E5%B0%8F%E5%92%96%E7%A7%80",
  4. "setting": {
  5. "compileHotReLoad": true,
  6. "urlCheck": false
  7. },
  8. "libVersion": "2.28.1",
  9. "condition": {
  10. "miniprogram": {
  11. "list": [
  12. {
  13. "name": "",
  14. "pathName": "pages/index/index",
  15. "query": "shareUid=123",
  16. "launchMode": "default",
  17. "scene": null
  18. },
  19. {
  20. "name": "",
  21. "pathName": "pages/index/index",
  22. "query": "uid=123",
  23. "launchMode": "default",
  24. "scene": null
  25. }
  26. ]
  27. }
  28. }
  29. }