pages.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. {
  2. "pages": [{
  3. "path": "pages/stat/stat",
  4. "style": {
  5. "navigationBarTitleText": "统计",
  6. // "navigationStyle": "custom",
  7. "enablePullDownRefresh": false
  8. }
  9. }, {
  10. "path": "pages/home/home",
  11. "style": {
  12. "navigationBarTitleText": "智慧校园打卡",
  13. // "navigationStyle": "custom",
  14. "enablePullDownRefresh": false
  15. }
  16. }, {
  17. "path": "pages/my/my",
  18. "style": {
  19. "navigationBarTitleText": "系统设置",
  20. // "navigationStyle": "custom",
  21. "enablePullDownRefresh": false
  22. }
  23. }, {
  24. "path": "pages/ruleSet/ruleSet",
  25. "style": {
  26. "navigationBarTitleText": "规则设置",
  27. // "navigationStyle": "custom",
  28. "enablePullDownRefresh": false
  29. }
  30. }, {
  31. "path": "pages/punchTime/punchTime",
  32. "style": {
  33. "navigationBarTitleText": "打卡时间",
  34. // "navigationStyle": "custom",
  35. "enablePullDownRefresh": false
  36. }
  37. }, {
  38. "path": "pages/setPunchTime/setPunchTime",
  39. "style": {
  40. "navigationBarTitleText": "添加打卡时间",
  41. // "navigationStyle": "custom",
  42. "enablePullDownRefresh": false
  43. }
  44. }, {
  45. "path": "pages/rulesDetail/rulesDetail",
  46. "style": {
  47. "navigationBarTitleText": "规则明细",
  48. // "navigationStyle": "custom",
  49. "enablePullDownRefresh": false
  50. }
  51. }, {
  52. "path": "pages/particulars/particulars",
  53. "style": {
  54. "navigationBarTitleText": "汇总明细",
  55. // "navigationStyle": "custom",
  56. "enablePullDownRefresh": false
  57. }
  58. },
  59. {
  60. "path": "pages/punchLocation/punchLocation",
  61. "style": {
  62. "navigationBarTitleText": "打卡位置",
  63. // "navigationStyle": "custom",
  64. "enablePullDownRefresh": false
  65. }
  66. }, {
  67. "path": "pages/addLocation/addLocation",
  68. "style": {
  69. "navigationBarTitleText": "添加位置",
  70. // "navigationStyle": "custom",
  71. "enablePullDownRefresh": false
  72. }
  73. },
  74. {
  75. "path": "pages/group/group",
  76. "style": {
  77. "navigationBarTitleText": "考勤组",
  78. // "navigationStyle": "custom",
  79. "enablePullDownRefresh": false
  80. }
  81. },
  82. {
  83. "path": "pages/statDetail/statDetail",
  84. "style": {
  85. "navigationBarTitleText": "统计",
  86. "enablePullDownRefresh": false
  87. }
  88. },
  89. {
  90. "path": "pages/authentication/authentication",
  91. "style": {
  92. "navigationBarTitleText": "身份认证",
  93. "enablePullDownRefresh": false
  94. }
  95. },
  96. {
  97. "path": "pages/index/index",
  98. "style": {
  99. "navigationBarTitleText": "授权中"
  100. }
  101. }, {
  102. "path": "pages/powerSet/powerSet",
  103. "style": {
  104. "navigationBarTitleText": "权限设置",
  105. // "navigationStyle": "custom",
  106. "enablePullDownRefresh": false
  107. }
  108. }, {
  109. "path": "pages/cardRecord/cardRecord",
  110. "style": {
  111. "navigationBarTitleText": "打卡记录",
  112. // "navigationStyle": "custom",
  113. "enablePullDownRefresh": false
  114. }
  115. }, {
  116. "path": "pages/addRules/addRules",
  117. "style": {
  118. "navigationBarTitleText": "新增规则",
  119. // "navigationStyle": "custom",
  120. "enablePullDownRefresh": false
  121. }
  122. }, {
  123. "path": "pages/ruleName/ruleName",
  124. "style": {
  125. "navigationBarTitleText": "规则名称",
  126. // "navigationStyle": "custom",
  127. "enablePullDownRefresh": false
  128. }
  129. }, {
  130. "path": "pages/editRules/editRules",
  131. "style": {
  132. "navigationBarTitleText": "编辑规则",
  133. // "navigationStyle": "custom",
  134. "enablePullDownRefresh": false
  135. }
  136. }, {
  137. "path": "pages/location/location",
  138. "style": {
  139. "navigationBarTitleText": "定位",
  140. // "navigationStyle": "custom",
  141. "enablePullDownRefresh": false
  142. }
  143. }
  144. ],
  145. "tabBar": {
  146. "color": "#000",
  147. "selectedColor": "#0082FC",
  148. "backgroundColor": "#ffffff",
  149. "list": [{
  150. "pagePath": "pages/home/home",
  151. "iconPath": "static/home.png",
  152. "selectedIconPath": "static/home_active.png",
  153. "text": "首页"
  154. }, {
  155. "pagePath": "pages/stat/stat",
  156. "iconPath": "static/stat.png",
  157. "selectedIconPath": "static/stat_active.png",
  158. "text": "统计"
  159. }, {
  160. "pagePath": "pages/my/my",
  161. "iconPath": "static/my.png",
  162. "selectedIconPath": "static/my_active.png",
  163. "text": "我的"
  164. }]
  165. },
  166. "globalStyle": {
  167. "navigationBarTextStyle": "black",
  168. "navigationBarTitleText": "uni-app",
  169. "navigationBarBackgroundColor": "#F8F8F8",
  170. "backgroundColor": "#F8F8F8",
  171. "app-plus": {
  172. "background": "#efeff4"
  173. }
  174. }
  175. }