pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/Home/Home",
  8. "style": {
  9. // "navigationStyle": "custom",
  10. "navigationBarTitleText": "海曙公路畅行",
  11. "enablePullDownRefresh": false,
  12. "navigationBarTextStyle": "white",
  13. "backgroundColor": "#0094ff",
  14. "navigationBarBackgroundColor": "#0094ff"
  15. }
  16. }, {
  17. "path": "pages/incidentReport/incidentReport",
  18. "style": {
  19. "navigationStyle": "custom",
  20. "navigationBarTitleText": "巡查事件上报",
  21. "enablePullDownRefresh": false
  22. // "app-plus": {
  23. // "titleNView": {
  24. // "buttons": [{
  25. // "text": "〈<",
  26. // "type": "none",
  27. // "color": "#000",
  28. // "background": "#000000",
  29. // "fontSize": "18px",
  30. // "float": "left"
  31. // }]
  32. // }
  33. // }
  34. }
  35. }, {
  36. "path": "pages/incidentDispose/incidentDispose",
  37. "style": {
  38. "navigationStyle": "custom",
  39. "navigationBarTitleText": "养护事件处理",
  40. "enablePullDownRefresh": false
  41. }
  42. }, {
  43. "path": "pages/earlyWarning/earlyWarning",
  44. "style": {
  45. "navigationStyle": "custom",
  46. "navigationBarTitleText": "应急联动预警",
  47. "enablePullDownRefresh": false
  48. }
  49. }, {
  50. "path": "pages/incidentReport/report/report",
  51. "style": {
  52. "navigationBarTitleText": "事件上报",
  53. "enablePullDownRefresh": false
  54. }
  55. }, {
  56. "path": "pages/incidentReport/scanQRCodes",
  57. "style": {
  58. "navigationBarTitleText": "巡查扫码打卡",
  59. "enablePullDownRefresh": false
  60. }
  61. }, {
  62. "path": "pages/incidentDispose/constructionFront",
  63. "style": {
  64. "navigationBarTitleText": "养护事件处理",
  65. "enablePullDownRefresh": false
  66. }
  67. }, {
  68. "path": "pages/incidentDispose/constructionQueen",
  69. "style": {
  70. "navigationBarTitleText": "养护事件处理",
  71. "enablePullDownRefresh": false
  72. }
  73. }, {
  74. "path": "pages/earlyWarning/earlyReport",
  75. "style": {
  76. "navigationBarTitleText": "应急联动预警",
  77. "enablePullDownRefresh": false
  78. }
  79. }, {
  80. "path": "pages/Home/home1",
  81. "style": {
  82. // "navigationStyle": "custom",
  83. "navigationBarTitleText": "海曙公路畅行",
  84. "enablePullDownRefresh": false,
  85. "navigationBarTextStyle": "white",
  86. "backgroundColor": "#0094ff",
  87. "navigationBarBackgroundColor": "#0094ff"
  88. }
  89. }, {
  90. "path": "pages/saoyisao/saoyisao",
  91. "style": {
  92. "navigationBarTitleText": "扫一扫",
  93. "enablePullDownRefresh": false
  94. }
  95. }, {
  96. "path": "pages/saoyisao/way",
  97. "style": {
  98. "navigationBarTitleText": "路长制",
  99. "enablePullDownRefresh": false
  100. }
  101. }, {
  102. "path": "pages/dangerousOmen/dangerousOmen",
  103. "style": {
  104. "navigationBarTitleText": "险情上报",
  105. "enablePullDownRefresh": false
  106. }
  107. }, {
  108. "path": "pages/feedback/feedback",
  109. "style": {
  110. "navigationBarTitleText": "职能部门反馈情况",
  111. "enablePullDownRefresh": false
  112. }
  113. }, {
  114. "path": "pages/hint/hint",
  115. "style": {
  116. "navigationBarTitleText": "出行预警提示",
  117. "enablePullDownRefresh": false
  118. }
  119. }, {
  120. "path": "pages/hint/hintParticulars",
  121. "style": {
  122. "navigationBarTitleText": "出行预警提示",
  123. "enablePullDownRefresh": false
  124. }
  125. }, {
  126. "path": "pages/incidentDispose/already",
  127. "style": {
  128. "navigationBarTitleText": "养护事件处理",
  129. "enablePullDownRefresh": false
  130. }
  131. }
  132. ],
  133. "globalStyle": {
  134. "navigationBarTextStyle": "black",
  135. "navigationBarTitleText": "uni-app",
  136. "navigationBarBackgroundColor": "#fff",
  137. "backgroundColor": "#fff"
  138. },
  139. "uniIdRouter": {}
  140. // 配置tabbar导航栏
  141. // "tabBar": {
  142. // "borderStyle": "black",
  143. // "selectedColor": "#0094FF",
  144. // "height": "65px",
  145. // "color": "#444444",
  146. // "list": [{
  147. // "pagePath": "pages/incidentReport/incidentReport",
  148. // "iconPath": "static/images/shangbao.png",
  149. // "selectedIconPath": "static/images/shangbao1.png",
  150. // "text": "巡查事件上报"
  151. // }, {
  152. // "pagePath": "pages/incidentDispose/incidentDispose",
  153. // "iconPath": "static/images/chuli.png",
  154. // "selectedIconPath": "static/images/chuli1.png",
  155. // "text": "养护事件处理"
  156. // }, {
  157. // "pagePath": "pages/earlyWarning/earlyWarning",
  158. // "iconPath": "static/images/yvjing.png",
  159. // "selectedIconPath": "static/images/yvjing1.png",
  160. // "text": "应急联动预警"
  161. // }]
  162. // }
  163. }