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

144 linhas
3.1 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. {
  122. "path": "pages/my/index",
  123. "style": {
  124. "navigationBarTitleText": "我的",
  125. "navigationStyle": "custom"
  126. }
  127. },
  128. // 登录
  129. {
  130. "path": "pages/login",
  131. "style": {
  132. "navigationBarTitleText": "登录",
  133. "navigationStyle": "custom"
  134. }
  135. }
  136. ],
  137. "globalStyle": {
  138. "navigationBarTextStyle": "black",
  139. "navigationBarTitleText": "校园监控预警平台",
  140. "navigationBarBackgroundColor": "#fff",
  141. "backgroundColor": "#F8F8F8"
  142. },
  143. "uniIdRouter": {}
  144. }