pages.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
  6. "^c-(.*)": "@/components/c-$1/index.vue"
  7. }
  8. },
  9. "pages": [
  10. {
  11. "path": "pages/home/index",
  12. "style": {
  13. "navigationBarTitleText": "首页",
  14. "titleNView": false
  15. }
  16. },
  17. {
  18. "path": "pages/user/login/index",
  19. "style": {
  20. "navigationBarTitleText": "登录",
  21. "titleNView": false
  22. }
  23. },
  24. {
  25. "path": "pages/waitHandle/index",
  26. "style": {
  27. "navigationBarTitleText": "待办",
  28. "titleNView": false
  29. }
  30. },
  31. {
  32. "path": "pages/application/index",
  33. "style": {
  34. "navigationBarTitleText": "应用",
  35. "titleNView": false
  36. }
  37. },
  38. {
  39. "path": "pages/my/index",
  40. "style": {
  41. "navigationBarTitleText": "我的"
  42. }
  43. },
  44. {
  45. "path": "pages/user/retrievePwd/index",
  46. "style": {
  47. "navigationBarTitleText": "找回密码"
  48. }
  49. },
  50. {
  51. "path": "pages/user/retrievePwd/checkCode",
  52. "style": {
  53. "navigationBarTitleText": "验证码"
  54. }
  55. },
  56. {
  57. "path": "pages/user/retrievePwd/setNewPwd",
  58. "style": {
  59. "navigationBarTitleText": "设置新密码"
  60. }
  61. },
  62. {
  63. "path": "pages/com/msgNotification/index",
  64. "style": {
  65. "navigationBarTitleText": "消息"
  66. }
  67. },
  68. {
  69. "path": "pages/my/personalData",
  70. "style": {
  71. "navigationBarTitleText": "个人资料"
  72. }
  73. },
  74. {
  75. "path": "pages/my/updatePwd",
  76. "style": {
  77. "navigationBarTitleText": "修改密码"
  78. }
  79. },
  80. {
  81. "path": "pages/my/checkCurrentTel",
  82. "style": {
  83. "navigationBarTitleText": "修改手机号"
  84. }
  85. },
  86. {
  87. "path": "pages/my/updateTel",
  88. "style": {
  89. "navigationBarTitleText": "修改手机号"
  90. }
  91. },
  92. {
  93. "path": "pages/attendanceClock/index",
  94. "style": {
  95. "navigationBarTitleText": "考勤打卡",
  96. "navigationStyle": "custom"
  97. }
  98. },
  99. {
  100. "path": "pages/approval/index",
  101. "style": {
  102. "navigationBarTitleText": "审批申请",
  103. "navigationStyle": "custom"
  104. }
  105. },
  106. {
  107. "path": "pages/attendanceClock/statistics/attendStatistics/index",
  108. "style": {
  109. "navigationBarTitleText": "考勤统计",
  110. "navigationStyle": "custom"
  111. }
  112. },
  113. {
  114. "path": "pages/attendanceClock/statistics/monthlyStatistics/index",
  115. "style": {
  116. "navigationBarTitleText": "月度统计",
  117. "navigationStyle": "custom"
  118. }
  119. },
  120. {
  121. "path": "pages/attendanceClock/attendanceRules/index",
  122. "style": {
  123. "navigationBarTitleText": "考勤规则",
  124. "navigationStyle": "custom"
  125. }
  126. },
  127. {
  128. "path": "pages/approval/history/index",
  129. "style": {
  130. "navigationBarTitleText": "历史记录"
  131. }
  132. },
  133. {
  134. "path": "pages/waitHandle/approvalDetail/index",
  135. "style": {
  136. "navigationBarTitleText": "审批详情"
  137. }
  138. }
  139. ],
  140. "tabBar": {
  141. "color": "#7A7E83",
  142. "selectedColor": "#436ff6",
  143. "borderStyle": "black",
  144. "backgroundColor": "#ffffff",
  145. "list": [
  146. {
  147. "pagePath": "pages/home/index",
  148. "iconPath": "static/images/tabbar/home.png",
  149. "selectedIconPath": "static/images/tabbar/home-select.png",
  150. "text": "首页"
  151. },
  152. {
  153. "pagePath": "pages/waitHandle/index",
  154. "iconPath": "static/images/tabbar/wait-handle.png",
  155. "selectedIconPath": "static/images/tabbar/wait-handle-select.png",
  156. "text": "待办"
  157. },
  158. {
  159. "pagePath": "pages/application/index",
  160. "iconPath": "static/images/tabbar/application.png",
  161. "selectedIconPath": "static/images/tabbar/application-select.png",
  162. "text": "应用"
  163. },
  164. {
  165. "pagePath": "pages/my/index",
  166. "iconPath": "static/images/tabbar/my.png",
  167. "selectedIconPath": "static/images/tabbar/my-select.png",
  168. "text": "我的"
  169. }
  170. ]
  171. },
  172. "globalStyle": {
  173. "navigationBarTextStyle": "black",
  174. "navigationBarTitleText": "",
  175. "navigationBarBackgroundColor": "#ffffff",
  176. "backgroundColor": "#ffffff"
  177. },
  178. "uniIdRouter": {}
  179. }