pages.json 8.1 KB

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