pages.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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/home/documentViewer/index",
  19. "style": {
  20. "navigationBarTitleText": "文档预览",
  21. "navigationBarBackgroundColor": "#1ec9c9",
  22. "navigationBarTextStyle": "white",
  23. "enablePullDownRefresh": false
  24. }
  25. },
  26. {
  27. "path": "pages/scan/index",
  28. "style": {
  29. "navigationStyle": "custom",
  30. "enablePullDownRefresh": false
  31. }
  32. },
  33. {
  34. "path": "pages/scan/preview/index",
  35. "style": {
  36. "navigationStyle": "custom",
  37. "enablePullDownRefresh": false
  38. }
  39. },
  40. {
  41. "path": "pages/scan/pdfViewer/index",
  42. "style": {
  43. "navigationStyle": "custom",
  44. "enablePullDownRefresh": false
  45. }
  46. },
  47. {
  48. "path": "pages/my/index",
  49. "style": {
  50. "navigationStyle": "custom",
  51. "enablePullDownRefresh": false
  52. }
  53. },
  54. {
  55. "path": "pages/my/aggreement/index",
  56. "style": {
  57. "navigationStyle": "custom",
  58. "enablePullDownRefresh": false
  59. }
  60. },
  61. {
  62. "path": "pages/my/aggreement/detail",
  63. "style": {
  64. "navigationStyle": "custom",
  65. "enablePullDownRefresh": false
  66. }
  67. },
  68. {
  69. "path": "pages/my/info/index",
  70. "style": {
  71. "navigationStyle": "custom",
  72. "enablePullDownRefresh": false
  73. }
  74. },
  75. {
  76. "path": "pages/my/taskDocuments/index",
  77. "style": {
  78. "navigationStyle": "custom",
  79. "enablePullDownRefresh": false
  80. }
  81. }
  82. ],
  83. "globalStyle": {
  84. "navigationStyle": "custom",
  85. "backgroundColor": "#F8F8F8"
  86. },
  87. "uniIdRouter": {}
  88. }