pages.json 4.1 KB

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