平安校园
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

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