微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.private.config.json 1.0 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "setting": {},
  3. "condition": {
  4. "miniprogram": {
  5. "list": [
  6. {
  7. "name": "pages/show/show",
  8. "pathName": "pages/index/index",
  9. "query": "",
  10. "scene": null
  11. },
  12. {
  13. "name": "待办事项",
  14. "pathName": "pages/handle/liist",
  15. "query": "",
  16. "launchMode": "default",
  17. "scene": null
  18. },
  19. {
  20. "name": "支出审核",
  21. "pathName": "pages/handle/expenditureAudit/expenditureAudit",
  22. "query": "",
  23. "launchMode": "default",
  24. "scene": null
  25. },
  26. {
  27. "name": "支出申请",
  28. "pathName": "pages/apply/index",
  29. "query": "",
  30. "launchMode": "default",
  31. "scene": null
  32. }
  33. ]
  34. }
  35. },
  36. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
  37. }