pages.json 4.5 KB

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