pages.json 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524
  1. {
  2. "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. {
  36. "root": "pages/index",
  37. "pages": [
  38. {
  39. "path": "express/transfer-sign",
  40. "style": {
  41. "navigationBarTitleText": "中转签收"
  42. }
  43. },
  44. {
  45. "path": "express/scan",
  46. "style": {
  47. "navigationBarTitleText": "扫码"
  48. }
  49. },
  50. {
  51. "path": "express/quick-check",
  52. "style": {
  53. "navigationBarTitleText": "快递验收"
  54. }
  55. },
  56. {
  57. "path": "express/quick-unpack",
  58. "style": {
  59. "navigationBarTitleText": "快递拆包"
  60. }
  61. },
  62. {
  63. "path": "express/route-exception",
  64. "style": {
  65. "navigationBarTitleText": "路由签收异常"
  66. }
  67. },
  68. {
  69. "path": "express/warehouse-sign",
  70. "style": {
  71. "navigationBarTitleText": "到仓签收"
  72. }
  73. },
  74. {
  75. "path": "express/weight-modify",
  76. "style": {
  77. "navigationBarTitleText": "重量修改"
  78. }
  79. },
  80. {
  81. "path": "audit/confirm-receipt",
  82. "style": {
  83. "navigationBarTitleText": "确认收货"
  84. }
  85. },
  86. {
  87. "path": "audit/scan-order",
  88. "style": {
  89. "navigationStyle": "custom",
  90. "navigationBarTitleText": "扫书查单"
  91. }
  92. },
  93. {
  94. "path": "audit/isbn-order",
  95. "style": {
  96. "navigationBarTitleText": "根据ISBN查询订单"
  97. }
  98. },
  99. {
  100. "path": "audit/express-order",
  101. "style": {
  102. "navigationBarTitleText": "根据快递单号或订单号查询"
  103. }
  104. },
  105. {
  106. "path": "audit/review-order",
  107. "style": {
  108. "navigationBarTitleText": "复审任务",
  109. "disableScroll": true
  110. }
  111. },
  112. {
  113. "path": "detail/user-orders",
  114. "style": {
  115. "navigationBarTitleText": "用户所有订单"
  116. }
  117. },
  118. {
  119. "path": "detail/index",
  120. "style": {
  121. "navigationBarTitleText": "订单审核"
  122. }
  123. },
  124. {
  125. "path": "detail/review-book",
  126. "style": {
  127. "navigationBarTitleText": "订单图书复审"
  128. }
  129. },
  130. {
  131. "path": "detail/review-detail",
  132. "style": {
  133. "navigationBarTitleText": "订单复审"
  134. }
  135. },
  136. {
  137. "path": "detail/book-audit",
  138. "style": {
  139. "navigationBarTitleText": "订单图书审核"
  140. }
  141. },
  142. {
  143. "path": "detail/batch-audit",
  144. "style": {
  145. "navigationBarTitleText": "批量审核"
  146. }
  147. },
  148. {
  149. "path": "audit/sender",
  150. "style": {
  151. "navigationBarTitleText": "根据发件人信息查询订单"
  152. }
  153. },
  154. {
  155. "path": "statistic/audit",
  156. "style": {
  157. "navigationBarTitleText": "审核统计"
  158. }
  159. },
  160. {
  161. "path": "statistic/after-sale",
  162. "style": {
  163. "navigationBarTitleText": "售后统计查询"
  164. }
  165. },
  166. {
  167. "path": "statistic/after-sale-result",
  168. "style": {
  169. "navigationBarTitleText": "售后统计结果"
  170. }
  171. },
  172. {
  173. "path": "statistic/package",
  174. "style": {
  175. "navigationBarTitleText": "打包统计"
  176. }
  177. },
  178. {
  179. "path": "wms/medium-in",
  180. "style": {
  181. "navigationBarTitleText": "中等入库"
  182. }
  183. },
  184. {
  185. "path": "wms/good-in",
  186. "style": {
  187. "navigationBarTitleText": "良品入库"
  188. }
  189. },
  190. {
  191. "path": "wms/secondary-in",
  192. "style": {
  193. "navigationBarTitleText": "次品入库"
  194. }
  195. },
  196. {
  197. "path": "wms/bad-in",
  198. "style": {
  199. "navigationStyle": "custom",
  200. "navigationBarTitleText": "不良入库"
  201. }
  202. },
  203. {
  204. "path": "wms/bad-out",
  205. "style": {
  206. "navigationBarTitleText": "不良出库"
  207. }
  208. },
  209. {
  210. "path": "wms/bad-out-order",
  211. "style": {
  212. "navigationBarTitleText": "不良出库"
  213. }
  214. },
  215. {
  216. "path": "wms/bad-off",
  217. "style": {
  218. "navigationBarTitleText": "不良下架"
  219. }
  220. },
  221. {
  222. "path": "wms/order-query",
  223. "style": {
  224. "navigationBarTitleText": "订单查询"
  225. }
  226. },
  227. {
  228. "path": "wms/order-query-list",
  229. "style": {
  230. "navigationBarTitleText": "订单查询结果"
  231. }
  232. },
  233. {
  234. "path": "wms/location-order",
  235. "style": {
  236. "navigationBarTitleText": "库位订单"
  237. }
  238. },
  239. {
  240. "path": "wms/location-order-list",
  241. "style": {
  242. "navigationBarTitleText": "库位订单查询结果"
  243. }
  244. },
  245. {
  246. "path": "wms/location-select",
  247. "style": {
  248. "navigationBarTitleText": "库位选择"
  249. }
  250. },
  251. {
  252. "path": "wms/warehouse-select",
  253. "style": {
  254. "navigationBarTitleText": "仓库选择"
  255. }
  256. },
  257. {
  258. "path": "wms/speedy-check",
  259. "style": {
  260. "navigationStyle": "custom",
  261. "navigationBarTitleText": "快速盘点"
  262. }
  263. },
  264. {
  265. "path": "wms/code-storage",
  266. "style": {
  267. "navigationBarTitleText": "激活码入库"
  268. }
  269. },
  270. {
  271. "path": "wms/code-storage-add",
  272. "style": {
  273. "navigationBarTitleText": "激活码入库"
  274. }
  275. },
  276. {
  277. "path": "offline/check-order",
  278. "style": {
  279. "navigationBarTitleText": "线下核单"
  280. }
  281. },
  282. {
  283. "path": "offline/check-record",
  284. "style": {
  285. "navigationBarTitleText": "核单记录"
  286. }
  287. },
  288. {
  289. "path": "entry/scan-book",
  290. "style": {
  291. "navigationBarTitleText": "扫码查书"
  292. }
  293. },
  294. {
  295. "path": "entry/book-weight",
  296. "style": {
  297. "navigationBarTitleText": "录入书籍重量"
  298. }
  299. },
  300. {
  301. "path": "entry/commodity-scan",
  302. "style": {
  303. "navigationBarTitleText": "商品档案推送"
  304. }
  305. },
  306. {
  307. "path": "express/logistics-detail",
  308. "style": {
  309. "navigationBarTitleText": "物流详情"
  310. }
  311. },
  312. {
  313. "path": "wms/task-detail",
  314. "style": {
  315. "navigationStyle": "custom",
  316. "navigationBarTitleText": "下架任务"
  317. }
  318. },
  319. {
  320. "path": "wms/speedy-check-add",
  321. "style": {
  322. "navigationStyle": "custom",
  323. "navigationBarTitleText": "选择商品"
  324. }
  325. },
  326. {
  327. "path": "work-order/mall",
  328. "style": {
  329. "navigationBarTitleText": "卖书工单"
  330. }
  331. },
  332. {
  333. "path": "work-order/recycle",
  334. "style": {
  335. "navigationBarTitleText": "回收工单"
  336. }
  337. }
  338. ]
  339. },
  340. {
  341. "root": "pages/my",
  342. "pages": [
  343. {
  344. "path": "page/user-info",
  345. "style": {
  346. "navigationBarTitleText": "用户信息"
  347. }
  348. },
  349. {
  350. "path": "page/warehouse",
  351. "style": {
  352. "navigationBarTitleText": "默认仓库"
  353. }
  354. },
  355. {
  356. "path": "page/school",
  357. "style": {
  358. "navigationBarTitleText": "学校设置"
  359. }
  360. },
  361. {
  362. "path": "page/audit-unfinished",
  363. "style": {
  364. "navigationBarTitleText": "审核未完成"
  365. }
  366. },
  367. {
  368. "path": "page/version",
  369. "style": {
  370. "navigationBarTitleText": "版本设置"
  371. }
  372. },
  373. {
  374. "path": "page/volume",
  375. "style": {
  376. "navigationBarTitleText": "音频设置"
  377. }
  378. },
  379. {
  380. "path": "page/book-display",
  381. "style": {
  382. "navigationBarTitleText": "图书显示设置"
  383. }
  384. },
  385. {
  386. "path": "page/password",
  387. "style": {
  388. "navigationBarTitleText": "修改密码"
  389. }
  390. }
  391. ]
  392. },
  393. {
  394. "root": "pages/order/stat",
  395. "pages": [
  396. {
  397. "path": "pending-review",
  398. "style": {
  399. "navigationBarTitleText": "待初审统计"
  400. }
  401. },
  402. {
  403. "path": "pending-pick",
  404. "style": {
  405. "navigationBarTitleText": "待拣件统计"
  406. }
  407. },
  408. {
  409. "path": "pending-sign",
  410. "style": {
  411. "navigationBarTitleText": "已拣件待签收"
  412. }
  413. },
  414. {
  415. "path": "pending-confirm",
  416. "style": {
  417. "navigationBarTitleText": "待确认收货"
  418. }
  419. },
  420. {
  421. "path": "pending-audit",
  422. "style": {
  423. "navigationBarTitleText": "已到货待审核"
  424. }
  425. },
  426. {
  427. "path": "pending-payment",
  428. "style": {
  429. "navigationBarTitleText": "待付款"
  430. }
  431. },
  432. {
  433. "path": "receive-stat",
  434. "style": {
  435. "navigationBarTitleText": "收货统计"
  436. }
  437. }
  438. ]
  439. },
  440. {
  441. "root": "pages/order/recycle",
  442. "pages": [
  443. {
  444. "path": "pending",
  445. "style": {
  446. "navigationBarTitleText": "待我处理"
  447. }
  448. },
  449. {
  450. "path": "created",
  451. "style": {
  452. "navigationBarTitleText": "我创建的"
  453. }
  454. },
  455. {
  456. "path": "detail",
  457. "style": {
  458. "navigationBarTitleText": "工单详情"
  459. }
  460. }
  461. ]
  462. },
  463. {
  464. "root": "pages/order/mall",
  465. "pages": [
  466. {
  467. "path": "pending",
  468. "style": {
  469. "navigationBarTitleText": "待我处理"
  470. }
  471. },
  472. {
  473. "path": "created",
  474. "style": {
  475. "navigationBarTitleText": "我创建的"
  476. }
  477. },
  478. {
  479. "path": "detail",
  480. "style": {
  481. "navigationBarTitleText": "工单详情"
  482. }
  483. }
  484. ]
  485. }
  486. ],
  487. "globalStyle": {
  488. "navigationBarTextStyle": "white",
  489. "navigationBarTitleText": "",
  490. "navigationBarBackgroundColor": "#22ac38"
  491. },
  492. "tabBar": {
  493. "backgroundColor": "#ffffff",
  494. "color": "#767676",
  495. "selectedColor": "#1b77f0",
  496. "list": [
  497. {
  498. "pagePath": "pages/index/index",
  499. "iconPath": "/static/tabbar/home.png",
  500. "selectedIconPath": "/static/tabbar/homeHl.png",
  501. "text": "首页"
  502. },
  503. {
  504. "pagePath": "pages/order/index",
  505. "iconPath": "/static/tabbar/order.png",
  506. "selectedIconPath": "/static/tabbar/orderHl.png",
  507. "text": "订单"
  508. },
  509. {
  510. "pagePath": "pages/book/index",
  511. "iconPath": "/static/tabbar/book.png",
  512. "selectedIconPath": "/static/tabbar/bookHl.png",
  513. "text": "图书"
  514. },
  515. {
  516. "pagePath": "pages/my/my",
  517. "iconPath": "/static/tabbar/mine.png",
  518. "selectedIconPath": "/static/tabbar/mineHl.png",
  519. "text": "我的"
  520. }
  521. ]
  522. },
  523. "uniIdRouter": {}
  524. }