pages.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/login",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "enablePullDownRefresh": false
  8. }
  9. },
  10. {
  11. "path": "pages/home/index",
  12. "style": {
  13. "navigationStyle": "custom",
  14. "enablePullDownRefresh": false
  15. }
  16. },
  17. {
  18. "path": "pages/scan/index",
  19. "style": {
  20. "navigationStyle": "custom",
  21. "enablePullDownRefresh": false
  22. }
  23. },
  24. {
  25. "path": "pages/my/index",
  26. "style": {
  27. "navigationStyle": "custom",
  28. "enablePullDownRefresh": false
  29. }
  30. },
  31. {
  32. "path": "pages/my/aggreement/index",
  33. "style": {
  34. "navigationStyle": "custom",
  35. "enablePullDownRefresh": false
  36. }
  37. },
  38. {
  39. "path": "pages/my/aggreement/detail",
  40. "style": {
  41. "navigationStyle": "custom",
  42. "enablePullDownRefresh": false
  43. }
  44. },
  45. {
  46. "path": "pages/my/info/index",
  47. "style": {
  48. "navigationStyle": "custom",
  49. "enablePullDownRefresh": false
  50. }
  51. }
  52. ],
  53. "globalStyle": {
  54. "navigationStyle": "custom",
  55. "backgroundColor": "#F8F8F8"
  56. },
  57. "uniIdRouter": {}
  58. }