pages.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/workbench/index",
  12. "style": {
  13. "navigationBarTitleText": "工作台",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/index/index",
  19. "style": {
  20. "navigationBarTitleText": "首页",
  21. "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/workbench/list/index",
  26. "style": {
  27. "navigationBarTitleText": "列表",
  28. "navigationBarBackgroundColor": "#D5E9FE",
  29. "enablePullDownRefresh": false
  30. }
  31. },
  32. {
  33. "path": "pages/order/detail/index",
  34. "style": {
  35. "navigationBarTitleText": "详情",
  36. "navigationStyle": "#custom"
  37. }
  38. },
  39. {
  40. "path": "pages/workbench/form/index",
  41. "style": {
  42. "navigationBarTitleText": "表单",
  43. "navigationBarBackgroundColor": "#D5E9FE"
  44. }
  45. },
  46. {
  47. "path": "pages/workbench/map/index",
  48. "style": {
  49. "navigationBarTitleText": "地图",
  50. "navigationStyle": "custom"
  51. }
  52. },
  53. {
  54. "path": "pages/profile/index",
  55. "style": {
  56. "navigationBarTitleText": "我的",
  57. "navigationStyle": "custom"
  58. }
  59. },
  60. {
  61. "path": "pages/order/index",
  62. "style": {
  63. "navigationBarTitleText": "工单",
  64. "navigationStyle": "custom"
  65. }
  66. },
  67. {
  68. "path": "pages/score/index",
  69. "style": {
  70. "navigationBarTitleText": "工分",
  71. "navigationStyle": "custom"
  72. }
  73. },
  74. {
  75. "path": "pages/score/detail/index",
  76. "style": {
  77. "navigationBarTitleText": "工分详情",
  78. "navigationBarBackgroundColor": "#D5E9FE"
  79. }
  80. },
  81. {
  82. "path": "pages/worktime/index",
  83. "style": {
  84. "navigationBarTitleText": "工时",
  85. "navigationStyle": "custom"
  86. }
  87. },
  88. {
  89. "path": "pages/worktime/detail/index",
  90. "style": {
  91. "navigationBarTitleText": "工时详情",
  92. "navigationBarBackgroundColor": "#D5E9FE"
  93. }
  94. },
  95. {
  96. "path": "pages/push/index",
  97. "style": {
  98. "navigationBarTitleText": "通知",
  99. "navigationBarBackgroundColor": "#D5E9FE"
  100. }
  101. },
  102. {
  103. "path": "pages/order/detail/acceptIndex",
  104. "style": {
  105. "navigationBarTitleText": "接单",
  106. "navigationStyle": "#custom"
  107. }
  108. },
  109. {
  110. "path": "pages/order/detail/suspendIndex",
  111. "style": {
  112. "navigationBarTitleText": "挂起",
  113. "navigationStyle": "#custom"
  114. }
  115. },
  116. {
  117. "path": "pages/order/detail/approveIndex",
  118. "style": {
  119. "navigationBarTitleText": "审批",
  120. "navigationStyle": "#custom"
  121. }
  122. },
  123. {
  124. "path": "pages/order/detail/resumeIndex",
  125. "style": {
  126. "navigationBarTitleText": "恢复",
  127. "navigationStyle": "#custom"
  128. }
  129. },
  130. {
  131. "path": "pages/order/overdue",
  132. "style": {
  133. "navigationBarTitleText": "超时工单",
  134. "navigationStyle": "custom"
  135. }
  136. },
  137. {
  138. "path": "pages/order/almostOverdue",
  139. "style": {
  140. "navigationBarTitleText": "即将超时工单",
  141. "navigationStyle": "custom"
  142. }
  143. },
  144. {
  145. "path": "pages/order/pendingOrder",
  146. "style": {
  147. "navigationBarTitleText": "待处理工单",
  148. "navigationStyle": "custom"
  149. }
  150. },
  151. {
  152. "path": "pages/score/pending",
  153. "style": {
  154. "navigationBarTitleText": "待评分工单",
  155. "navigationStyle": "custom"
  156. }
  157. },
  158. {
  159. "path": "uni_modules/uni-upgrade-center-app/pages/uni-app-x/upgrade-popup",
  160. "style": {
  161. "navigationBarTitleText": ""
  162. }
  163. },
  164. {
  165. "path": "pages/order/detail/returnIndex",
  166. "style": {
  167. "navigationBarTitleText": "退回",
  168. "navigationStyle": "#custom"
  169. }
  170. },
  171. {
  172. "path": "pages/order/detail/resetIndex",
  173. "style": {
  174. "navigationBarTitleText": "复启",
  175. "navigationStyle": "#custom"
  176. }
  177. },
  178. {
  179. "path": "pages/profile/password/index",
  180. "style": {
  181. "navigationBarTitleText": "修改密码",
  182. "navigationStyle": "#custom"
  183. }
  184. },
  185. {
  186. "path": "pages/splash/index",
  187. "style": {
  188. "navigationBarTitleText": "",
  189. "navigationStyle": "custom",
  190. "enablePullDownRefresh": false,
  191. "backgroundColor": "#ffffff"
  192. }
  193. }
  194. ],
  195. "globalStyle": {
  196. "navigationBarTextStyle": "black",
  197. "navigationBarTitleText": "uni-app x",
  198. "navigationBarBackgroundColor": "#F8F8F8",
  199. "backgroundColor": "#F8F8F8"
  200. },
  201. "uniIdRouter": {}
  202. }