平安校园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pages.json 3.7 KiB

1 month ago
3 weeks ago
3 weeks ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "tabBar":{
  6. "color":"#777777",
  7. "selectedColor":"#2388FF",
  8. "backgroundColor":"#FFFFFF",
  9. "borderStyle":"white",
  10. "fontSize":"18rpx",
  11. "list": [
  12. {
  13. "pagePath": "pages/home",
  14. "iconPath": "/static/image/tabbar/home.png",
  15. "selectedIconPath": "/static/image/tabbar/home.png",
  16. "text": "首页"
  17. },
  18. {
  19. "pagePath": "pages/attendanceCall/index",
  20. "iconPath": "/static/image/tabbar/attendanceCall.png",
  21. "selectedIconPath": "/static/image/tabbar/attendanceCall.png",
  22. "text": "考勤点名"
  23. },
  24. {
  25. "pagePath": "pages/earlyWarning/index",
  26. "iconPath": "/static/image/tabbar/earlyWarning_active.png",
  27. "selectedIconPath": "/static/image/tabbar/earlyWarning_active.png",
  28. "text": "预警巡警"
  29. },
  30. {
  31. "pagePath": "pages/my/index",
  32. "iconPath": "/static/image/tabbar/my.png",
  33. "selectedIconPath": "/static/image/tabbar/my.png",
  34. "text": "我的"
  35. }
  36. ]
  37. },
  38. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  39. // 首页
  40. {
  41. "path": "pages/home",
  42. "style": {
  43. "navigationBarTitleText": "首页"
  44. }
  45. },
  46. // 考勤点名
  47. {
  48. "path": "pages/attendanceCall/index",
  49. "style": {
  50. "navigationBarTitleText": "考勤点名",
  51. "enablePullDownRefresh": true
  52. }
  53. },
  54. // 归寝
  55. {
  56. "path" : "pages/attendanceCall/returnBed/detail",
  57. "style" :
  58. {
  59. "navigationBarTitleText": "查看详情",
  60. "enablePullDownRefresh": false
  61. }
  62. },
  63. {
  64. "path" : "pages/attendanceCall/returnBed/comfirm",
  65. "style" :
  66. {
  67. "navigationBarTitleText": "归寝确认",
  68. "enablePullDownRefresh": false
  69. }
  70. },
  71. // 客流
  72. {
  73. "path" : "pages/attendanceCall/passengerFlow/detail",
  74. "style" :
  75. {
  76. "navigationBarTitleText": "分片详情",
  77. "enablePullDownRefresh": false
  78. }
  79. },
  80. {
  81. "path" : "pages/attendanceCall/passengerFlow/add",
  82. "style" :
  83. {
  84. "navigationBarTitleText": "新增查询",
  85. "enablePullDownRefresh": false
  86. }
  87. },
  88. // {
  89. // "path": "pages/attendanceCall/rollCall/index",
  90. // "style": {
  91. // "navigationBarTitleText": "点名"
  92. // }
  93. // },
  94. // {
  95. // "path": "pages/attendanceCall/returnBed/index",
  96. // "style": {
  97. // "navigationBarTitleText": "归寝"
  98. // }
  99. // },
  100. // {
  101. // "path": "pages/attendanceCall/passengerFlow/index",
  102. // "style": {
  103. // "navigationBarTitleText": "客流"
  104. // }
  105. // },
  106. // 预警巡警
  107. {
  108. "path": "pages/earlyWarning/index",
  109. "style": {
  110. "navigationStyle": "custom"
  111. }
  112. },
  113. {
  114. "path": "pages/earlyWarning/detail",
  115. "style": {
  116. "navigationBarTitleText": "查看详情"
  117. }
  118. },
  119. {
  120. "path": "pages/earlyWarning/handlingSuggestions",
  121. "style": {
  122. "navigationBarTitleText": "处理意见"
  123. }
  124. },
  125. {
  126. "path": "pages/earlyWarning/processingResults",
  127. "style": {
  128. "navigationBarTitleText": "处理结果"
  129. }
  130. },
  131. {
  132. "path": "pages/monitor/index",
  133. "style": {
  134. "navigationBarTitleText": "监控管理"
  135. }
  136. },
  137. // 我的
  138. {
  139. "path": "pages/my/index",
  140. "style": {
  141. "navigationBarTitleText": "我的"
  142. }
  143. }
  144. ],
  145. "globalStyle": {
  146. "navigationBarTextStyle": "black",
  147. "navigationBarTitleText": "校园监控预警平台",
  148. "navigationBarBackgroundColor": "#fff",
  149. "backgroundColor": "#F8F8F8"
  150. },
  151. "uniIdRouter": {}
  152. }