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

146 lines
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. "enablePullDownRefresh": true,
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. // 工作台
  49. {
  50. "path": "pages/work/index",
  51. "style": {
  52. "navigationBarTitleText": "考勤点名",
  53. "enablePullDownRefresh": false,
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. // 归寝
  58. {
  59. "path": "pages/work/returnBed/index",
  60. "style": {
  61. "navigationBarTitleText": "归寝",
  62. "enablePullDownRefresh": true
  63. }
  64. },
  65. {
  66. "path": "pages/work/returnBed/detail",
  67. "style": {
  68. "navigationBarTitleText": "归寝",
  69. "enablePullDownRefresh": false
  70. }
  71. },
  72. // 客流
  73. {
  74. "path": "pages/work/passengerFlow/index",
  75. "style": {
  76. "navigationBarTitleText": "客流",
  77. "enablePullDownRefresh": true
  78. }
  79. },
  80. {
  81. "path": "pages/work/passengerFlow/detail",
  82. "style": {
  83. "navigationBarTitleText": "分片详情",
  84. "enablePullDownRefresh": false
  85. }
  86. },
  87. // 点名
  88. {
  89. "path": "pages/work/rollCall/index",
  90. "style": {
  91. "navigationBarTitleText": "点名",
  92. "enablePullDownRefresh": true
  93. }
  94. },
  95. {
  96. "path": "pages/work/rollCall/detail",
  97. "style": {
  98. "navigationBarTitleText": "查看",
  99. "enablePullDownRefresh": false
  100. }
  101. },
  102. // 巡警
  103. {
  104. "path": "pages/monitor/index",
  105. "style": {
  106. "enablePullDownRefresh": true,
  107. "navigationBarTitleText": "监控管理"
  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. {
  124. "path": "pages/my/index",
  125. "style": {
  126. "navigationBarTitleText": "我的",
  127. "navigationStyle": "custom"
  128. }
  129. },
  130. // 登录
  131. {
  132. "path": "pages/login",
  133. "style": {
  134. "navigationBarTitleText": "登录",
  135. "navigationStyle": "custom"
  136. }
  137. }
  138. ],
  139. "globalStyle": {
  140. "navigationBarTextStyle": "black",
  141. "navigationBarTitleText": "校园监控预警平台",
  142. "navigationBarBackgroundColor": "#fff",
  143. "backgroundColor": "#F8F8F8"
  144. },
  145. "uniIdRouter": {}
  146. }