pages.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  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/worktime/detail/echarts",
  97. "style": {
  98. "navigationBarTitleText": "工时详情",
  99. "navigationBarBackgroundColor": "#D5E9FE"
  100. }
  101. },
  102. {
  103. "path": "pages/push/index",
  104. "style": {
  105. "navigationBarTitleText": "通知",
  106. "navigationBarBackgroundColor": "#D5E9FE"
  107. }
  108. },
  109. {
  110. "path": "pages/order/detail/acceptIndex",
  111. "style": {
  112. "navigationBarTitleText": "接单",
  113. "navigationStyle": "#custom"
  114. }
  115. },
  116. {
  117. "path": "pages/order/detail/suspendIndex",
  118. "style": {
  119. "navigationBarTitleText": "挂起",
  120. "navigationStyle": "#custom"
  121. }
  122. },
  123. {
  124. "path": "pages/order/detail/approveIndex",
  125. "style": {
  126. "navigationBarTitleText": "审批",
  127. "navigationStyle": "#custom"
  128. }
  129. },
  130. {
  131. "path": "pages/order/detail/resumeIndex",
  132. "style": {
  133. "navigationBarTitleText": "恢复",
  134. "navigationStyle": "#custom"
  135. }
  136. },
  137. {
  138. "path": "pages/order/overdue",
  139. "style": {
  140. "navigationBarTitleText": "超时工单",
  141. "navigationStyle": "custom"
  142. }
  143. },
  144. {
  145. "path": "pages/order/almostOverdue",
  146. "style": {
  147. "navigationBarTitleText": "即将超时工单",
  148. "navigationStyle": "custom"
  149. }
  150. },
  151. {
  152. "path": "pages/order/pendingOrder",
  153. "style": {
  154. "navigationBarTitleText": "待处理工单",
  155. "navigationStyle": "custom"
  156. }
  157. },
  158. {
  159. "path": "pages/score/pending",
  160. "style": {
  161. "navigationBarTitleText": "待评分工单",
  162. "navigationStyle": "custom"
  163. }
  164. },
  165. {
  166. "path": "pages/score/ranking",
  167. "style": {
  168. "navigationBarTitleText": "排名详情",
  169. "navigationStyle": "custom"
  170. }
  171. },
  172. {
  173. "path": "uni_modules/uni-upgrade-center-app/pages/uni-app-x/upgrade-popup",
  174. "style": {
  175. "navigationBarTitleText": ""
  176. }
  177. },
  178. {
  179. "path": "pages/order/detail/returnIndex",
  180. "style": {
  181. "navigationBarTitleText": "退回",
  182. "navigationStyle": "#custom"
  183. }
  184. },
  185. {
  186. "path": "pages/order/detail/resetIndex",
  187. "style": {
  188. "navigationBarTitleText": "复启",
  189. "navigationStyle": "#custom"
  190. }
  191. },
  192. {
  193. "path": "pages/profile/password/index",
  194. "style": {
  195. "navigationBarTitleText": "修改密码",
  196. "navigationStyle": "#custom"
  197. }
  198. },
  199. {
  200. "path": "pages/splash/index",
  201. "style": {
  202. "navigationBarTitleText": "",
  203. "navigationStyle": "custom",
  204. "enablePullDownRefresh": false,
  205. "backgroundColor": "#ffffff"
  206. }
  207. },
  208. {
  209. "path": "pages/order/suspendedOrder",
  210. "style": {
  211. "navigationBarTitleText": "已挂起工单",
  212. "navigationStyle": "custom"
  213. }
  214. },
  215. {
  216. "path": "pages/order/approveOrder",
  217. "style": {
  218. "navigationBarTitleText": "待审批工单",
  219. "navigationStyle": "custom"
  220. }
  221. },
  222. {
  223. "path": "pages/score/detail/selfEvaluate",
  224. "style": {
  225. "navigationBarTitleText": "工分自评",
  226. "navigationStyle": "custom"
  227. }
  228. },
  229. {
  230. "path": "pages/score/detail/reEvaluate",
  231. "style": {
  232. "navigationBarTitleText": "工分复评",
  233. "navigationStyle": "custom"
  234. }
  235. },
  236. {
  237. "path": "pages/order/detail/wbFinalize",
  238. "style": {
  239. "navigationBarTitleText": "结单",
  240. "navigationStyle": "#custom"
  241. }
  242. },
  243. {
  244. "path": "pages/order/detail/wbBackfillFinalize",
  245. "style": {
  246. "navigationBarTitleText": "结单",
  247. "navigationStyle": "#custom"
  248. }
  249. },
  250. {
  251. "path": "pages/order/detail/wxFinalize",
  252. "style": {
  253. "navigationBarTitleText": "结单",
  254. "navigationStyle": "#custom"
  255. }
  256. },
  257. {
  258. "path": "pages/order/detail/shutdownIndex",
  259. "style": {
  260. "navigationBarTitleText": "停机",
  261. "navigationStyle": "#custom"
  262. }
  263. },
  264. {
  265. "path": "pages/order/detail/restartIndex",
  266. "style": {
  267. "navigationBarTitleText": "复运",
  268. "navigationStyle": "#custom"
  269. }
  270. }
  271. ],
  272. "globalStyle": {
  273. "navigationBarTextStyle": "black",
  274. "navigationBarTitleText": "uni-app x",
  275. "navigationBarBackgroundColor": "#F8F8F8",
  276. "backgroundColor": "#F8F8F8"
  277. },
  278. "uniIdRouter": {}
  279. }