project.private.config.json 898 B

1234567891011121314151617181920212223242526272829
  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": "3.7.1",
  9. "condition": {
  10. "miniprogram": {
  11. "list": [
  12. {
  13. "name": "Eservice/installConfirmBill/index",
  14. "pathName": "Eservice/installConfirmBill/index",
  15. "query": "id=691",
  16. "scene": null,
  17. "launchMode": "default"
  18. },
  19. {
  20. "name": "Eservice/trainConfirmBill/index",
  21. "pathName": "Eservice/trainConfirmBill/index",
  22. "query": "id=690",
  23. "launchMode": "default",
  24. "scene": null
  25. }
  26. ]
  27. }
  28. }
  29. }