平安校园
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

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