project.private.config.json 765 B

123456789101112131415161718192021222324252627
  1. {
  2. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "projectname": "delivery-rider",
  4. "setting": {
  5. "compileHotReLoad": true
  6. },
  7. "libVersion": "2.19.6",
  8. "condition": {
  9. "miniprogram": {
  10. "list": [
  11. {
  12. "name": "",
  13. "pathName": "pages/index/index",
  14. "query": "",
  15. "launchMode": "default",
  16. "scene": null,
  17. "partialCompile": {
  18. "enabled": false,
  19. "pages": [
  20. "pages/billing_Statistics/index"
  21. ]
  22. }
  23. }
  24. ]
  25. }
  26. }
  27. }