平安校园
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

144 líneas
3.3 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/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. {
  66. "path": "pages/work/passengerFlow/index",
  67. "style": {
  68. "navigationBarTitleText": "客流"
  69. }
  70. },
  71. {
  72. "path" : "pages/work/passengerFlow/detail",
  73. "style" :
  74. {
  75. "navigationBarTitleText": "分片详情",
  76. "enablePullDownRefresh": false
  77. }
  78. },
  79. // 点名
  80. {
  81. "path": "pages/work/rollCall/index",
  82. "style": {
  83. "navigationBarTitleText": "点名"
  84. }
  85. },
  86. {
  87. "path" : "pages/work/rollCall/detail",
  88. "style" :
  89. {
  90. "navigationBarTitleText": "查看",
  91. "enablePullDownRefresh": false
  92. }
  93. },
  94. // 巡警
  95. {
  96. "path": "pages/monitor/index",
  97. "style": {
  98. "navigationBarTitleText": "监控管理"
  99. }
  100. },
  101. {
  102. "path": "pages/earlyWarning/detail",
  103. "style": {
  104. "navigationBarTitleText": "查看详情"
  105. }
  106. },
  107. {
  108. "path": "pages/earlyWarning/handlingSuggestions",
  109. "style": {
  110. "navigationBarTitleText": "处理意见"
  111. }
  112. },
  113. {
  114. "path": "pages/earlyWarning/processingResults",
  115. "style": {
  116. "navigationBarTitleText": "处理结果"
  117. }
  118. },
  119. // 我的
  120. {
  121. "path": "pages/my/index",
  122. "style": {
  123. "navigationBarTitleText": "我的",
  124. "navigationStyle": "custom"
  125. }
  126. },
  127. // 登录
  128. {
  129. "path": "pages/login",
  130. "style": {
  131. "navigationBarTitleText": "登录",
  132. "navigationStyle": "custom"
  133. }
  134. }
  135. ],
  136. "globalStyle": {
  137. "navigationBarTextStyle": "black",
  138. "navigationBarTitleText": "校园监控预警平台",
  139. "navigationBarBackgroundColor": "#fff",
  140. "backgroundColor": "#F8F8F8"
  141. },
  142. "uniIdRouter": {}
  143. }