pages.json 6.4 KB

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