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

150 lines
3.6 KiB

  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/work/index",
  36. "style": {
  37. "navigationBarTitleText": "考勤点名",
  38. "enablePullDownRefresh": false,
  39. "navigationStyle": "custom"
  40. }
  41. },
  42. // 归寝
  43. {
  44. "path": "pages/work/returnBed/index",
  45. "style": {
  46. "navigationBarTitleText": "归寝"
  47. }
  48. },
  49. {
  50. "path" : "pages/work/returnBed/detail",
  51. "style" :
  52. {
  53. "navigationBarTitleText": "查看详情",
  54. "enablePullDownRefresh": false
  55. }
  56. },
  57. {
  58. "path" : "pages/work/returnBed/comfirm",
  59. "style" :
  60. {
  61. "navigationBarTitleText": "归寝确认",
  62. "enablePullDownRefresh": false
  63. }
  64. },
  65. {
  66. "path": "pages/work/passengerFlow/index",
  67. "style": {
  68. "navigationBarTitleText": "客流"
  69. }
  70. },
  71. // 客流
  72. {
  73. "path" : "pages/work/passengerFlow/detail",
  74. "style" :
  75. {
  76. "navigationBarTitleText": "分片详情",
  77. "enablePullDownRefresh": false
  78. }
  79. },
  80. {
  81. "path" : "pages/work/passengerFlow/add",
  82. "style" :
  83. {
  84. "navigationBarTitleText": "新增查询",
  85. "enablePullDownRefresh": false
  86. }
  87. },
  88. // 点名
  89. {
  90. "path": "pages/work/rollCall/index",
  91. "style": {
  92. "navigationBarTitleText": "点名"
  93. }
  94. },
  95. {
  96. "path" : "pages/work/rollCall/detail",
  97. "style" :
  98. {
  99. "navigationBarTitleText": "查看详情",
  100. "enablePullDownRefresh": false
  101. }
  102. },
  103. // 预警巡警
  104. {
  105. "path": "pages/earlyWarning/index",
  106. "style": {
  107. "navigationStyle": "custom"
  108. }
  109. },
  110. {
  111. "path": "pages/earlyWarning/detail",
  112. "style": {
  113. "navigationBarTitleText": "查看详情"
  114. }
  115. },
  116. {
  117. "path": "pages/earlyWarning/handlingSuggestions",
  118. "style": {
  119. "navigationBarTitleText": "处理意见"
  120. }
  121. },
  122. {
  123. "path": "pages/earlyWarning/processingResults",
  124. "style": {
  125. "navigationBarTitleText": "处理结果"
  126. }
  127. },
  128. {
  129. "path": "pages/monitor/index",
  130. "style": {
  131. "navigationBarTitleText": "监控管理"
  132. }
  133. },
  134. // 我的
  135. {
  136. "path": "pages/my/index",
  137. "style": {
  138. "navigationBarTitleText": "我的"
  139. }
  140. }
  141. ],
  142. "globalStyle": {
  143. "navigationBarTextStyle": "black",
  144. "navigationBarTitleText": "校园监控预警平台",
  145. "navigationBarBackgroundColor": "#fff",
  146. "backgroundColor": "#F8F8F8"
  147. },
  148. "uniIdRouter": {}
  149. }