project.private.config.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "projectname": "%E9%B1%BC%E5%B8%82",
  4. "setting": {
  5. "compileHotReLoad": true
  6. },
  7. "libVersion": "3.6.4",
  8. "condition": {
  9. "miniprogram": {
  10. "list": [
  11. {
  12. "name": "pages/infoEdit/index",
  13. "pathName": "pages/productSub/infoEdit/index",
  14. "query": "",
  15. "launchMode": "default",
  16. "scene": null
  17. },
  18. {
  19. "name": "pages/productManagement/index",
  20. "pathName": "pages/productManagement/index",
  21. "query": "",
  22. "launchMode": "default",
  23. "scene": null
  24. },
  25. {
  26. "name": "pages/storeManagement/index",
  27. "pathName": "pages/storeManagement/index",
  28. "query": "isManager=true",
  29. "launchMode": "default",
  30. "scene": null
  31. },
  32. {
  33. "name": "pages/productManagement/index",
  34. "pathName": "pages/mine/index",
  35. "query": "",
  36. "launchMode": "default",
  37. "scene": null
  38. }
  39. ]
  40. }
  41. }
  42. }