pages.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "任务",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/risk/risk",
  12. "style": {
  13. "navigationBarTitleText": "风险",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path" : "pages/mine/mine",
  19. "style" :
  20. {
  21. "navigationBarTitleText": "我的",
  22. "navigationStyle": "custom"
  23. }
  24. },
  25. {
  26. "path": "pages/login/login",
  27. "style": {
  28. "navigationBarTitleText": "登录"
  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. "tabBar": {
  107. "color": "#999999",
  108. "selectedColor": "#3384ff",
  109. "borderStyle": "white",
  110. "backgroundColor": "#ffffff",
  111. "height": "50px",
  112. "fontSize": "10px",
  113. "iconWidth": "24px",
  114. "spacing": "3px",
  115. "list": [{
  116. "pagePath": "pages/index/index",
  117. "iconPath": "static/tabBar/Home.png",
  118. "selectedIconPath": "static/tabBar/HomeEd.png",
  119. "text": "任务"
  120. }, {
  121. "pagePath": "pages/risk/risk",
  122. "iconPath": "static/tabBar/risk.png",
  123. "selectedIconPath": "static/tabBar/riskEd.png",
  124. "text": "风险"
  125. }, {
  126. "pagePath": "pages/mine/mine",
  127. "iconPath": "static/tabBar/mine.png",
  128. "selectedIconPath": "static/tabBar/mineEd.png",
  129. "text": "我的"
  130. }]
  131. },
  132. "globalStyle": {
  133. "navigationBarTextStyle": "black",
  134. "navigationBarTitleText": "uni-app",
  135. "navigationBarBackgroundColor": "#F3F5FB",
  136. "backgroundColor": "#F8F8F8",
  137. "app-plus": {
  138. "background": "#efeff4"
  139. }
  140. }
  141. }