project.private.config.json 638 B

12345678910111213141516171819202122
  1. {
  2. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "projectname": "e-wechat",
  4. "setting": {
  5. "compileHotReLoad": true,
  6. "urlCheck": false
  7. },
  8. "libVersion": "2.26.2",
  9. "condition": {
  10. "miniprogram": {
  11. "list": [
  12. {
  13. "name": "",
  14. "pathName": "packageA/orderForm/detail",
  15. "query": "id=12",
  16. "launchMode": "default",
  17. "scene": null
  18. }
  19. ]
  20. }
  21. }
  22. }