pages.json 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. // tabbar
  4. {
  5. "path": "pages/tabbar/index/index",
  6. "style": {
  7. "navigationStyle": "custom",
  8. "enablePullDownRefresh": true
  9. // "navigationBarTitleText": "智慧矿山"
  10. }
  11. },
  12. {
  13. "path": "pages/tabbar/origanization/origanization",
  14. "style": {
  15. "navigationBarTitleText": "通讯录"
  16. // 宁东运营 显示消息
  17. // "navigationBarTitleText": "发现"
  18. }
  19. }, {
  20. "path": "pages/tabbar/workbench/workbench",
  21. "style": {
  22. "navigationBarTitleText": "工作台"
  23. }
  24. }, {
  25. "path": "pages/tabbar/production/production",
  26. "style": {
  27. "navigationBarTitleText": "生产数据"
  28. }
  29. }, {
  30. "path": "pages/tabbar/my/my",
  31. "style": {
  32. "navigationBarTitleText": "个人中心"
  33. }
  34. },
  35. // ……其他页面配置
  36. {
  37. "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
  38. "style": {
  39. "disableScroll": true,
  40. "app-plus": {
  41. "backgroundColorTop": "transparent",
  42. "background": "transparent",
  43. "titleNView": false,
  44. "scrollIndicator": false,
  45. "popGesture": "none",
  46. "animationType": "fade-in",
  47. "animationDuration": 200
  48. }
  49. }
  50. },
  51. {
  52. "path": "pages/production/production_report/production_report",
  53. "style": {
  54. "navigationBarTitleText": "生产报表"
  55. }
  56. }, {
  57. "path": "pages/production/production_report/detail/detail",
  58. "style": {
  59. "navigationBarTitleText": " "
  60. }
  61. }, {
  62. "path": "pages/production/safety_monitoring/safety_monitoring",
  63. "style": {
  64. "navigationStyle": "custom"
  65. }
  66. }, {
  67. "path": "pages/production/safety_monitoring/safety_monitoring_name_detail/safety_monitoring_name_detail",
  68. "style": {
  69. "navigationBarTitleText": ""
  70. }
  71. }, {
  72. "path": "pages/production/safety_monitoring/safety_monitoring_status_detail/safety_monitoring_status_detail",
  73. "style": {
  74. "navigationBarTitleText": ""
  75. }
  76. }, {
  77. "path": "pages/production/safety_monitoring/safety_monitoring_search/safety_monitoring_search",
  78. "style": {
  79. "navigationStyle": "custom"
  80. }
  81. }, {
  82. "path": "pages/production/personnel_orientation/personnel_orientation",
  83. "style": {
  84. "navigationStyle": "custom"
  85. }
  86. }, {
  87. "path": "pages/production/personnel_orientation/search/search",
  88. "style": {
  89. "navigationStyle": "custom"
  90. }
  91. }, {
  92. "path": "pages/production/personnel_orientation/depart-people/depart-people",
  93. "style": {
  94. "navigationBarTitleText": ""
  95. }
  96. }, {
  97. "path": "pages/production/personnel_orientation/depart-people-2/depart-people-2",
  98. "style": {
  99. "navigationBarTitleText": ""
  100. }
  101. }, {
  102. "path": "pages/production/personnel_orientation/downhole_statistics/downhole_statistics",
  103. "style": {
  104. "navigationBarTitleText": "下井记录"
  105. }
  106. }, {
  107. "path": "pages/production/personnel_orientation/people_track/people_track",
  108. "style": {
  109. "navigationBarTitleText": "下井轨迹"
  110. }
  111. }, {
  112. "path": "pages/ningdongyunying/production_statistics/production_statistics",
  113. "style": {
  114. "navigationBarTitleText": "生产统计"
  115. }
  116. }, {
  117. "path": "pages/ningdongyunying/personnel_orientation/personnel_orientation",
  118. "style": {
  119. "navigationBarTitleText": "人员定位"
  120. }
  121. }, {
  122. "path": "pages/ningdongyunying/safety_monitoring/safety_monitoring",
  123. "style": {
  124. "navigationBarTitleText": "安全监测"
  125. }
  126. }, {
  127. "path": "pages/production/video_monitor/video_monitor",
  128. "style": {
  129. "navigationBarTitleText": ""
  130. }
  131. }, {
  132. "path": "pages/production/zidonghua/zidonghua",
  133. "style": {
  134. "navigationBarTitleText": ""
  135. }
  136. }, {
  137. "path": "pages/ningdongyunying/risk_precontrol/risk_precontrol",
  138. "style": {
  139. "navigationBarTitleText": "风险预控"
  140. }
  141. }, {
  142. "path": "pages/ningdongyunying/risk_precontrol/detail/detail",
  143. "style": {
  144. "navigationBarTitleText": "隐患详情"
  145. }
  146. }
  147. , {
  148. "path": "pages/index/news/news",
  149. "style": {
  150. "navigationBarTitleText": ""
  151. }
  152. }, {
  153. "path": "pages/index/news/news_list/news_list",
  154. "style": {
  155. "navigationBarTitleText": " "
  156. }
  157. }, {
  158. "path": "pages/my/login/login",
  159. "style": {
  160. "navigationStyle": "custom"
  161. }
  162. }, {
  163. "path": "pages/my/repassword/repassword",
  164. "style": {
  165. "navigationBarTitleText": "修改密码"
  166. }
  167. }, {
  168. "path": "pages/my/setPhone/setPhone",
  169. "style": {
  170. "navigationBarTitleText": "绑定手机"
  171. }
  172. }, {
  173. "path": "pages/my/download/download",
  174. "style": {
  175. "navigationBarTitleText": "下载二维码"
  176. }
  177. }, {
  178. "path": "pages/index/switch-kuang/switch-kuang",
  179. "style": {
  180. "navigationBarTitleText": "单位选择"
  181. }
  182. }, {
  183. "path": "pages/index/record/record",
  184. "style": {
  185. // "navigationBarTitleText": "",
  186. "navigationStyle": "custom"
  187. }
  188. }, {
  189. "path": "pages/index/record/record-video/record-video",
  190. "style": {
  191. "navigationBarTitleText": ""
  192. }
  193. }, {
  194. "path": "pages/my/message-reminder/message-reminder",
  195. "style": {
  196. "navigationBarTitleText": "消息提醒"
  197. }
  198. }, {
  199. "path": "pages/my/message-reminder/message-detail/message-detail",
  200. "style": {
  201. "navigationBarTitleText": ""
  202. }
  203. }, {
  204. "path": "pages/my/forget-password/forget-password",
  205. "style": {
  206. "navigationStyle": "custom"
  207. }
  208. }, {
  209. "path": "pages/workbench/h5/h5",
  210. "style": {
  211. // "navigationStyle": "custom"
  212. "navigationBarTitleText": " "
  213. }
  214. }, {
  215. "path": "pages/production/zaoquan/power_monitoring/power_monitoring",
  216. "style": {
  217. "navigationBarTitleText": "电力监控"
  218. }
  219. }, {
  220. "path": "pages/production/zaoquan/mine_water_treatment/mine_water_treatment",
  221. "style": {
  222. "navigationBarTitleText": "矿井水处理"
  223. }
  224. }, {
  225. "path": "pages/index/record/h5/h5",
  226. "style": {
  227. "navigationBarTitleText": " "
  228. }
  229. }, {
  230. "path": "pages/origanization/communication/origanization/origanization",
  231. "style": {
  232. "navigationBarTitleText": "组织架构"
  233. }
  234. }, {
  235. "path": "pages/workbench/invoice_assistant/invoice_assistant",
  236. "style": {
  237. "navigationBarTitleText": "发票助手"
  238. }
  239. }, {
  240. "path": "pages/workbench/duty_information/duty_information",
  241. "style": {
  242. "navigationBarTitleText": "值班信息"
  243. }
  244. }, {
  245. "path": "pages/index/search/search",
  246. "style": {
  247. "navigationStyle": "custom"
  248. }
  249. }, {
  250. "path": "pages/origanization/communication/origanization/search/search",
  251. "style": {
  252. "navigationBarTitleText": "组织架构"
  253. }
  254. }, {
  255. "path": "pages/origanization/communication/origanization/my_department/my_department",
  256. "style": {
  257. "navigationBarTitleText": "我的部门"
  258. }
  259. }, {
  260. "path": "pages/index/integral/integral",
  261. "style": {
  262. "navigationBarTitleText": "积分"
  263. }
  264. }, {
  265. "path": "pages/index/integral/detail/detail",
  266. "style": {
  267. "navigationBarTitleText": "积分明细"
  268. }
  269. }, {
  270. "path": "pages/workbench/gridding/gridding",
  271. "style": {
  272. "navigationBarTitleText": "网格化管理"
  273. }
  274. }
  275. , {
  276. "path": "pages/my/business-audit/business-audit",
  277. "style": {
  278. "navigationBarTitleText": "工单审核"
  279. }
  280. }, {
  281. "path": "pages/my/business-audit/chakan/chakan",
  282. "style": {
  283. "navigationBarTitleText": ""
  284. }
  285. }, {
  286. "path": "pages/my/business-audit/shenhe/shenhe",
  287. "style": {
  288. "navigationBarTitleText": ""
  289. }
  290. }, {
  291. "path": "pages/my/business-my/business-my",
  292. "style": {
  293. "navigationBarTitleText": "我的工单"
  294. }
  295. }, {
  296. "path": "pages/my/business-my/chakan/chakan",
  297. "style": {
  298. "navigationBarTitleText": ""
  299. }
  300. }, {
  301. "path": "pages/workbench/business_classfication/business_classfication",
  302. "style": {
  303. "navigationBarTitleText": ""
  304. }
  305. }, {
  306. "path": "pages/workbench/business_classfication/apply/apply",
  307. "style": {
  308. "navigationBarTitleText": " "
  309. }
  310. }, {
  311. "path": "pages/my/signature/signature",
  312. "style": {
  313. "navigationBarTitleText": "手写签名"
  314. }
  315. }, {
  316. "path": "pages/my/personal_information/personal_information",
  317. "style": {
  318. "navigationBarTitleText": "个人信息"
  319. }
  320. }, {
  321. "path": "pages/production/zaoquan/zidonghua_list/zidonghua_list",
  322. "style": {
  323. "navigationBarTitleText": ""
  324. }
  325. }, {
  326. "path": "pages/production/zaoquan/zidonghua_list/detail/detail",
  327. "style": {
  328. "navigationBarTitleText": ""
  329. }
  330. }, {
  331. "path": "pages/workbench/downhole_statistics_user/downhole_statistics_user",
  332. "style": {
  333. "navigationBarTitleText": "下井记录"
  334. }
  335. }, {
  336. "path": "pages/index/record/record-browse/record-browse",
  337. "style": {
  338. "navigationBarTitleText": "浏览记录"
  339. }
  340. }, {
  341. "path": "pages/ningdongyunying/production_map/production_map",
  342. "style": {
  343. "navigationBarTitleText": "",
  344. "enablePullDownRefresh": false
  345. }
  346. }, {
  347. "path": "pages/index/bars_sort/bars_sort",
  348. "style": {
  349. "navigationBarTitleText": "常用功能排序"
  350. }
  351. }, {
  352. "path": "pages/my/cloud_disk/cloud_disk",
  353. "style": {
  354. "navigationBarTitleText": "我的云盘"
  355. }
  356. }, {
  357. "path": "pages/ningdongyunying/h5/h5",
  358. "style": {
  359. "navigationBarTitleText": " "
  360. }
  361. }, {
  362. "path": "pages/origanization/communication/origanization/personal_information/personal_information",
  363. "style": {
  364. "navigationBarTitleText": "个人信息"
  365. }
  366. }, {
  367. "path": "pages/workbench/meeting_arrangements/meeting_arrangements",
  368. "style": {
  369. "navigationBarTitleText": "会议安排"
  370. }
  371. }, {
  372. "path": "pages/workbench/meeting_arrangements/detail/detail",
  373. "style": {
  374. "navigationBarTitleText": "",
  375. "enablePullDownRefresh": false
  376. }
  377. }, {
  378. "path": "pages/workbench/meeting_arrangements/detail/should_list/should_list",
  379. "style": {
  380. "navigationBarTitleText": "签到详情"
  381. }
  382. }
  383. , {
  384. "path": "pages/origanization/news/tab_1/all_list/all_list",
  385. "style": {
  386. "navigationBarTitleText": "五定表"
  387. }
  388. }, {
  389. "path": "pages/origanization/news/tab_2/all_list/all_list",
  390. "style": {
  391. "navigationBarTitleText": "车辆管理"
  392. }
  393. }, {
  394. "path": "pages/origanization/news/tab_3/h5/h5",
  395. "style": {
  396. "navigationBarBackgroundColor": "#3399FF"
  397. }
  398. }, {
  399. "path": "pages/index/h5/h5",
  400. "style": {
  401. "navigationBarTitleText": "",
  402. "enablePullDownRefresh": false
  403. }
  404. }, {
  405. "path": "pages/index/business_approval/business_approval",
  406. "style": {
  407. "navigationBarTitleText": "业务审批"
  408. }
  409. }, {
  410. "path": "pages/index/business_approval/apply/apply",
  411. "style": {
  412. "navigationBarTitleText": "",
  413. "enablePullDownRefresh": false
  414. }
  415. }, {
  416. "path": "pages/workbench/vehicle_approval/apply_vehicle/apply_vehicle",
  417. "style": {
  418. "navigationBarTitleText": "申请用车"
  419. }
  420. }, {
  421. "path": "pages/workbench/vehicle_approval/vehicle_history/vehicle_history",
  422. "style": {
  423. "navigationBarTitleText": "用车历史"
  424. }
  425. }, {
  426. "path": "pages/origanization/OA/approval_list/approval_list",
  427. "style": {
  428. "navigationBarTitleText": "流程待办"
  429. }
  430. }, {
  431. "path": "pages/origanization/OA/approval_list/detail/detail",
  432. "style": {
  433. "navigationBarTitleText": ""
  434. }
  435. }, {
  436. "path": "pages/origanization/OA/approval_list/approval/approval",
  437. "style": {
  438. "navigationBarTitleText": ""
  439. }
  440. }, {
  441. "path": "pages/origanization/OA/application_list/application_list",
  442. "style": {
  443. "navigationBarTitleText": "OA审批"
  444. }
  445. }, {
  446. "path": "pages/origanization/OA/application_list/search/search",
  447. "style": {
  448. "navigationBarTitleText": "OA审批"
  449. }
  450. }, {
  451. "path": "pages/origanization/OA/application_list/detail_apply/detail_apply",
  452. "style": {
  453. "navigationBarTitleText": ""
  454. }
  455. }, {
  456. "path": "pages/my/personal_information/job_record/job_record",
  457. "style": {
  458. "navigationBarTitleText": "工作经历"
  459. }
  460. }, {
  461. "path": "pages/my/personal_information/honor/honor",
  462. "style": {
  463. "navigationBarTitleText": "荣誉及证书"
  464. }
  465. }, {
  466. "path": "pages/workbench/gridding/timeline_details/timeline_details",
  467. "style": {
  468. "navigationBarTitleText": "网格化时间线"
  469. }
  470. }, {
  471. "path": "pages/workbench/gridding/timeline_details/detail/detail",
  472. "style": {
  473. "navigationBarTitleText": "记录详情"
  474. }
  475. }, {
  476. "path": "pages/workbench/gridding/chart_statistics/chart_statistics",
  477. "style": {
  478. "navigationBarTitleText": "网格化图表统计"
  479. }
  480. }, {
  481. "path": "pages/workbench/gridding/grid_query/grid_query",
  482. "style": {
  483. "navigationBarTitleText": "网格化巡查记录"
  484. }
  485. }, {
  486. "path": "pages/workbench/gridding/grid_query/detail/detail",
  487. "style": {
  488. "navigationBarTitleText": "巡检详情"
  489. }
  490. }, {
  491. "path": "pages/production/qingshuiying/zidonghua_list/zidonghua_list",
  492. "style": {
  493. "navigationBarTitleText": ""
  494. }
  495. }, {
  496. "path": "pages/production/qingshuiying/zidonghua_list/detail/detail",
  497. "style": {
  498. "navigationBarTitleText": "",
  499. "navigationBarBackgroundColor": "#397CCA"
  500. }
  501. }, {
  502. "path": "pages/origanization/OA/apply_list/apply_list",
  503. "style": {
  504. "navigationBarTitleText": "流程申请"
  505. }
  506. }, {
  507. "path": "pages/origanization/OA/h5/h5",
  508. "style": {
  509. "navigationBarTitleText": "",
  510. "enablePullDownRefresh": false
  511. }
  512. }, {
  513. "path": "pages/production/shangtang/shangtang",
  514. "style": {
  515. "navigationBarTitleText": "视频分析",
  516. "navigationBarBackgroundColor": "#596ED5"
  517. }
  518. }, {
  519. "path": "pages/my/version_record/version_record",
  520. "style": {
  521. "navigationBarTitleText": "更新日志"
  522. }
  523. }
  524. ,{
  525. "path" : "pages/origanization/news/tab_2/all_list/detail/detail",
  526. "style" :
  527. {
  528. "navigationBarTitleText": "",
  529. "enablePullDownRefresh": false
  530. }
  531. }
  532. ,{
  533. "path" : "pages/production/statistical_analysis_table/statistical_analysis_table",
  534. "style" :
  535. {
  536. "navigationBarTitleText": "数据分析"
  537. }
  538. }
  539. ,{
  540. "path" : "pages/origanization/news/tab_3/ranking/ranking",
  541. "style" :
  542. {
  543. "navigationBarTitleText": "排行榜"
  544. }
  545. }
  546. ,{
  547. "path" : "pages/production/video_monitor_app/video_monitor_app",
  548. "style" :
  549. {
  550. "navigationBarTitleText": "视频监控"
  551. }
  552. }
  553. ,{
  554. "path" : "pages/production/video_monitor_app/video-block/video-block",
  555. "style" :
  556. {
  557. "navigationBarTitleText": "",
  558. "enablePullDownRefresh": false
  559. }
  560. }
  561. ,{
  562. "path" : "pages/production/video_monitor_app/video/video",
  563. "style" :
  564. {
  565. "navigationBarTitleText": "",
  566. "enablePullDownRefresh": false
  567. }
  568. }
  569. ,{
  570. "path" : "pages/index/ningMeiXinXiPingTai/ningMeiXinXiPingTai",
  571. "style" :
  572. {
  573. "navigationBarTitleText": ""
  574. }
  575. }
  576. ,{
  577. "path" : "pages/workbench/origanization/origanization",
  578. "style" :
  579. {
  580. "navigationBarTitleText": "组织架构",
  581. "enablePullDownRefresh": false
  582. }
  583. }
  584. ,{
  585. "path" : "pages/production/jinjiaqu/kuang_ya_jian_ce/kuang_ya_jian_ce",
  586. "style" :
  587. {
  588. "navigationBarTitleText": "矿压监测"
  589. }
  590. }
  591. ,{
  592. "path" : "pages/production/zidonghua/detail/detail",
  593. "style" :
  594. {
  595. "navigationBarTitleText": "",
  596. "enablePullDownRefresh": false
  597. }
  598. }
  599. ,{
  600. "path" : "pages/index/xuanchuanzhanban/xuanchuanzhanban",
  601. "style" :
  602. {
  603. "navigationBarTitleText": "宣传展板",
  604. "enablePullDownRefresh": false
  605. }
  606. }
  607. ,{
  608. "path" : "pages/my/personal_information/upload_avatar/upload_avatar",
  609. "style" :
  610. {
  611. "navigationBarTitleText": "更换头像",
  612. "enablePullDownRefresh": false
  613. }
  614. }
  615. ,{
  616. "path" : "pages/origanization/news/tab_1/statistical_chart/statistical_chart",
  617. "style" :
  618. {
  619. "navigationBarTitleText": "",
  620. "enablePullDownRefresh": false
  621. }
  622. }
  623. ,{
  624. "path" : "pages/origanization/news/tab_3/pin_tu/picture_list/picture_list",
  625. "style" :
  626. {
  627. "navigationBarTitleText": "",
  628. "enablePullDownRefresh": false
  629. }
  630. }
  631. ,{
  632. "path" : "pages/origanization/news/tab_3/pin_tu/game_play/game_play",
  633. "style" :
  634. {
  635. "navigationBarTitleText": "",
  636. "enablePullDownRefresh": false
  637. }
  638. }
  639. ,{
  640. "path" : "pages/origanization/news/tab_3/pin_tu/finish/finish",
  641. "style" :
  642. {
  643. "navigationBarTitleText": "",
  644. "enablePullDownRefresh": false
  645. }
  646. }
  647. ,{
  648. "path" : "pages/origanization/news/tab_3/pin_tu/personal_rank/personal_rank",
  649. "style" :
  650. {
  651. "navigationBarTitleText": "",
  652. "enablePullDownRefresh": false
  653. }
  654. }
  655. ,{
  656. "path" : "pages/production/unified_automation_system/ventilation/ventilation",
  657. "style" :
  658. {
  659. "navigationBarTitleText": "",
  660. "navigationBarBackgroundColor": "#0B163B"
  661. }
  662. }
  663. ,{
  664. "path" : "pages/production/jinjiaqu/zidonghua_list/zidonghua_list",
  665. "style" :
  666. {
  667. "navigationBarTitleText": "",
  668. "enablePullDownRefresh": false
  669. }
  670. }
  671. ,{
  672. "path" : "pages/production/unified_automation_system/drainage/drainage",
  673. "style" :
  674. {
  675. "navigationBarTitleText": "",
  676. "navigationBarBackgroundColor": "#0B163B"
  677. }
  678. }
  679. ,{
  680. "path" : "pages/workbench/closed_loop_management/closed_loop_management",
  681. "style" :
  682. {
  683. "navigationBarTitleText": "闭环管理",
  684. "enablePullDownRefresh": false
  685. }
  686. }
  687. ,{
  688. "path" : "pages/index/weather/weather",
  689. "style" :
  690. {
  691. "navigationBarTitleText": "天气预报",
  692. "enablePullDownRefresh": false,
  693. "navigationBarBackgroundColor": "#51AEE8"
  694. }
  695. }
  696. ,{
  697. "path" : "pages/production/unified_automation_system/compressed_air/compressed_air",
  698. "style" :
  699. {
  700. "navigationBarTitleText": "",
  701. "enablePullDownRefresh": false,
  702. "navigationBarBackgroundColor": "#0B163B"
  703. }
  704. }
  705. ,{
  706. "path" : "pages/production/unified_automation_system/belt_conveyor/belt_conveyor",
  707. "style" :
  708. {
  709. "navigationBarTitleText": "",
  710. "enablePullDownRefresh": false,
  711. "navigationBarBackgroundColor": "#0B163B"
  712. }
  713. }
  714. ,{
  715. "path" : "pages/production/unified_automation_system/hoist/hoist",
  716. "style" :
  717. {
  718. "navigationBarTitleText": "",
  719. "enablePullDownRefresh": false,
  720. "navigationBarBackgroundColor": "#0B163B"
  721. }
  722. },
  723. {
  724. "path" : "pages/index/safetyManagementSystem/safetyManagementSystem",
  725. "style" :
  726. {
  727. "navigationStyle":"custom"
  728. }
  729. }
  730. ,{
  731. "path" : "pages/index/record/detail_list/detail_list",
  732. "style" :
  733. {
  734. "navigationBarTitleText": "",
  735. "enablePullDownRefresh": false
  736. }
  737. }
  738. ,{
  739. "path" : "pages/production/shicaocun/zidonghua_list/zidonghua_list",
  740. "style" :
  741. {
  742. "navigationBarTitleText": "",
  743. "enablePullDownRefresh": false
  744. }
  745. }
  746. ,{
  747. "path" : "pages/production/shicaocun/zidonghua_list/detail/detail",
  748. "style" :
  749. {
  750. "navigationBarTitleText": "",
  751. "enablePullDownRefresh": false
  752. }
  753. }
  754. ,{
  755. "path" : "pages/index/record/detail_list/detail/detail",
  756. "style" :
  757. {
  758. "navigationBarTitleText": "",
  759. "enablePullDownRefresh": false
  760. }
  761. }
  762. ,{
  763. "path" : "pages/production/unified_automation_system/nitrogen_production_system/nitrogen_production_system",
  764. "style" :
  765. {
  766. "navigationBarTitleText": "",
  767. "enablePullDownRefresh": false,
  768. "navigationBarBackgroundColor": "#0B163B"
  769. }
  770. }
  771. ,{
  772. "path" : "pages/production/unified_automation_system/north_hoist/north_hoist",
  773. "style" :
  774. {
  775. "navigationBarTitleText": "",
  776. "enablePullDownRefresh": false,
  777. "navigationBarBackgroundColor": "#0B163B"
  778. }
  779. }
  780. ,{
  781. "path" : "pages/production/unified_automation_system/hoist_13/hoist_13",
  782. "style" :
  783. {
  784. "navigationBarTitleText": "",
  785. "enablePullDownRefresh": false,
  786. "navigationBarBackgroundColor": "#0B163B"
  787. }
  788. }
  789. ,{
  790. "path" : "pages/production/unified_automation_system/boiler_room/boiler_room",
  791. "style" :
  792. {
  793. "navigationBarTitleText": "",
  794. "enablePullDownRefresh": false,
  795. "navigationBarBackgroundColor": "#0B163B"
  796. }
  797. }
  798. ,{
  799. "path" : "pages/production/unified_automation_system/man_car/man_car",
  800. "style" :
  801. {
  802. "navigationBarTitleText": "",
  803. "enablePullDownRefresh": false,
  804. "navigationBarBackgroundColor": "#0B163B"
  805. }
  806. }
  807. ],
  808. "globalStyle": {
  809. "navigationBarTextStyle": "white",
  810. "navigationBarTitleText": " ",
  811. "navigationBarBackgroundColor": "#009FE8",
  812. "backgroundColor": "#FFFFFF"
  813. },
  814. "tabBar": {
  815. "selectedColor": "#44A0DE",
  816. "list": [{
  817. "text": "首页",
  818. "pagePath": "pages/tabbar/index/index",
  819. "iconPath": "static/tabbar/home.png",
  820. "selectedIconPath": "static/tabbar/home_active.png"
  821. },
  822. // {
  823. // "text": "通讯录",
  824. // // "text": "发现",
  825. // "pagePath": "pages/tabbar/origanization/origanization",
  826. // "iconPath": "static/tabbar/origanization.png",
  827. // "selectedIconPath": "static/tabbar/origanization_active.png"
  828. // },
  829. {
  830. "text": "工作台",
  831. "pagePath": "pages/tabbar/workbench/workbench",
  832. "iconPath": "static/tabbar/work.png",
  833. "selectedIconPath": "static/tabbar/work_active.png"
  834. },
  835. {
  836. "text": "生产数据",
  837. "pagePath": "pages/tabbar/production/production",
  838. "iconPath": "static/tabbar/production.png",
  839. "selectedIconPath": "static/tabbar/production_active.png"
  840. },
  841. {
  842. "text": "个人中心",
  843. "pagePath": "pages/tabbar/my/my",
  844. "iconPath": "static/tabbar/my.png",
  845. "selectedIconPath": "static/tabbar/my_active.png"
  846. }
  847. ]
  848. }
  849. }