pages.json 4.2 KB

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