pages.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/login",
  5. "style": {
  6. "navigationBarTitleText": "登录"
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "任务",
  13. "navigationStyle": "custom",
  14. "enablePullDownRefresh": true
  15. }
  16. },
  17. {
  18. "path": "pages/risk/risk",
  19. "style": {
  20. "navigationBarTitleText": "风险",
  21. "navigationStyle": "custom",
  22. "enablePullDownRefresh": true
  23. }
  24. },
  25. {
  26. "path" : "pages/mine/mine",
  27. "style" :
  28. {
  29. "navigationBarTitleText": "我的",
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. {
  34. "path": "pages/mine/password/password",
  35. "style": {
  36. "navigationBarTitleText": "修改密码"
  37. }
  38. } ,
  39. {
  40. "path": "pages/task/task",
  41. "style": {
  42. "navigationBarTitleText": "预警处置"
  43. }
  44. },
  45. {
  46. "path": "pages/task/form/form",
  47. "style": {
  48. "navigationBarTitleText": "处置"
  49. }
  50. }
  51. ,{
  52. "path" : "pages/risk/review/review",
  53. "style" :
  54. {
  55. "navigationBarTitleText": "待评审",
  56. "enablePullDownRefresh": false
  57. }
  58. }
  59. ,{
  60. "path" : "pages/risk/review/form/form",
  61. "style" :
  62. {
  63. "navigationBarTitleText": "评审",
  64. "enablePullDownRefresh": false
  65. }
  66. }
  67. ,{
  68. "path" : "pages/risk/check/check",
  69. "style" :
  70. {
  71. "navigationBarTitleText": "待验收",
  72. "enablePullDownRefresh": false
  73. }
  74. }
  75. ,{
  76. "path" : "pages/risk/check/form/form",
  77. "style" :
  78. {
  79. "navigationBarTitleText": "验收",
  80. "enablePullDownRefresh": false
  81. }
  82. }
  83. ,{
  84. "path" : "pages/risk/rectify/rectify",
  85. "style" :
  86. {
  87. "navigationBarTitleText": "待整改",
  88. "enablePullDownRefresh": false
  89. }
  90. }
  91. ,{
  92. "path" : "pages/risk/rectify/form/form",
  93. "style" :
  94. {
  95. "navigationBarTitleText": "整改",
  96. "enablePullDownRefresh": false
  97. }
  98. }
  99. ,{
  100. "path" : "pages/risk/repeal/repeal",
  101. "style" :
  102. {
  103. "navigationBarTitleText": "已撤销",
  104. "enablePullDownRefresh": false
  105. }
  106. }
  107. ,{
  108. "path" : "pages/task/taskList/taskList",
  109. "style" :
  110. {
  111. "navigationBarTitleText": "检查任务",
  112. "enablePullDownRefresh": false
  113. }
  114. }
  115. ,{
  116. "path" : "pages/task/submit/submit",
  117. "style" :
  118. {
  119. "navigationBarTitleText": "登记预警",
  120. "enablePullDownRefresh": false
  121. }
  122. }
  123. ,{
  124. "path" : "pages/risk/histroy/histroy",
  125. "style" :
  126. {
  127. "navigationBarTitleText": "预警详情",
  128. "enablePullDownRefresh": false
  129. }
  130. }
  131. ],
  132. "tabBar": {
  133. "color": "#999999",
  134. "selectedColor": "#3384ff",
  135. "borderStyle": "white",
  136. "backgroundColor": "#ffffff",
  137. "height": "50px",
  138. "fontSize": "10px",
  139. "iconWidth": "24px",
  140. "spacing": "3px",
  141. "list": [{
  142. "pagePath": "pages/index/index",
  143. "iconPath": "static/tabBar/Home.png",
  144. "selectedIconPath": "static/tabBar/HomeEd.png",
  145. "text": "任务"
  146. }, {
  147. "pagePath": "pages/risk/risk",
  148. "iconPath": "static/tabBar/risk.png",
  149. "selectedIconPath": "static/tabBar/riskEd.png",
  150. "text": "预警"
  151. }, {
  152. "pagePath": "pages/mine/mine",
  153. "iconPath": "static/tabBar/mine.png",
  154. "selectedIconPath": "static/tabBar/mineEd.png",
  155. "text": "我的"
  156. }]
  157. },
  158. "globalStyle": {
  159. "navigationBarTextStyle": "black",
  160. "navigationBarTitleText": "uni-app",
  161. "navigationBarBackgroundColor": "#F3F5FB",
  162. "backgroundColor": "#F8F8F8",
  163. "app-plus": {
  164. "background": "#efeff4"
  165. }
  166. }
  167. }