pages.json 8.1 KB

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