project.private.config.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. "name": "账单统计",
  26. "pathName": "pages/billing_Statistics/index",
  27. "query": "",
  28. "launchMode": "default",
  29. "scene": null,
  30. "partialCompile": {
  31. "enabled": false,
  32. "pages": [
  33. "pages/billing_Statistics/index"
  34. ]
  35. }
  36. },
  37. {
  38. "name": "店铺管理",
  39. "pathName": "pages/store_Management/index",
  40. "query": "",
  41. "launchMode": "default",
  42. "scene": null,
  43. "partialCompile": {
  44. "enabled": false,
  45. "pages": [
  46. "pages/store_Management/index"
  47. ]
  48. }
  49. }
  50. ]
  51. }
  52. }
  53. }