app.json 927B

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