pages.json 4.2 KB

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