pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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/scan/fileSelect/index",
  49. "style": {
  50. "navigationStyle": "custom",
  51. "enablePullDownRefresh": false
  52. }
  53. },
  54. {
  55. "path": "pages/scan/projectSelect/index",
  56. "style": {
  57. "navigationStyle": "custom",
  58. "enablePullDownRefresh": false
  59. }
  60. },
  61. {
  62. "path": "pages/scan/upload/index",
  63. "style": {
  64. "navigationStyle": "custom",
  65. "enablePullDownRefresh": false
  66. }
  67. },
  68. {
  69. "path": "pages/scan/uploadEdit/index",
  70. "style": {
  71. "navigationStyle": "custom",
  72. "enablePullDownRefresh": false
  73. }
  74. },
  75. {
  76. "path": "pages/my/index",
  77. "style": {
  78. "navigationStyle": "custom",
  79. "enablePullDownRefresh": false
  80. }
  81. },
  82. {
  83. "path": "pages/my/aggreement/index",
  84. "style": {
  85. "navigationStyle": "custom",
  86. "enablePullDownRefresh": false
  87. }
  88. },
  89. {
  90. "path": "pages/my/aggreement/detail",
  91. "style": {
  92. "navigationStyle": "custom",
  93. "enablePullDownRefresh": false
  94. }
  95. },
  96. {
  97. "path": "pages/my/info/index",
  98. "style": {
  99. "navigationStyle": "custom",
  100. "enablePullDownRefresh": false
  101. }
  102. },
  103. {
  104. "path": "pages/my/taskDocuments/index",
  105. "style": {
  106. "navigationStyle": "custom",
  107. "enablePullDownRefresh": false
  108. }
  109. }
  110. ],
  111. "globalStyle": {
  112. "navigationStyle": "custom",
  113. "backgroundColor": "#F8F8F8"
  114. },
  115. "uniIdRouter": {}
  116. }