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

94 line
2.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. {
  13. "pagePath": "pages/home",
  14. "iconPath": "/static/image/tabbar/home.png",
  15. "selectedIconPath": "/static/image/tabbar/home.png",
  16. "text": "首页"
  17. },
  18. {
  19. "pagePath": "pages/attendanceCall/index",
  20. "iconPath": "/static/image/tabbar/attendanceCall.png",
  21. "selectedIconPath": "/static/image/tabbar/attendanceCall.png",
  22. "text": "考勤点名"
  23. },
  24. {
  25. "pagePath": "pages/earlyWarning/index",
  26. "iconPath": "/static/image/tabbar/earlyWarning_active.png",
  27. "selectedIconPath": "/static/image/tabbar/earlyWarning_active.png",
  28. "text": "预警巡警"
  29. },
  30. {
  31. "pagePath": "pages/my/index",
  32. "iconPath": "/static/image/tabbar/my.png",
  33. "selectedIconPath": "/static/image/tabbar/my.png",
  34. "text": "我的"
  35. }
  36. ]
  37. },
  38. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  39. // 首页
  40. {
  41. "path": "pages/home",
  42. "style": {
  43. "navigationBarTitleText": "首页"
  44. }
  45. },
  46. // 考勤点名
  47. {
  48. "path": "pages/attendanceCall/index",
  49. "style": {
  50. "navigationBarTitleText": "考勤点名"
  51. }
  52. },
  53. // {
  54. // "path": "pages/attendanceCall/rollCall/index",
  55. // "style": {
  56. // "navigationBarTitleText": "点名"
  57. // }
  58. // },
  59. // {
  60. // "path": "pages/attendanceCall/returnBed/index",
  61. // "style": {
  62. // "navigationBarTitleText": "归寝"
  63. // }
  64. // },
  65. // {
  66. // "path": "pages/attendanceCall/passengerFlow/index",
  67. // "style": {
  68. // "navigationBarTitleText": "客流"
  69. // }
  70. // },
  71. // 预警巡警
  72. {
  73. "path": "pages/earlyWarning/index",
  74. "style": {
  75. "navigationStyle": "custom"
  76. }
  77. },
  78. // 我的
  79. {
  80. "path": "pages/my/index",
  81. "style": {
  82. "navigationBarTitleText": "我的"
  83. }
  84. }
  85. ],
  86. "globalStyle": {
  87. "navigationBarTextStyle": "black",
  88. "navigationBarTitleText": "校园监控预警平台",
  89. "navigationBarBackgroundColor": "#fff",
  90. "backgroundColor": "#F8F8F8"
  91. },
  92. "uniIdRouter": {}
  93. }