pages.json 4.5 KB

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