project.private.config.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. <<<<<<< HEAD
  4. "projectname": "delivery-rider",
  5. "setting": {
  6. "compileHotReLoad": true
  7. },
  8. "libVersion": "2.19.6",
  9. "condition": {
  10. "miniprogram": {
  11. "list": [
  12. {
  13. "name": "",
  14. "pathName": "pages/index/index",
  15. "query": "",
  16. "launchMode": "default",
  17. "scene": null,
  18. "partialCompile": {
  19. "enabled": false,
  20. "pages": [
  21. "pages/billing_Statistics/index"
  22. ]
  23. }
  24. },
  25. {
  26. "name": "账单统计",
  27. "pathName": "pages/billing_Statistics/index",
  28. "query": "",
  29. "launchMode": "default",
  30. "scene": null,
  31. "partialCompile": {
  32. "enabled": false,
  33. "pages": [
  34. "pages/billing_Statistics/index"
  35. ]
  36. }
  37. },
  38. {
  39. "name": "店铺管理",
  40. "pathName": "pages/store_Management/index",
  41. "query": "",
  42. "launchMode": "default",
  43. "scene": null,
  44. "partialCompile": {
  45. "enabled": false,
  46. "pages": [
  47. "pages/store_Management/index"
  48. ]
  49. }
  50. }
  51. ]
  52. }
  53. }
  54. =======
  55. "projectname": "miniprogram",
  56. "setting": {
  57. "compileHotReLoad": true
  58. },
  59. "libVersion": "2.19.6"
  60. >>>>>>> 2e65b556490cfe24940c679f526c85a7b019b6c7
  61. }