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

pages.json 2.7 KiB

1 month ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. "enablePullDownRefresh": true
  52. }
  53. },
  54. // 归寝
  55. {
  56. "path" : "pages/attendanceCall/returnBed/detail",
  57. "style" :
  58. {
  59. "navigationBarTitleText": "查看详情",
  60. "enablePullDownRefresh": false
  61. }
  62. },
  63. {
  64. "path" : "pages/attendanceCall/returnBed/comfirm",
  65. "style" :
  66. {
  67. "navigationBarTitleText": "归寝确认",
  68. "enablePullDownRefresh": false
  69. }
  70. },
  71. // {
  72. // "path": "pages/attendanceCall/rollCall/index",
  73. // "style": {
  74. // "navigationBarTitleText": "点名"
  75. // }
  76. // },
  77. // {
  78. // "path": "pages/attendanceCall/returnBed/index",
  79. // "style": {
  80. // "navigationBarTitleText": "归寝"
  81. // }
  82. // },
  83. // {
  84. // "path": "pages/attendanceCall/passengerFlow/index",
  85. // "style": {
  86. // "navigationBarTitleText": "客流"
  87. // }
  88. // },
  89. // 预警巡警
  90. {
  91. "path": "pages/earlyWarning/index",
  92. "style": {
  93. "navigationStyle": "custom"
  94. }
  95. },
  96. // 我的
  97. {
  98. "path": "pages/my/index",
  99. "style": {
  100. "navigationBarTitleText": "我的"
  101. }
  102. }
  103. ],
  104. "globalStyle": {
  105. "navigationBarTextStyle": "black",
  106. "navigationBarTitleText": "校园监控预警平台",
  107. "navigationBarBackgroundColor": "#fff",
  108. "backgroundColor": "#F8F8F8"
  109. },
  110. "uniIdRouter": {}
  111. }