app.json 986B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "pages": [
  3. "pages/switchSystem",
  4. "pages/login",
  5. "pages/register",
  6. "pages/work/index",
  7. "pages/handlecase/index",
  8. "pages/handlecase/component/uploadEvidence",
  9. "pages/handlecase/component/evidenceList",
  10. "pages/handlecase/component/obligations",
  11. "pages/expressDelivery/index",
  12. "pages/expressDelivery/component/expressDelivery",
  13. "pages/signature/index",
  14. "pages/signature/component/expressDelivery",
  15. "mp_ecard_sdk/index/index",
  16. "mp_ecard_sdk/protocol/eid/eid",
  17. "mp_ecard_sdk/protocol/privacy/privacy",
  18. "mp_ecard_sdk/protocol/service/service",
  19. "mp_ecard_sdk/protocol/userAccredit/userAccredit",
  20. "pages/im/index",
  21. "pages/realName",
  22. "pages/personalInfoCollection",
  23. "pages/im/component/imHome"
  24. ],
  25. "subPackages": [],
  26. "window": {
  27. "navigationBarTextStyle": "black",
  28. "navigationBarTitleText": "RuoYi",
  29. "navigationBarBackgroundColor": "#FFFFFF"
  30. },
  31. "permission": {},
  32. "usingComponents": {}
  33. }