pages.json 4.7 KB

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