pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522
  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. }, {
  18. "path": "pages/tabbar/workbench/workbench",
  19. "style": {
  20. "navigationBarTitleText": "工作台"
  21. }
  22. }, {
  23. "path": "pages/tabbar/production/production",
  24. "style": {
  25. "navigationBarTitleText": "生产数据"
  26. }
  27. }, {
  28. "path": "pages/tabbar/my/my",
  29. "style": {
  30. "navigationBarTitleText": "个人中心"
  31. }
  32. },
  33. // ……其他页面配置
  34. {
  35. "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
  36. "style": {
  37. "disableScroll": true,
  38. "app-plus": {
  39. "backgroundColorTop": "transparent",
  40. "background": "transparent",
  41. "titleNView": false,
  42. "scrollIndicator": false,
  43. "popGesture": "none",
  44. "animationType": "fade-in",
  45. "animationDuration": 200
  46. }
  47. }
  48. },
  49. {
  50. "path": "pages/production/production_report/production_report",
  51. "style": {
  52. "navigationBarTitleText": "生产报表"
  53. }
  54. }, {
  55. "path": "pages/production/production_report/detail/detail",
  56. "style": {
  57. "navigationBarTitleText": " "
  58. }
  59. }, {
  60. "path": "pages/production/safety_monitoring/safety_monitoring",
  61. "style": {
  62. "navigationStyle": "custom"
  63. }
  64. }, {
  65. "path": "pages/production/safety_monitoring/safety_monitoring_name_detail/safety_monitoring_name_detail",
  66. "style": {
  67. "navigationBarTitleText": ""
  68. }
  69. }, {
  70. "path": "pages/production/safety_monitoring/safety_monitoring_status_detail/safety_monitoring_status_detail",
  71. "style": {
  72. "navigationBarTitleText": ""
  73. }
  74. }, {
  75. "path": "pages/production/safety_monitoring/safety_monitoring_search/safety_monitoring_search",
  76. "style": {
  77. "navigationStyle": "custom"
  78. }
  79. }, {
  80. "path": "pages/production/personnel_orientation/personnel_orientation",
  81. "style": {
  82. "navigationStyle": "custom"
  83. }
  84. }, {
  85. "path": "pages/production/personnel_orientation/search/search",
  86. "style": {
  87. "navigationStyle": "custom"
  88. }
  89. }, {
  90. "path": "pages/production/personnel_orientation/depart-people/depart-people",
  91. "style": {
  92. "navigationBarTitleText": ""
  93. }
  94. }, {
  95. "path": "pages/production/personnel_orientation/depart-people-2/depart-people-2",
  96. "style": {
  97. "navigationBarTitleText": ""
  98. }
  99. }, {
  100. "path": "pages/production/personnel_orientation/downhole_statistics/downhole_statistics",
  101. "style": {
  102. "navigationBarTitleText": "下井记录"
  103. }
  104. }, {
  105. "path": "pages/production/personnel_orientation/people_track/people_track",
  106. "style": {
  107. "navigationBarTitleText": "下井轨迹"
  108. }
  109. }, {
  110. "path": "pages/ningdongyunying/production_statistics/production_statistics",
  111. "style": {
  112. "navigationBarTitleText": "生产统计"
  113. }
  114. }, {
  115. "path": "pages/ningdongyunying/personnel_orientation/personnel_orientation",
  116. "style": {
  117. "navigationBarTitleText": "人员定位"
  118. }
  119. }, {
  120. "path": "pages/ningdongyunying/safety_monitoring/safety_monitoring",
  121. "style": {
  122. "navigationBarTitleText": "安全监测"
  123. }
  124. }, {
  125. "path": "pages/production/video_monitor/video_monitor",
  126. "style": {
  127. "navigationBarTitleText": ""
  128. }
  129. }, {
  130. "path": "pages/production/zidonghua/zidonghua",
  131. "style": {
  132. "navigationBarTitleText": ""
  133. }
  134. }, {
  135. "path": "pages/ningdongyunying/risk_precontrol/risk_precontrol",
  136. "style": {
  137. "navigationBarTitleText": "风险预控"
  138. }
  139. }, {
  140. "path": "pages/ningdongyunying/risk_precontrol/detail/detail",
  141. "style": {
  142. "navigationBarTitleText": "隐患详情"
  143. }
  144. }
  145. , {
  146. "path": "pages/index/news/news",
  147. "style": {
  148. "navigationBarTitleText": ""
  149. }
  150. }, {
  151. "path": "pages/index/news/news_list/news_list",
  152. "style": {
  153. "navigationBarTitleText": " "
  154. }
  155. }, {
  156. "path": "pages/my/login/login",
  157. "style": {
  158. "navigationStyle": "custom"
  159. }
  160. }, {
  161. "path": "pages/my/repassword/repassword",
  162. "style": {
  163. "navigationBarTitleText": "修改密码"
  164. }
  165. }, {
  166. "path": "pages/my/setPhone/setPhone",
  167. "style": {
  168. "navigationBarTitleText": "绑定手机"
  169. }
  170. }, {
  171. "path": "pages/my/download/download",
  172. "style": {
  173. "navigationBarTitleText": "下载二维码"
  174. }
  175. }, {
  176. "path": "pages/index/switch-kuang/switch-kuang",
  177. "style": {
  178. "navigationBarTitleText": "单位选择"
  179. }
  180. }, {
  181. "path": "pages/index/record/record",
  182. "style": {
  183. "navigationBarTitleText": ""
  184. }
  185. }, {
  186. "path": "pages/index/record/record-video/record-video",
  187. "style": {
  188. "navigationBarTitleText": ""
  189. }
  190. }, {
  191. "path": "pages/my/message-reminder/message-reminder",
  192. "style": {
  193. "navigationBarTitleText": "消息提醒"
  194. }
  195. }, {
  196. "path": "pages/my/message-reminder/message-detail/message-detail",
  197. "style": {
  198. "navigationBarTitleText": ""
  199. }
  200. }, {
  201. "path": "pages/my/forget-password/forget-password",
  202. "style": {
  203. "navigationStyle": "custom"
  204. }
  205. }, {
  206. "path": "pages/workbench/h5/h5",
  207. "style": {
  208. // "navigationStyle": "custom"
  209. "navigationBarTitleText": " "
  210. }
  211. }, {
  212. "path": "pages/production/zaoquan/power_monitoring/power_monitoring",
  213. "style": {
  214. "navigationBarTitleText": "电力监控"
  215. }
  216. }, {
  217. "path": "pages/production/zaoquan/mine_water_treatment/mine_water_treatment",
  218. "style": {
  219. "navigationBarTitleText": "矿井水处理"
  220. }
  221. }, {
  222. "path": "pages/index/record/h5/h5",
  223. "style": {
  224. "navigationBarTitleText": " "
  225. }
  226. }, {
  227. "path": "pages/origanization/communication/origanization/origanization",
  228. "style": {
  229. "navigationBarTitleText": "组织架构"
  230. }
  231. }, {
  232. "path": "pages/workbench/invoice_assistant/invoice_assistant",
  233. "style": {
  234. "navigationBarTitleText": "发票助手"
  235. }
  236. }
  237. ,{
  238. "path" : "pages/workbench/duty_information/duty_information",
  239. "style" :
  240. {
  241. "navigationBarTitleText": "值班信息"
  242. }
  243. }
  244. ,{
  245. "path" : "pages/index/search/search",
  246. "style" :
  247. {
  248. "navigationStyle":"custom"
  249. }
  250. }
  251. ,{
  252. "path" : "pages/origanization/communication/origanization/search/search",
  253. "style" :
  254. {
  255. "navigationBarTitleText": "组织架构"
  256. }
  257. }
  258. ,{
  259. "path" : "pages/origanization/communication/origanization/my_department/my_department",
  260. "style" :
  261. {
  262. "navigationBarTitleText": "我的部门"
  263. }
  264. }
  265. ,{
  266. "path" : "pages/index/integral/integral",
  267. "style" :
  268. {
  269. "navigationBarTitleText": "积分"
  270. }
  271. }
  272. ,{
  273. "path" : "pages/index/integral/detail/detail",
  274. "style" :
  275. {
  276. "navigationBarTitleText": "积分明细"
  277. }
  278. }
  279. ,{
  280. "path" : "pages/workbench/gridding/gridding",
  281. "style" :
  282. {
  283. "navigationBarTitleText": " "
  284. }
  285. }
  286. ,{
  287. "path" : "pages/my/business-audit/business-audit",
  288. "style" :
  289. {
  290. "navigationBarTitleText": "工单审核"
  291. }
  292. }
  293. ,{
  294. "path" : "pages/my/business-audit/chakan/chakan",
  295. "style" :
  296. {
  297. "navigationBarTitleText": ""
  298. }
  299. }
  300. ,{
  301. "path" : "pages/my/business-audit/shenhe/shenhe",
  302. "style" :
  303. {
  304. "navigationBarTitleText": ""
  305. }
  306. }
  307. ,{
  308. "path" : "pages/my/business-my/business-my",
  309. "style" :
  310. {
  311. "navigationBarTitleText": "我的工单"
  312. }
  313. }
  314. ,{
  315. "path" : "pages/my/business-my/chakan/chakan",
  316. "style" :
  317. {
  318. "navigationBarTitleText": ""
  319. }
  320. }
  321. ,{
  322. "path" : "pages/workbench/business_classfication/business_classfication",
  323. "style" :
  324. {
  325. "navigationBarTitleText": ""
  326. }
  327. }
  328. ,{
  329. "path" : "pages/workbench/business_classfication/apply/apply",
  330. "style" :
  331. {
  332. "navigationBarTitleText": " "
  333. }
  334. }
  335. ,{
  336. "path" : "pages/my/signature/signature",
  337. "style" :
  338. {
  339. "navigationBarTitleText": "手写签名"
  340. }
  341. }
  342. ,{
  343. "path" : "pages/my/personal_information/personal_information",
  344. "style" :
  345. {
  346. "navigationBarTitleText": "个人信息"
  347. }
  348. }
  349. ,{
  350. "path" : "pages/production/zaoquan/zidonghua_list/zidonghua_list",
  351. "style" :
  352. {
  353. "navigationBarTitleText": ""
  354. }
  355. }
  356. ,{
  357. "path" : "pages/production/zaoquan/zidonghua_list/detail/detail",
  358. "style" :
  359. {
  360. "navigationBarTitleText": ""
  361. }
  362. }
  363. ,{
  364. "path" : "pages/workbench/downhole_statistics_user/downhole_statistics_user",
  365. "style" :
  366. {
  367. "navigationBarTitleText": "下井记录"
  368. }
  369. }
  370. ,{
  371. "path" : "pages/index/record/record-browse/record-browse",
  372. "style" :
  373. {
  374. "navigationBarTitleText": "浏览记录"
  375. }
  376. }
  377. ,{
  378. "path" : "pages/ningdongyunying/production_map/production_map",
  379. "style" :
  380. {
  381. "navigationBarTitleText": "",
  382. "enablePullDownRefresh": false
  383. }
  384. }
  385. ,{
  386. "path" : "pages/index/bars_sort/bars_sort",
  387. "style" :
  388. {
  389. "navigationBarTitleText": "常用功能排序"
  390. }
  391. }
  392. ,{
  393. "path" : "pages/my/cloud_disk/cloud_disk",
  394. "style" :
  395. {
  396. "navigationBarTitleText": "我的云盘"
  397. }
  398. }
  399. ,{
  400. "path" : "pages/ningdongyunying/h5/h5",
  401. "style" :
  402. {
  403. "navigationBarTitleText": " "
  404. }
  405. }
  406. ],
  407. "globalStyle": {
  408. "navigationBarTextStyle": "white",
  409. "navigationBarTitleText": " ",
  410. "navigationBarBackgroundColor": "#009FE8",
  411. "backgroundColor": "#FFFFFF"
  412. },
  413. "tabBar": {
  414. "selectedColor": "#44A0DE",
  415. "list": [{
  416. "text": "首页",
  417. "pagePath": "pages/tabbar/index/index",
  418. "iconPath": "static/tabbar/home.png",
  419. "selectedIconPath": "static/tabbar/home_active.png"
  420. },
  421. {
  422. "text": "通讯录",
  423. "pagePath": "pages/tabbar/origanization/origanization",
  424. "iconPath": "static/tabbar/origanization.png",
  425. "selectedIconPath": "static/tabbar/origanization_active.png"
  426. },
  427. {
  428. "text": "工作台",
  429. "pagePath": "pages/tabbar/workbench/workbench",
  430. "iconPath": "static/tabbar/work.png",
  431. "selectedIconPath": "static/tabbar/work_active.png"
  432. },
  433. {
  434. "text": "生产数据",
  435. "pagePath": "pages/tabbar/production/production",
  436. "iconPath": "static/tabbar/production.png",
  437. "selectedIconPath": "static/tabbar/production_active.png"
  438. },
  439. {
  440. "text": "个人中心",
  441. "pagePath": "pages/tabbar/my/my",
  442. "iconPath": "static/tabbar/my.png",
  443. "selectedIconPath": "static/tabbar/my_active.png"
  444. }
  445. ]
  446. }
  447. }