pages.json 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/login/login",
  5. "style": {
  6. "navigationBarTitleText": "登录"
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "首页"
  13. }
  14. },
  15. {
  16. "path": "pages/my/my",
  17. "style": {
  18. "navigationBarTitleText": "个人中心"
  19. }
  20. },
  21. {
  22. "path": "pages/order/index",
  23. "style": {
  24. "navigationBarTitleText": "订单统计"
  25. }
  26. },
  27. {
  28. "path": "pages/book/index",
  29. "style": {
  30. "navigationBarTitleText": "图书管理"
  31. }
  32. }
  33. ],
  34. "subPackages": [{
  35. "root": "pages/index",
  36. "pages": [{
  37. "path": "express/transfer-sign",
  38. "style": {
  39. "navigationBarTitleText": "中转签收"
  40. }
  41. },
  42. {
  43. "path": "express/quick-check",
  44. "style": {
  45. "navigationBarTitleText": "快速验收"
  46. }
  47. },
  48. {
  49. "path": "express/quick-unpack",
  50. "style": {
  51. "navigationBarTitleText": "快速拆包"
  52. }
  53. },
  54. {
  55. "path": "express/route-exception",
  56. "style": {
  57. "navigationBarTitleText": "路由签收异常"
  58. }
  59. },
  60. {
  61. "path": "express/warehouse-sign",
  62. "style": {
  63. "navigationBarTitleText": "到仓签收"
  64. }
  65. },
  66. {
  67. "path": "express/weight-modify",
  68. "style": {
  69. "navigationBarTitleText": "重量修改"
  70. }
  71. },
  72. {
  73. "path": "audit/confirm-receipt",
  74. "style": {
  75. "navigationBarTitleText": "确认收货"
  76. }
  77. },
  78. {
  79. "path": "audit/scan-order",
  80. "style": {
  81. "navigationStyle": "custom",
  82. "navigationBarTitleText": "扫书查单"
  83. }
  84. },
  85. {
  86. "path": "audit/isbn-order",
  87. "style": {
  88. "navigationBarTitleText": "根据ISBN查询订单"
  89. }
  90. },
  91. {
  92. "path": "audit/express-order",
  93. "style": {
  94. "navigationBarTitleText": "根据快递单或订单"
  95. }
  96. },
  97. {
  98. "path": "audit/sender",
  99. "style": {
  100. "navigationBarTitleText": "根据发件人"
  101. }
  102. },
  103. {
  104. "path": "statistic/audit",
  105. "style": {
  106. "navigationBarTitleText": "审核统计"
  107. }
  108. },
  109. {
  110. "path": "statistic/after-sale",
  111. "style": {
  112. "navigationBarTitleText": "售后统计"
  113. }
  114. },
  115. {
  116. "path": "statistic/package",
  117. "style": {
  118. "navigationBarTitleText": "打包统计"
  119. }
  120. },
  121. {
  122. "path": "wms/medium-in",
  123. "style": {
  124. "navigationBarTitleText": "中等入库"
  125. }
  126. },
  127. {
  128. "path": "wms/good-in",
  129. "style": {
  130. "navigationBarTitleText": "良品入库"
  131. }
  132. },
  133. {
  134. "path": "wms/secondary-in",
  135. "style": {
  136. "navigationBarTitleText": "次品入库"
  137. }
  138. },
  139. {
  140. "path": "wms/bad-in",
  141. "style": {
  142. "navigationStyle": "custom",
  143. "navigationBarTitleText": "不良入库"
  144. }
  145. },
  146. {
  147. "path": "wms/bad-out",
  148. "style": {
  149. "navigationBarTitleText": "不良出库"
  150. }
  151. },
  152. {
  153. "path": "wms/bad-out-order",
  154. "style": {
  155. "navigationBarTitleText": "不良出库"
  156. }
  157. },
  158. {
  159. "path": "wms/bad-off",
  160. "style": {
  161. "navigationBarTitleText": "不良下架"
  162. }
  163. },
  164. {
  165. "path": "wms/order-query",
  166. "style": {
  167. "navigationBarTitleText": "订单查询"
  168. }
  169. },
  170. {
  171. "path": "wms/location-order",
  172. "style": {
  173. "navigationBarTitleText": "库位订单"
  174. }
  175. },
  176. {
  177. "path": "wms/location-select",
  178. "style": {
  179. "navigationBarTitleText": "库位选择"
  180. }
  181. },
  182. {
  183. "path": "wms/warehouse-select",
  184. "style": {
  185. "navigationBarTitleText": "仓库选择"
  186. }
  187. },
  188. {
  189. "path": "wms/speedy-check",
  190. "style": {
  191. "navigationStyle": "custom",
  192. "navigationBarTitleText": "快速盘点"
  193. }
  194. },
  195. {
  196. "path": "offline/check-order",
  197. "style": {
  198. "navigationBarTitleText": "线下核单"
  199. }
  200. },
  201. {
  202. "path": "offline/check-record",
  203. "style": {
  204. "navigationBarTitleText": "核单记录"
  205. }
  206. },
  207. {
  208. "path": "entry/scan-book",
  209. "style": {
  210. "navigationBarTitleText": "扫码查书"
  211. }
  212. },
  213. {
  214. "path": "entry/book-weight",
  215. "style": {
  216. "navigationBarTitleText": "录入书籍重量"
  217. }
  218. },
  219. {
  220. "path": "express/logistics-detail",
  221. "style": {
  222. "navigationBarTitleText": "物流详情"
  223. }
  224. },
  225. {
  226. "path": "wms/task-detail",
  227. "style": {
  228. "navigationStyle": "custom",
  229. "navigationBarTitleText": "下架任务"
  230. }
  231. },
  232. {
  233. "path": "wms/speedy-check-add",
  234. "style": {
  235. "navigationStyle": "custom",
  236. "navigationBarTitleText": "选择商品"
  237. }
  238. }
  239. ]
  240. },
  241. {
  242. "root": "pages/my",
  243. "pages": [{
  244. "path": "page/user-info",
  245. "style": {
  246. "navigationBarTitleText": "用户信息"
  247. }
  248. },
  249. {
  250. "path": "page/warehouse",
  251. "style": {
  252. "navigationBarTitleText": "默认仓库"
  253. }
  254. },
  255. {
  256. "path": "page/school",
  257. "style": {
  258. "navigationBarTitleText": "学校设置"
  259. }
  260. },
  261. {
  262. "path": "page/audit-unfinished",
  263. "style": {
  264. "navigationBarTitleText": "审核未完成"
  265. }
  266. },
  267. {
  268. "path": "page/version",
  269. "style": {
  270. "navigationBarTitleText": "版本设置"
  271. }
  272. },
  273. {
  274. "path": "page/volume",
  275. "style": {
  276. "navigationBarTitleText": "音频设置"
  277. }
  278. },
  279. {
  280. "path": "page/book-display",
  281. "style": {
  282. "navigationBarTitleText": "图书显示设置"
  283. }
  284. },
  285. {
  286. "path": "page/password",
  287. "style": {
  288. "navigationBarTitleText": "修改密码"
  289. }
  290. }
  291. ]
  292. },
  293. {
  294. "root": "pages/order/stat",
  295. "pages": [{
  296. "path": "pending-review",
  297. "style": {
  298. "navigationBarTitleText": "待初审统计"
  299. }
  300. },
  301. {
  302. "path": "pending-pick",
  303. "style": {
  304. "navigationBarTitleText": "待拣件统计"
  305. }
  306. },
  307. {
  308. "path": "pending-sign",
  309. "style": {
  310. "navigationBarTitleText": "已拣件待签收"
  311. }
  312. },
  313. {
  314. "path": "pending-confirm",
  315. "style": {
  316. "navigationBarTitleText": "待确认收货"
  317. }
  318. },
  319. {
  320. "path": "pending-audit",
  321. "style": {
  322. "navigationBarTitleText": "已到货待审核"
  323. }
  324. },
  325. {
  326. "path": "pending-payment",
  327. "style": {
  328. "navigationBarTitleText": "待付款"
  329. }
  330. },
  331. {
  332. "path": "receive-stat",
  333. "style": {
  334. "navigationBarTitleText": "收货统计"
  335. }
  336. }
  337. ]
  338. }
  339. ],
  340. "globalStyle": {
  341. "navigationBarTextStyle": "white",
  342. "navigationBarTitleText": "",
  343. "navigationBarBackgroundColor": "#22ac38"
  344. },
  345. "tabBar": {
  346. "backgroundColor": "#ffffff",
  347. "color": "#767676",
  348. "selectedColor": "#31B4FF",
  349. "list": [{
  350. "pagePath": "pages/index/index",
  351. "iconPath": "/static/tabbar/home.png",
  352. "selectedIconPath": "/static/tabbar/homeHl.png",
  353. "text": "首页"
  354. },
  355. {
  356. "pagePath": "pages/order/index",
  357. "iconPath": "/static/tabbar/order.png",
  358. "selectedIconPath": "/static/tabbar/orderHl.png",
  359. "text": "订单"
  360. },
  361. {
  362. "pagePath": "pages/book/index",
  363. "iconPath": "/static/tabbar/book.png",
  364. "selectedIconPath": "/static/tabbar/bookHl.png",
  365. "text": "图书"
  366. },
  367. {
  368. "pagePath": "pages/my/my",
  369. "iconPath": "/static/tabbar/mine.png",
  370. "selectedIconPath": "/static/tabbar/mineHl.png",
  371. "text": "我的"
  372. }
  373. ]
  374. },
  375. "uniIdRouter": {}
  376. }