平安校园
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.6 KiB

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