pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "autoBackButton": false,
  7. "h5": {
  8. "titleNView": {
  9. "autoBackButton": false
  10. }
  11. },
  12. "navigationBarTitleText": "首页",
  13. "app-plus": {
  14. "titleNView": {
  15. "buttons": [
  16. ]
  17. }
  18. }
  19. }
  20. },
  21. {
  22. "path": "pages/login/login",
  23. "style": {
  24. "navigationBarTitleText": "登录"
  25. }
  26. },
  27. {
  28. "path": "pages/alarmingList/alarmingList"
  29. },
  30. {
  31. "path": "pages/siteList/siteList",
  32. "style": {
  33. "navigationBarTitleText": "运行监测",
  34. "enablePullDownRefresh": true,
  35. "onReachBottomDistance":100 //距离底部多远时触发 单位px
  36. }
  37. },
  38. {
  39. "path": "pages/processList/processList",
  40. "style": {
  41. "navigationBarTitleText": "处理列表"
  42. }
  43. },
  44. {
  45. "path": "pages/unprocessDetail/unprocessDetail",
  46. "style": {
  47. "navigationBarTitleText": "未处理"
  48. }
  49. },
  50. {
  51. "path": "pages/unprocessDetail1/unprocessDetail1",
  52. "style": {
  53. "navigationBarTitleText": "未处理",
  54. "h5": {
  55. "titleNView": {
  56. "autoBackButton": false
  57. }
  58. }
  59. }
  60. },
  61. {
  62. "path": "pages/processedDetail1/processedDetail1",
  63. "style": {
  64. "navigationBarTitleText": "已处理",
  65. "h5": {
  66. "titleNView": {
  67. "autoBackButton": false
  68. }
  69. }
  70. }
  71. },
  72. {
  73. "path": "pages/processedDetail/processedDetail",
  74. "style": {
  75. "navigationBarTitleText": "已处理"
  76. }
  77. },
  78. {
  79. "path": "pages/deviceType/deviceType",
  80. "style": {
  81. "navigationBarTitleText": "设备类型"
  82. }
  83. },
  84. {
  85. "path": "pages/device-Manage/device-Manage",
  86. "style": {
  87. "navigationBarTitleText": "设备管理",
  88. "app-plus": {
  89. "titleNView": {
  90. "buttons": [
  91. {
  92. "text": "系统配电图",
  93. "fontSize": "22rpx",
  94. "float": "right",
  95. "width": "auto"
  96. }
  97. ]
  98. }
  99. }
  100. }
  101. },
  102. {
  103. "path": "pages/device-Manage/electricalSystem/index",
  104. "style": {
  105. "navigationBarTitleText": "系统配电图"
  106. }
  107. },
  108. {
  109. "path": "pages/analyse/analyse",
  110. "style": {
  111. "navigationBarTitleText": "分析"
  112. }
  113. },
  114. {
  115. "path": "pages/setting/setting",
  116. "style": {
  117. "navigationBarTitleText": "设置"
  118. }
  119. }
  120. , {
  121. "path": "pages/index/components/chart/chart",
  122. "style": {
  123. "navigationBarTitleText": "",
  124. "enablePullDownRefresh": false
  125. }
  126. }, {
  127. "path": "pages/index/components/chart2/chart2",
  128. "style": {
  129. "navigationBarTitleText": "",
  130. "enablePullDownRefresh": false
  131. }
  132. }, {
  133. "path": "pages/index/components/chart3/chart3",
  134. "style": {
  135. "navigationBarTitleText": "",
  136. "enablePullDownRefresh": false
  137. }
  138. }, {
  139. "path": "pages/siteList/siteList",
  140. "style": {
  141. "navigationBarTitleText": "站点列表",
  142. "enablePullDownRefresh": false
  143. }
  144. }, {
  145. "path": "pages/alarmingList/alarmingList",
  146. "style": {
  147. "navigationBarTitleText": "综合报警",
  148. "enablePullDownRefresh": false
  149. }
  150. }, {
  151. "path": "pages/processList/processList",
  152. "style": {
  153. "navigationBarTitleText": "处理列表",
  154. "enablePullDownRefresh": false
  155. }
  156. }, {
  157. "path": "components/square/square",
  158. "style": {
  159. "navigationBarTitleText": "",
  160. "enablePullDownRefresh": false
  161. }
  162. }, {
  163. "path": "pages/unprocessDetail/unprocessDetail",
  164. "style": {
  165. "navigationBarTitleText": "未处理",
  166. "enablePullDownRefresh": false
  167. }
  168. }, {
  169. "path": "pages/unprocessDetail/unprocessDetail",
  170. "style": {
  171. "navigationBarTitleText": "未处理",
  172. "enablePullDownRefresh": false
  173. }
  174. }, {
  175. "path": "pages/processedDetail/processedDetail",
  176. "style": {
  177. "navigationBarTitleText": "已处理",
  178. "enablePullDownRefresh": false
  179. }
  180. }, {
  181. "path": "pages/deviceType/deviceType",
  182. "style": {
  183. "navigationBarTitleText": "设备类型",
  184. "enablePullDownRefresh": false
  185. }
  186. }, {
  187. "path": "pages/device-Manage/device-Manage",
  188. "style": {
  189. "navigationBarTitleText": "设备管理",
  190. "enablePullDownRefresh": false
  191. }
  192. }, {
  193. "path": "pages/unprocessDetail/opeDataDetail/opeDataDetail",
  194. "style": {
  195. "navigationBarTitleText": "运行数据",
  196. "enablePullDownRefresh": false
  197. }
  198. },
  199. {
  200. "path": "pages/unprocessDetail/videoDetail/videoDetail",
  201. "style": {
  202. "navigationBarTitleText": "视频监测",
  203. "enablePullDownRefresh": false
  204. }
  205. }, {
  206. "path": "pages/device-Manage/deviceDetail/deviceDetail",
  207. "style": {
  208. "navigationBarTitleText": "监控画面",
  209. "enablePullDownRefresh": false
  210. }
  211. }, {
  212. "path": "pages/siteManage/siteManage",
  213. "style": {
  214. "navigationBarTitleText": "站点管理",
  215. "enablePullDownRefresh": false,
  216. "onReachBottomDistance":100 //距离底部多远时触发 单位px
  217. }
  218. }, {
  219. "path": "pages/videoList/videoList",
  220. "style": {
  221. "navigationBarTitleText": "视频监测",
  222. "enablePullDownRefresh": false
  223. }
  224. }, {
  225. "path": "pages/videoDetail/videoDetail",
  226. "style": {
  227. "navigationBarTitleText": "实时监控",
  228. "enablePullDownRefresh": false
  229. }
  230. }, {
  231. "path": "pages/messagePush/messagePush",
  232. "style": {
  233. "navigationBarTitleText": "消息推送设置",
  234. "enablePullDownRefresh": false
  235. }
  236. },
  237. {
  238. "path": "pages/add/add",
  239. "style": {
  240. "navigationBarTitleText": "设备新增",
  241. "enablePullDownRefresh": false
  242. }
  243. }, {
  244. "path": "pages/index/components/chart4/chart4",
  245. "style": {
  246. "navigationBarTitleText": "",
  247. "enablePullDownRefresh": false
  248. }
  249. }
  250. , {
  251. "path": "pages/add-test/add-test",
  252. "style": {
  253. "navigationBarTitleText": "",
  254. "enablePullDownRefresh": false
  255. }
  256. }, {
  257. "path": "pages/siteDetail/siteDetail",
  258. "style": {
  259. "navigationBarTitleText": "站点详情",
  260. "enablePullDownRefresh": false
  261. }
  262. }, {
  263. "path": "pages/authority/authority",
  264. "style": {
  265. "autoBackButton": false,
  266. "navigationBarTitleText": "授权",
  267. "h5": {
  268. "titleNView": {
  269. "autoBackButton": false
  270. }
  271. }
  272. }
  273. }
  274. , {
  275. "path": "pages/siteListAlarming/siteListAlarming",
  276. "style": {
  277. "navigationBarTitleText": "站点列表",
  278. "enablePullDownRefresh": true
  279. }
  280. }
  281. , {
  282. "path": "pages/authManage/authManage",
  283. "style": {
  284. "navigationBarTitleText": "权限管理",
  285. "enablePullDownRefresh": false,
  286. "onReachBottomDistance":100 //距离底部多远时触发 单位px
  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. "path" : "pages/eleControl/eleControl",
  315. "style" :
  316. {
  317. "navigationBarTitleText": "监察类型",
  318. "enablePullDownRefresh": false
  319. }
  320. }
  321. ,{
  322. "path" : "pages/siteArchive/siteArchive",
  323. "style" :
  324. {
  325. "navigationBarTitleText": "现场档案",
  326. "enablePullDownRefresh": false,
  327. "onReachBottomDistance":100 //距离底部多远时触发 单位px
  328. }
  329. }
  330. ,{
  331. "path" : "pages/siteArchive/archiveDetail/archiveDetail",
  332. "style" :
  333. {
  334. "navigationBarTitleText": "现场档案详情页",
  335. "enablePullDownRefresh": false
  336. }
  337. }
  338. ,{
  339. "path" : "pages/eleControl/powerCut/powerCut",
  340. "style" :
  341. {
  342. "navigationBarTitleText": "计划停电",
  343. "enablePullDownRefresh": false,
  344. "onReachBottomDistance":50 //距离底部多远时触发 单位px
  345. }
  346. }
  347. ,{
  348. "path" : "pages/eleControl/controlReport/controlReport",
  349. "style" :
  350. {
  351. "navigationBarTitleText": "监察上报",
  352. "enablePullDownRefresh": false,
  353. "onReachBottomDistance":50 //距离底部多远时触发 单位px
  354. }
  355. }
  356. ,{
  357. "path" : "pages/eleControl/controlReport/controlReportAdd/controlReportAdd",
  358. "style" :
  359. {
  360. "navigationBarTitleText": "新增监察",
  361. "enablePullDownRefresh": false
  362. }
  363. }
  364. ,{
  365. "path" : "pages/eleControl/powerCut/powerCutAdd/powerCutAdd",
  366. "style" :
  367. {
  368. "navigationBarTitleText": "计划停电新增",
  369. "enablePullDownRefresh": false
  370. }
  371. }
  372. ,{
  373. "path" : "pages/siteArchive/siteArchiveAdd/siteArchiveAdd",
  374. "style" :
  375. {
  376. "navigationBarTitleText": "现场档案新增",
  377. "enablePullDownRefresh": false
  378. }
  379. }
  380. ,{
  381. "path" : "pages/eleControl/powerCut/powerCutDetail/powerCutDetail",
  382. "style" :
  383. {
  384. "navigationBarTitleText": "计划停电详情",
  385. "enablePullDownRefresh": false
  386. }
  387. }
  388. ,{
  389. "path" : "pages/test/test",
  390. "style" :
  391. {
  392. "navigationBarTitleText": "",
  393. "enablePullDownRefresh": false
  394. }
  395. }
  396. ,{
  397. "path" : "pages/eleControl/controlReport/controlReportDetail/controlReportDetail",
  398. "style" :
  399. {
  400. "navigationBarTitleText": "监察上报详情",
  401. "enablePullDownRefresh": false
  402. }
  403. }
  404. ,{
  405. "path" : "pages/test2/test2",
  406. "style" :
  407. {
  408. "navigationBarTitleText": "",
  409. "enablePullDownRefresh": false
  410. }
  411. }
  412. ,{
  413. "path" : "pages/processDetailEle/processDetailEle",
  414. "style" :
  415. {
  416. "navigationBarTitleText": "",
  417. "enablePullDownRefresh": false
  418. }
  419. }
  420. ,{
  421. "path" : "pages/processDetailVideo/processDetailVideo",
  422. "style" :
  423. {
  424. "navigationBarTitleText": "",
  425. "enablePullDownRefresh": false
  426. }
  427. }
  428. ,{
  429. "path" : "pages/processDetailEle1/processDetailEle1",
  430. "style" :
  431. {
  432. "navigationBarTitleText": "",
  433. "enablePullDownRefresh": false
  434. }
  435. }
  436. ,{
  437. "path" : "pages/processDetailVideo1/processDetailVideo1",
  438. "style" :
  439. {
  440. "navigationBarTitleText": "",
  441. "enablePullDownRefresh": false
  442. }
  443. }
  444. ],
  445. "globalStyle": {
  446. "navigationBarTextStyle": "black",
  447. "navigationBarTitleText": "uni-app",
  448. "navigationBarBackgroundColor": "#F8F8F8",
  449. "backgroundColor": "#F8F8F8"
  450. },
  451. "tabBar": {
  452. "borderStyle": "white",
  453. "list": [{
  454. "pagePath": "pages/index/index",
  455. "iconPath": "static/home.png",
  456. "selectedIconPath": "static/home-selected.png",
  457. "text": "首页"
  458. },
  459. // {
  460. // "pagePath": "pages/info/info",
  461. // "iconPath": "static/info.png",
  462. // "selectedIconPath": "static/info-selected.png",
  463. // "text": "消息"
  464. // },
  465. {
  466. "pagePath": "pages/analyse/analyse",
  467. "iconPath": "static/analyse.png",
  468. "selectedIconPath": "static/analyse-selected.png",
  469. "text": "分析"
  470. },
  471. {
  472. "pagePath": "pages/setting/setting",
  473. "iconPath": "static/setting.png",
  474. "selectedIconPath": "static/setting-selected.png",
  475. "text": "设置"
  476. }
  477. ]
  478. }
  479. }