pages.json 7.6 KB

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