pages.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "pages": [{
  3. "path": "pages/home/home",
  4. "style": {
  5. "navigationBarTitleText": "智慧校园打卡",
  6. // "navigationStyle": "custom",
  7. "enablePullDownRefresh": false
  8. }
  9. },
  10. {
  11. "path": "pages/statDetail/statDetail",
  12. "style": {
  13. "navigationBarTitleText": "统计",
  14. "enablePullDownRefresh": false
  15. }
  16. },
  17. {
  18. "path": "pages/stat/stat",
  19. "style": {
  20. "navigationBarTitleText": "统计",
  21. // "navigationStyle": "custom",
  22. "enablePullDownRefresh": false
  23. }
  24. },
  25. {
  26. "path": "pages/authentication/authentication",
  27. "style": {
  28. "navigationBarTitleText": "身份认证",
  29. "enablePullDownRefresh": false
  30. }
  31. },
  32. {
  33. "path": "pages/index/index",
  34. "style": {
  35. "navigationBarTitleText": "授权中"
  36. }
  37. }, {
  38. "path": "pages/my/my",
  39. "style": {
  40. "navigationBarTitleText": "系统设置",
  41. // "navigationStyle": "custom",
  42. "enablePullDownRefresh": false
  43. }
  44. }, {
  45. "path": "pages/ruleSet/ruleSet",
  46. "style": {
  47. "navigationBarTitleText": "规则设置",
  48. // "navigationStyle": "custom",
  49. "enablePullDownRefresh": false
  50. }
  51. }, {
  52. "path": "pages/powerSet/powerSet",
  53. "style": {
  54. "navigationBarTitleText": "权限设置",
  55. // "navigationStyle": "custom",
  56. "enablePullDownRefresh": false
  57. }
  58. }, {
  59. "path": "pages/group/group",
  60. "style": {
  61. "navigationBarTitleText": "考勤组",
  62. // "navigationStyle": "custom",
  63. "enablePullDownRefresh": false
  64. }
  65. }, {
  66. "path": "pages/cardRecord/cardRecord",
  67. "style": {
  68. "navigationBarTitleText": "打卡记录",
  69. // "navigationStyle": "custom",
  70. "enablePullDownRefresh": false
  71. }
  72. }, {
  73. "path": "pages/addRules/addRules",
  74. "style": {
  75. "navigationBarTitleText": "新增规则",
  76. // "navigationStyle": "custom",
  77. "enablePullDownRefresh": false
  78. }
  79. }, {
  80. "path": "pages/ruleName/ruleName",
  81. "style": {
  82. "navigationBarTitleText": "规则名称",
  83. // "navigationStyle": "custom",
  84. "enablePullDownRefresh": false
  85. }
  86. }, {
  87. "path": "pages/editRules/editRules",
  88. "style": {
  89. "navigationBarTitleText": "编辑规则",
  90. // "navigationStyle": "custom",
  91. "enablePullDownRefresh": false
  92. }
  93. }, {
  94. "path": "pages/location/location",
  95. "style": {
  96. "navigationBarTitleText": "定位",
  97. // "navigationStyle": "custom",
  98. "enablePullDownRefresh": false
  99. }
  100. }
  101. ],
  102. "tabBar": {
  103. "color": "#000",
  104. "selectedColor": "#0082FC",
  105. "backgroundColor": "#ffffff",
  106. "list": [{
  107. "pagePath": "pages/home/home",
  108. "iconPath": "static/home.png",
  109. "selectedIconPath": "static/home_active.png",
  110. "text": "首页"
  111. }, {
  112. "pagePath": "pages/stat/stat",
  113. "iconPath": "static/stat.png",
  114. "selectedIconPath": "static/stat_active.png",
  115. "text": "统计"
  116. }, {
  117. "pagePath": "pages/my/my",
  118. "iconPath": "static/my.png",
  119. "selectedIconPath": "static/my_active.png",
  120. "text": "我的"
  121. }]
  122. },
  123. "globalStyle": {
  124. "navigationBarTextStyle": "black",
  125. "navigationBarTitleText": "uni-app",
  126. "navigationBarBackgroundColor": "#F8F8F8",
  127. "backgroundColor": "#F8F8F8",
  128. "app-plus": {
  129. "background": "#efeff4"
  130. }
  131. }
  132. }