pages.json 6.6 KB

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