pages.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/login/login",
  5. "style": {
  6. "navigationBarTitleText": "登录"
  7. }
  8. },
  9. {
  10. "path": "pages/alarmingList/alarmingList"
  11. },
  12. {
  13. "path": "pages/index/index",
  14. "style": {
  15. "navigationBarTitleText": "首页"
  16. }
  17. },
  18. {
  19. "path": "pages/siteList/siteList",
  20. "style": {
  21. "navigationBarTitleText": "站点列表"
  22. }
  23. },
  24. {
  25. "path": "pages/processList/processList",
  26. "style": {
  27. }
  28. },
  29. {
  30. "path": "pages/unprocessDetail/unprocessDetail",
  31. "style": {
  32. "navigationBarTitleText": "未处理详情页"
  33. }
  34. },
  35. {
  36. "path": "pages/processedDetail/processedDetail",
  37. "style": {
  38. "navigationBarTitleText": "处理详情页"
  39. }
  40. },
  41. {
  42. "path": "pages/deviceType/deviceType",
  43. "style": {
  44. "navigationBarTitleText": "设备类型"
  45. }
  46. },
  47. {
  48. "path": "pages/deviceManage/deviceManage",
  49. "style": {
  50. "navigationBarTitleText": "设备管理"
  51. }
  52. },
  53. {
  54. "path": "pages/info/info",
  55. "style": {
  56. "navigationBarTitleText": "消息"
  57. }
  58. },
  59. {
  60. "path": "pages/analyse/analyse",
  61. "style": {
  62. "navigationBarTitleText": "分析"
  63. }
  64. },
  65. {
  66. "path": "pages/setting/setting",
  67. "style": {
  68. "navigationBarTitleText": "设置"
  69. }
  70. }
  71. ,{
  72. "path" : "pages/index/components/chart/chart",
  73. "style" :
  74. {
  75. "navigationBarTitleText": "",
  76. "enablePullDownRefresh": false
  77. }
  78. }
  79. ,{
  80. "path" : "pages/index/components/chart2/chart2",
  81. "style" :
  82. {
  83. "navigationBarTitleText": "",
  84. "enablePullDownRefresh": false
  85. }
  86. }
  87. ,{
  88. "path" : "pages/index/components/chart3/chart3",
  89. "style" :
  90. {
  91. "navigationBarTitleText": "",
  92. "enablePullDownRefresh": false
  93. }
  94. }
  95. ,{
  96. "path" : "pages/siteList/siteList",
  97. "style" :
  98. {
  99. "navigationBarTitleText": "站点列表",
  100. "enablePullDownRefresh": false
  101. }
  102. }
  103. ,{
  104. "path" : "pages/alarmingList/alarmingList",
  105. "style" :
  106. {
  107. "navigationBarTitleText": "综合报警",
  108. "enablePullDownRefresh": false
  109. }
  110. }
  111. ,{
  112. "path" : "pages/processList/processList",
  113. "style" :
  114. {
  115. "navigationBarTitleText": "处理列表",
  116. "enablePullDownRefresh": false
  117. }
  118. }
  119. ,{
  120. "path" : "components/square/square",
  121. "style" :
  122. {
  123. "navigationBarTitleText": "",
  124. "enablePullDownRefresh": false
  125. }
  126. }
  127. ,{
  128. "path" : "pages/unprocessDetail/unprocessDetail",
  129. "style" :
  130. {
  131. "navigationBarTitleText": "未处理",
  132. "enablePullDownRefresh": false
  133. }
  134. }
  135. ,{
  136. "path" : "pages/unprocessDetail/unprocessDetail",
  137. "style" :
  138. {
  139. "navigationBarTitleText": "未处理",
  140. "enablePullDownRefresh": false
  141. }
  142. }
  143. ,{
  144. "path" : "pages/processedDetail/processedDetail",
  145. "style" :
  146. {
  147. "navigationBarTitleText": "已处理",
  148. "enablePullDownRefresh": false
  149. }
  150. }
  151. ,{
  152. "path" : "pages/deviceType/deviceType",
  153. "style" :
  154. {
  155. "navigationBarTitleText": "设备类型",
  156. "enablePullDownRefresh": false
  157. }
  158. }
  159. ,{
  160. "path" : "pages/deviceManage/deviceManage",
  161. "style" :
  162. {
  163. "navigationBarTitleText": "设备管理",
  164. "enablePullDownRefresh": false
  165. }
  166. }
  167. ,{
  168. "path" : "pages/unprocessDetail/opeDataDetail/opeDataDetail",
  169. "style" :
  170. {
  171. "navigationBarTitleText": "运行数据",
  172. "enablePullDownRefresh": false
  173. }
  174. },
  175. {
  176. "path" : "pages/unprocessDetail/videoDetail/videoDetail",
  177. "style" :
  178. {
  179. "navigationBarTitleText": "视频监测",
  180. "enablePullDownRefresh": false
  181. }
  182. }
  183. ,{
  184. "path" : "pages/deviceManage/deviceDetail/deviceDetail",
  185. "style" :
  186. {
  187. "navigationBarTitleText": "监控画面",
  188. "enablePullDownRefresh": false
  189. }
  190. }
  191. ,{
  192. "path" : "pages/siteManage/siteManage",
  193. "style" :
  194. {
  195. "navigationBarTitleText": "站点管理",
  196. "enablePullDownRefresh": false
  197. }
  198. }
  199. ,{
  200. "path" : "pages/videoList/videoList",
  201. "style" :
  202. {
  203. "navigationBarTitleText": "视频检测",
  204. "enablePullDownRefresh": false
  205. }
  206. }
  207. ,{
  208. "path" : "pages/videoDetail/videoDetail",
  209. "style" :
  210. {
  211. "navigationBarTitleText": "实时监控",
  212. "enablePullDownRefresh": false
  213. }
  214. }
  215. ,{
  216. "path" : "pages/messagePush/messagePush",
  217. "style" :
  218. {
  219. "navigationBarTitleText": "消息推送",
  220. "enablePullDownRefresh": false
  221. }
  222. }
  223. ],
  224. "globalStyle": {
  225. "navigationBarTextStyle": "black",
  226. "navigationBarTitleText": "uni-app",
  227. "navigationBarBackgroundColor": "#F8F8F8",
  228. "backgroundColor": "#F8F8F8"
  229. },
  230. "tabBar": {
  231. "borderStyle":"white",
  232. "list": [{
  233. "pagePath": "pages/index/index",
  234. "iconPath": "static/home.png",
  235. "selectedIconPath": "static/home-selected.png",
  236. "text": "首页"
  237. },
  238. {
  239. "pagePath": "pages/info/info",
  240. "iconPath": "static/info.png",
  241. "selectedIconPath": "static/info-selected.png",
  242. "text": "消息"
  243. },
  244. {
  245. "pagePath": "pages/analyse/analyse",
  246. "iconPath": "static/analyse.png",
  247. "selectedIconPath": "static/analyse-selected.png",
  248. "text": "分析"
  249. },
  250. {
  251. "pagePath": "pages/setting/setting",
  252. "iconPath": "static/setting.png",
  253. "selectedIconPath": "static/setting-selected.png",
  254. "text": "设置"
  255. }
  256. // {
  257. // "pagePath": "pages/login/login",
  258. // "iconPath": "static/setting.png",
  259. // "selectedIconPath": "static/setting-selected.png",
  260. // "text": "登录"
  261. // }
  262. ]
  263. }
  264. }