微信小程序
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 751 B

3 years ago
3 years ago
3 years ago
1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "setting": {},
  3. "condition": {
  4. "plugin": {
  5. "list": []
  6. },
  7. "game": {
  8. "list": []
  9. },
  10. "gamePlugin": {
  11. "list": []
  12. },
  13. "miniprogram": {
  14. "list": [
  15. {
  16. "name": "pages/show/show",
  17. "pathName": "pages/index/index",
  18. "query": "",
  19. "scene": null
  20. },
  21. {
  22. "name": "待办事项",
  23. "pathName": "pages/handle/liist",
  24. "query": "",
  25. "launchMode": "default",
  26. "scene": null
  27. },
  28. {
  29. "name": "支出审核",
  30. "pathName": "pages/handle/expenditureAudit/expenditureAudit",
  31. "query": "",
  32. "scene": null,
  33. "launchMode": "default"
  34. }
  35. ]
  36. }
  37. }
  38. }