project.private.config.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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": false,
  6. "urlCheck": false
  7. },
  8. "libVersion": "3.6.4",
  9. "condition": {
  10. "miniprogram": {
  11. "list": [
  12. {
  13. "name": "pages/memberSub/productManagement/index",
  14. "pathName": "pages/memberSub/productManagement/index",
  15. "query": "",
  16. "launchMode": "default",
  17. "scene": null
  18. },
  19. {
  20. "name": "pages/infoEdit/index",
  21. "pathName": "pages/indexSub/productDetail/index",
  22. "query": "id=100",
  23. "launchMode": "default",
  24. "scene": null
  25. },
  26. {
  27. "name": "pages/productManagement/index",
  28. "pathName": "pages/productManagement/index",
  29. "query": "",
  30. "launchMode": "default",
  31. "scene": null
  32. },
  33. {
  34. "name": "pages/storeManagement/index",
  35. "pathName": "pages/storeManagement/index",
  36. "query": "isManager=true",
  37. "launchMode": "default",
  38. "scene": null
  39. },
  40. {
  41. "name": "pages/productManagement/index",
  42. "pathName": "pages/mine/index",
  43. "query": "",
  44. "launchMode": "default",
  45. "scene": null
  46. }
  47. ]
  48. }
  49. }
  50. }