pages.json 8.0 KB

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