pages.json 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/tabBar/home/index",
  5. "style": {
  6. "navigationBarTitleText": "采美采购商城",
  7. "enablePullDownRefresh": true,
  8. "backgroundColor": "#F28F31",
  9. "backgroundTextStyle": "light",
  10. "navigationStyle": "custom"
  11. }
  12. }, {
  13. "path": "pages/authorization/authorization",
  14. "style": {
  15. "navigationBarTitleText": "微信授权",
  16. "navigationStyle": "custom"
  17. }
  18. }, {
  19. "path": "pages/tabBar/category/index",
  20. "style": {
  21. "navigationBarTitleText": "分类",
  22. "navigationStyle": "custom"
  23. }
  24. }, {
  25. "path": "pages/tabBar/cart/index",
  26. "style": {
  27. "navigationBarTitleText": "购物车",
  28. "enablePullDownRefresh": true
  29. }
  30. }, {
  31. "path": "pages/tabBar/user/user",
  32. "style": {
  33. "navigationBarTitleText": "我的",
  34. "enablePullDownRefresh": true,
  35. "navigationStyle": "custom"
  36. }
  37. }
  38. ],
  39. "subPackages": [{
  40. "root": "pages/service/", //信息服务模块
  41. "pages": [{
  42. "path": "aftersale",
  43. "style": {
  44. "navigationBarTitleText": "售后无忧"
  45. }
  46. },
  47. {
  48. "path": "service",
  49. "style": {
  50. "navigationBarTitleText": "采美365网"
  51. }
  52. },
  53. {
  54. "path": "shoppingnotice",
  55. "style": {
  56. "navigationBarTitleText": "购物须知"
  57. }
  58. },
  59. {
  60. "path": "sellconten",
  61. "style": {
  62. "navigationBarTitleText": "条款内容"
  63. }
  64. }
  65. ]
  66. },
  67. {
  68. "root": "pages/goods/", //商品模块
  69. "pages": [
  70. /*美体节临时页面*/
  71. {
  72. "path": "good-floor-temp",
  73. "style": {
  74. "navigationBarTitleText": "美体节",
  75. "enablePullDownRefresh": true,
  76. "navigationStyle": "custom"
  77. }
  78. },
  79. {
  80. "path": "goods-instrument",
  81. "style": {
  82. "navigationBarTitleText": "项目仪器",
  83. "enablePullDownRefresh": true
  84. }
  85. },
  86. {
  87. "path": "goods-classify",
  88. "style": {
  89. "navigationBarTitleText": "商品列表",
  90. "enablePullDownRefresh": true,
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path": "good-floorMore",
  96. "style": {
  97. "navigationBarTitleText": "更多楼层",
  98. "enablePullDownRefresh": true
  99. }
  100. },
  101. {
  102. "path": "good-floor",
  103. "style": {
  104. "navigationBarTitleText": "",
  105. "enablePullDownRefresh": true,
  106. "navigationStyle": "custom"
  107. }
  108. },
  109. {
  110. "path": "goods-active",
  111. "style": {
  112. "navigationBarTitleText": "凑单商品",
  113. "enablePullDownRefresh": true
  114. }
  115. },
  116. {
  117. "path": "product",
  118. "style": {
  119. "navigationBarTitleText": "商品详情",
  120. "navigationStyle": "custom"
  121. }
  122. },
  123. {
  124. "path": "instrument-details",
  125. "style": {
  126. "navigationBarTitleText": "项目仪器详情",
  127. "navigationStyle": "custom"
  128. }
  129. },
  130. {
  131. "path": "cart",
  132. "style": {
  133. "navigationBarTitleText": "购物车",
  134. "enablePullDownRefresh": true,
  135. "navigationStyle": "custom"
  136. }
  137. },
  138. {
  139. "path": "goods-doc-list",
  140. "style": {
  141. "navigationBarTitleText": "美业资料",
  142. "enablePullDownRefresh": false
  143. }
  144. },
  145. {
  146. "path": "goods-doc-detail",
  147. "style": {
  148. "navigationBarTitleText": "美业资料详情",
  149. "enablePullDownRefresh": false
  150. }
  151. },
  152. {
  153. "path": "goods-supporting",
  154. "style": {
  155. "navigationBarTitleText": "配套商品",
  156. "enablePullDownRefresh": false
  157. }
  158. }
  159. ]
  160. },
  161. {
  162. "root": "pages/login/", //注册登录模块
  163. "pages": [{
  164. "path": "register",
  165. "style": {
  166. "navigationBarTitleText": "机构注册",
  167. "navigationStyle": "custom"
  168. }
  169. },
  170. {
  171. "path": "register-supplier",
  172. "style": {
  173. "navigationBarTitleText": "供应商注册",
  174. "navigationStyle": "custom"
  175. }
  176. },
  177. {
  178. "path": "register-select",
  179. "style": {
  180. "navigationBarTitleText": "选择身份"
  181. }
  182. },
  183. {
  184. "path": "apply",
  185. "style": {
  186. "navigationBarTitleText": "升级资质机构",
  187. "navigationStyle": "custom"
  188. }
  189. },
  190. {
  191. "path": "apply-supplier",
  192. "style": {
  193. "navigationBarTitleText": "修改申请资料",
  194. "navigationStyle": "custom"
  195. }
  196. },
  197. {
  198. "path": "logincode",
  199. "style": {
  200. "navigationBarTitleText": "邀请码登录"
  201. }
  202. },
  203. {
  204. "path": "login",
  205. "style": {
  206. "navigationBarTitleText": "登录"
  207. }
  208. },
  209. {
  210. "path": "binding",
  211. "style": {
  212. "navigationBarTitleText": "注册信息"
  213. }
  214. },
  215. {
  216. "path": "bindwechat",
  217. "style": {
  218. "navigationBarTitleText": "绑定微信"
  219. }
  220. },
  221. {
  222. "path": "bindOperator",
  223. "style": {
  224. "navigationBarTitleText": "绑定运营人员"
  225. }
  226. },
  227. {
  228. "path": "information",
  229. "style": {
  230. "navigationBarTitleText": "修改资料",
  231. "navigationStyle": "custom"
  232. }
  233. },
  234. {
  235. "path": "password",
  236. "style": {
  237. "navigationBarTitleText": "修改密码"
  238. }
  239. }
  240. ]
  241. },
  242. {
  243. "root": "pages/user/", //机构个人中心模块
  244. "pages": [{
  245. "path": "account/account",
  246. "style": {
  247. "navigationBarTitleText": "账户余额明细",
  248. "enablePullDownRefresh": true,
  249. "navigationStyle": "custom"
  250. }
  251. },
  252. {
  253. "path": "account/account-bean",
  254. "style": {
  255. "navigationBarTitleText": "采美豆明细",
  256. "enablePullDownRefresh": true,
  257. "navigationStyle": "custom"
  258. }
  259. },
  260. {
  261. "path": "address/addressManage",
  262. "style": {
  263. "navigationBarTitleText": "添加新地址"
  264. }
  265. },
  266. {
  267. "path": "address/address",
  268. "style": {
  269. "navigationBarTitleText": "地址列表"
  270. }
  271. },
  272. {
  273. "path": "about/about",
  274. "style": {
  275. "navigationBarTitleText": "关于我们"
  276. }
  277. },
  278. {
  279. "path": "regularPurchase/regularPurchase",
  280. "style": {
  281. "navigationBarTitleText": "再次购买"
  282. }
  283. },
  284. {
  285. "path": "order/create-order",
  286. "style": {
  287. "navigationBarTitleText": "确认订单"
  288. }
  289. },
  290. {
  291. "path": "order/success",
  292. "style": {
  293. "navigationBarTitleText": "支付结果",
  294. "navigationStyle": "custom"
  295. }
  296. },
  297. {
  298. "path": "order/order-payment",
  299. "style": {
  300. "navigationBarTitleText": "选择支付方式",
  301. "navigationStyle": "custom"
  302. }
  303. },
  304. {
  305. "path": "order/order-pay",
  306. "style": {
  307. "navigationBarTitleText": "收银台",
  308. "navigationStyle": "custom"
  309. }
  310. },
  311. {
  312. "path": "order/orderShareLogin",
  313. "style": {
  314. "navigationBarTitleText": "输入分享码"
  315. }
  316. },
  317. {
  318. "path": "order/order-sharelogin",
  319. "style": {
  320. "navigationBarTitleText": "查看订单"
  321. }
  322. },
  323. {
  324. "path": "order/order-list",
  325. "style": {
  326. "navigationBarTitleText": "我的订单",
  327. "navigationStyle": "custom"
  328. }
  329. },
  330. {
  331. "path": "order/order-details",
  332. "style": {
  333. "navigationBarTitleText": "订单详情",
  334. "navigationStyle": "custom"
  335. }
  336. },
  337. {
  338. "path": "order/order-sharedetails",
  339. "style": {
  340. "navigationBarTitleText": "订单详情"
  341. }
  342. },
  343. {
  344. "path": "order/order-logistics",
  345. "style": {
  346. "navigationBarTitleText": "物流信息"
  347. }
  348. },
  349. {
  350. "path": "operator/list",
  351. "style": {
  352. "navigationBarTitleText": "运营人员管理"
  353. }
  354. },
  355. {
  356. "path": "operator/addoperator",
  357. "style": {
  358. "navigationBarTitleText": "添加运营人员"
  359. }
  360. },
  361. {
  362. "path": "setting/setting",
  363. "style": {
  364. "navigationBarTitleText": "账户设置"
  365. }
  366. },
  367. {
  368. "path": "setting/phone",
  369. "style": {
  370. "navigationBarTitleText": "更换手机号"
  371. }
  372. },
  373. {
  374. "path": "coupon/coupon",
  375. "style": {
  376. "navigationBarTitleText": "优惠券",
  377. "enablePullDownRefresh": true
  378. }
  379. },
  380. {
  381. "path": "coupon/coupon-collection",
  382. "style": {
  383. "navigationBarTitleText": "领券中心",
  384. "enablePullDownRefresh": true
  385. }
  386. },
  387. {
  388. "path": "coupon/coupon-exchange",
  389. "style": {
  390. "navigationBarTitleText": "兑换优惠券"
  391. }
  392. },
  393. {
  394. "path": "coupon/coupon-product",
  395. "style": {
  396. "navigationBarTitleText": "活动商品",
  397. "enablePullDownRefresh": true
  398. }
  399. },
  400. {
  401. "path": "collection/collection",
  402. "style": {
  403. "navigationBarTitleText": "收藏商品",
  404. "enablePullDownRefresh": true
  405. }
  406. },
  407. {
  408. "path": "member/member",
  409. "style": {
  410. "navigationBarTitleText": "采美超级会员",
  411. "enablePullDownRefresh": true
  412. }
  413. },
  414. {
  415. "path": "member/member-renew",
  416. "style": {
  417. "navigationBarTitleText": "购买超级会员"
  418. }
  419. },
  420. {
  421. "path": "member/member-record",
  422. "style": {
  423. "navigationBarTitleText": "购买记录",
  424. "enablePullDownRefresh": true
  425. }
  426. },
  427. {
  428. "path": "member/member-pay",
  429. "style": {
  430. "navigationBarTitleText": "支付超级会员"
  431. }
  432. },
  433. {
  434. "path": "member/member-product",
  435. "style": {
  436. "navigationBarTitleText": "优惠商品",
  437. "enablePullDownRefresh": true
  438. }
  439. }
  440. ]
  441. },
  442. {
  443. "root": "pages/seller/",
  444. "pages": [{
  445. "path": "index/index",
  446. "style": {
  447. "navigationBarTitleText": "采美采购商城",
  448. "enablePullDownRefresh": true,
  449. "navigationStyle": "custom"
  450. }
  451. },
  452. {
  453. "path": "login/login",
  454. "style": {
  455. "navigationBarTitleText": "登录",
  456. "navigationStyle": "custom"
  457. }
  458. },
  459. {
  460. "path": "cart/cart",
  461. "style": {
  462. "navigationBarTitleText": "购物车"
  463. }
  464. },
  465. {
  466. "path": "cart/buyagain",
  467. "style": {
  468. "navigationBarTitleText": "再次购买"
  469. }
  470. },
  471. {
  472. "path": "cart/immediately",
  473. "style": {
  474. "navigationBarTitleText": "立即下单"
  475. }
  476. }, {
  477. "path": "cart/second",
  478. "style": {
  479. "navigationBarTitleText": "二手下单"
  480. }
  481. },
  482. {
  483. "path": "order/create-order",
  484. "style": {
  485. "navigationBarTitleText": "确认订单"
  486. }
  487. },
  488. {
  489. "path": "order/create-recharge-order",
  490. "style": {
  491. "navigationBarTitleText": "确认订单"
  492. }
  493. },
  494. {
  495. "path": "order/order-details",
  496. "style": {
  497. "navigationBarTitleText": "订单详情",
  498. "navigationStyle": "custom"
  499. }
  500. },
  501. {
  502. "path": "order/order-list",
  503. "style": {
  504. "navigationBarTitleText": "订单列表",
  505. "navigationStyle": "custom"
  506. }
  507. },
  508. {
  509. "path": "club/list",
  510. "style": {
  511. "navigationBarTitleText": "机构列表"
  512. }
  513. },
  514. {
  515. "path": "club/stayClub-list",
  516. "style": {
  517. "navigationBarTitleText": "待注册机构"
  518. }
  519. },
  520. {
  521. "path": "club/club-list",
  522. "style": {
  523. "navigationBarTitleText": "我的机构"
  524. }
  525. },
  526. {
  527. "path": "club/allClub-list",
  528. "style": {
  529. "navigationBarTitleText": "所有机构"
  530. }
  531. },
  532. {
  533. "path": "club/addoperator",
  534. "style": {
  535. "navigationBarTitleText": "邀请运营人员"
  536. }
  537. },
  538. {
  539. "path": "login/register",
  540. "style": {
  541. "navigationBarTitleText": "拉机构上线",
  542. "navigationStyle": "custom"
  543. }
  544. },
  545. {
  546. "path": "login/register-select",
  547. "style": {
  548. "navigationBarTitleText": "拉机构上线"
  549. }
  550. },
  551. {
  552. "path": "login/register-general",
  553. "style": {
  554. "navigationBarTitleText": "个人机构"
  555. }
  556. },
  557. {
  558. "path": "login/register-member",
  559. "style": {
  560. "navigationBarTitleText": "资质机构"
  561. }
  562. },
  563. {
  564. "path": "login/information",
  565. "style": {
  566. "navigationBarTitleText": "修改资料",
  567. "navigationStyle": "custom"
  568. }
  569. },
  570. {
  571. "path": "login/apply",
  572. "style": {
  573. "navigationBarTitleText": "修改申请信息",
  574. "navigationStyle": "custom"
  575. }
  576. },
  577. {
  578. "path": "order/order-historylist",
  579. "style": {
  580. "navigationBarTitleText": "订单列表"
  581. }
  582. }, {
  583. "path": "search/search-order",
  584. "style": {
  585. "navigationBarTitleText": "订单搜索"
  586. }
  587. },
  588. {
  589. "path": "address/address",
  590. "style": {
  591. "navigationBarTitleText": "选择地址"
  592. }
  593. },
  594. {
  595. "path": "address/addressManage",
  596. "style": {
  597. "navigationBarTitleText": "添加地址"
  598. }
  599. },
  600. {
  601. "path": "remarks/list",
  602. "style": {
  603. "navigationBarTitleText": "注册客户咨询记录"
  604. }
  605. },
  606. {
  607. "path": "remarks/add",
  608. "style": {
  609. "navigationBarTitleText": "添加记录"
  610. }
  611. },
  612. {
  613. "path": "remarks/details",
  614. "style": {
  615. "navigationBarTitleText": "记录详情"
  616. }
  617. },
  618. {
  619. "path": "remarks/customer-list",
  620. "style": {
  621. "navigationBarTitleText": "选择咨询人"
  622. }
  623. },
  624. {
  625. "path": "remarks/record-list",
  626. "style": {
  627. "navigationBarTitleText": "未注册客户咨询记录"
  628. }
  629. },
  630. {
  631. "path": "remarks/add-record",
  632. "style": {
  633. "navigationBarTitleText": "添加记录"
  634. }
  635. },
  636. {
  637. "path": "remarks/record-details",
  638. "style": {
  639. "navigationBarTitleText": "记录详情"
  640. }
  641. }
  642. ]
  643. },
  644. {
  645. "root": "pages/h5/", //活动分包模块
  646. "pages": [{
  647. "path": "activity/activity",
  648. "style": {
  649. "navigationBarTitleText": ""
  650. }
  651. },
  652. {
  653. "path": "activity/activity_mid",
  654. "style": {
  655. "navigationBarTitleText": "年中大促",
  656. "enablePullDownRefresh": true
  657. }
  658. },
  659. {
  660. "path": "activity/couponExp",
  661. "style": {
  662. "navigationBarTitleText": "优惠券介绍",
  663. "enablePullDownRefresh": true
  664. }
  665. },
  666. {
  667. "path": "activity/activity-topic",
  668. "style": {
  669. "navigationBarTitleText": "活动专题",
  670. "enablePullDownRefresh": true
  671. }
  672. },
  673. {
  674. "path": "activity/activity-detail",
  675. "style": {
  676. "navigationBarTitleText": "活动专题",
  677. "enablePullDownRefresh": true
  678. }
  679. },
  680. {
  681. "path": "activity/activity-floorMore",
  682. "style": {
  683. "navigationBarTitleText": "更多",
  684. "enablePullDownRefresh": true
  685. }
  686. },
  687. {
  688. "path": "article/page",
  689. "style": {
  690. "navigationBarTitleText": "采美采购平台",
  691. "enablePullDownRefresh": true
  692. }
  693. },
  694. {
  695. "path": "article/path",
  696. "style": {
  697. "navigationBarTitleText": "采美采购平台",
  698. "enablePullDownRefresh": true
  699. }
  700. },
  701. {
  702. "path": "article/page-image",
  703. "style": {
  704. "navigationBarTitleText": "采美采购平台"
  705. }
  706. },
  707. {
  708. "path": "article/path-live",
  709. "style": {
  710. "navigationBarTitleText": "采美采购平台",
  711. "enablePullDownRefresh": true
  712. }
  713. },
  714. {
  715. "path": "activity/activity-list",
  716. "style": {
  717. "navigationBarTitleText": "商品专题",
  718. "enablePullDownRefresh": true
  719. }
  720. },
  721. {
  722. "path": "other/repair",
  723. "style": {
  724. "navigationBarTitleText": "维修"
  725. }
  726. },
  727. {
  728. "path": "other/brand",
  729. "style": {
  730. "navigationBarTitleText": "品牌招商"
  731. }
  732. },
  733. {
  734. "path": "other/brands",
  735. "style": {
  736. "navigationBarTitleText": "品牌招商"
  737. }
  738. },
  739. {
  740. "path": "other/attestation",
  741. "style": {
  742. "navigationBarTitleText": "采美认证通"
  743. }
  744. }
  745. ]
  746. }, {
  747. "root": "pages/search/", //搜索分包模块
  748. "pages": [{
  749. "path": "search",
  750. "style": {
  751. "navigationBarTitleText": "搜索"
  752. }
  753. }, {
  754. "path": "search-supplier",
  755. "style": {
  756. "navigationBarTitleText": "搜索供应商"
  757. }
  758. }, {
  759. "path": "search-instrument",
  760. "style": {
  761. "navigationBarTitleText": "搜索仪器"
  762. }
  763. }, {
  764. "path": "search-order",
  765. "style": {
  766. "navigationBarTitleText": "订单搜索"
  767. }
  768. }, {
  769. "path": "search-second",
  770. "style": {
  771. "navigationBarTitleText": "二手搜索"
  772. }
  773. }]
  774. }, {
  775. "root": "pages/second/",
  776. "pages": [{
  777. "path": "form/introduce",
  778. "style": {
  779. "navigationBarTitleText": "二手市场介绍",
  780. "enablePullDownRefresh": true
  781. }
  782. },
  783. {
  784. "path": "form/form",
  785. "style": {
  786. "navigationBarTitleText": "发布二手"
  787. }
  788. },
  789. {
  790. "path": "form/form-seller",
  791. "style": {
  792. "navigationBarTitleText": "发布二手"
  793. }
  794. },
  795. {
  796. "path": "product/product-list",
  797. "style": {
  798. "navigationBarTitleText": "二手商品",
  799. "enablePullDownRefresh": true
  800. }
  801. },
  802. {
  803. "path": "product/product-details",
  804. "style": {
  805. "navigationBarTitleText": "商品详情",
  806. "enablePullDownRefresh": true,
  807. "navigationStyle": "custom"
  808. }
  809. }
  810. ]
  811. },
  812. {
  813. "root": "pages/supplier/",
  814. "pages": [{
  815. "path": "index/index",
  816. "style": {
  817. "navigationBarTitleText": "采美采购商城",
  818. "enablePullDownRefresh": true,
  819. "navigationStyle": "custom"
  820. }
  821. }, {
  822. "path": "login/bind-operator",
  823. "style": {
  824. "navigationBarTitleText": "绑定微信"
  825. }
  826. }, {
  827. "path": "user/my-product",
  828. "style": {
  829. "navigationBarTitleText": "我的商品",
  830. "enablePullDownRefresh": true
  831. }
  832. }, {
  833. "path": "user/my-shop",
  834. "style": {
  835. "navigationBarTitleText": "店铺主页",
  836. "enablePullDownRefresh": true
  837. }
  838. }, {
  839. "path": "login/share-login",
  840. "style": {
  841. "navigationBarTitleText": "查看订单"
  842. }
  843. }, {
  844. "path": "login/share-info",
  845. "style": {
  846. "navigationBarTitleText": "订单详情",
  847. "navigationStyle": "custom"
  848. }
  849. }, {
  850. "path": "order/order-details",
  851. "style": {
  852. "navigationBarTitleText": "订单详情",
  853. "enablePullDownRefresh": true
  854. }
  855. }, {
  856. "path": "user/supplier",
  857. "style": {
  858. "navigationBarTitleText": "供应商信息"
  859. }
  860. }, {
  861. "path": "order/order-list",
  862. "style": {
  863. "navigationBarTitleText": "我的订单",
  864. "enablePullDownRefresh": true
  865. }
  866. }, {
  867. "path": "order/order-service-details",
  868. "style": {
  869. "navigationBarTitleText": "订单详情",
  870. "navigationStyle": "custom",
  871. "enablePullDownRefresh": true
  872. }
  873. },
  874. {
  875. "path": "deliver/add-logistics",
  876. "style": {
  877. "navigationBarTitleText": "录入物流信息"
  878. }
  879. },
  880. {
  881. "path": "deliver/qualifications-add",
  882. "style": {
  883. "navigationBarTitleText": "上传商品资质"
  884. }
  885. },
  886. {
  887. "path": "deliver/qualifications-details",
  888. "style": {
  889. "navigationBarTitleText": "商品资质"
  890. }
  891. },
  892. {
  893. "path": "deliver/deliver-goods",
  894. "style": {
  895. "navigationBarTitleText": "发货",
  896. "enablePullDownRefresh": true
  897. }
  898. },
  899. {
  900. "path": "deliver/deliver-record",
  901. "style": {
  902. "navigationBarTitleText": "发货记录",
  903. "enablePullDownRefresh": true,
  904. "navigationStyle": "custom"
  905. }
  906. },
  907. {
  908. "path": "deliver/logistics-list",
  909. "style": {
  910. "navigationBarTitleText": "物流公司"
  911. }
  912. },
  913. {
  914. "path": "user/setting/password",
  915. "style": {
  916. "navigationBarTitleText": "修改密码"
  917. }
  918. },
  919. {
  920. "path": "user/setting/phone",
  921. "style": {
  922. "navigationBarTitleText": "更换手机号"
  923. }
  924. },
  925. {
  926. "path": "user/setting/setting",
  927. "style": {
  928. "navigationBarTitleText": "账户设置"
  929. }
  930. },
  931. {
  932. "path": "user/operator/list",
  933. "style": {
  934. "navigationBarTitleText": "运营人员管理"
  935. }
  936. },
  937. {
  938. "path": "user/operator/addoperator",
  939. "style": {
  940. "navigationBarTitleText": "添加运营人员"
  941. }
  942. },
  943. {
  944. "path": "user/information",
  945. "style": {
  946. "navigationBarTitleText": "资料信息"
  947. }
  948. }
  949. ]
  950. }
  951. ],
  952. "tabBar": {
  953. "height": "80",
  954. "color": "#999999",
  955. "selectedColor": "#E15616",
  956. "borderStyle": "black",
  957. "backgroundColor": "#ffffff",
  958. "list": [{
  959. "pagePath": "pages/tabBar/home/index",
  960. "iconPath": "static/icon-home@3x.png",
  961. "selectedIconPath": "static/icon-home-active@3x.png",
  962. "text": "商城"
  963. }, {
  964. "pagePath": "pages/tabBar/category/index",
  965. "iconPath": "static/icon-sort@3x.png",
  966. "selectedIconPath": "static/icon-sort-active@3x.png",
  967. "text": "分类"
  968. },
  969. {
  970. "pagePath": "pages/tabBar/cart/index",
  971. "iconPath": "static/icon-cart@3x.png",
  972. "selectedIconPath": "static/icon-cart-active@3x.png",
  973. "text": "购物车"
  974. },
  975. {
  976. "pagePath": "pages/tabBar/user/user",
  977. "iconPath": "static/icon-user@3x.png",
  978. "selectedIconPath": "static/icon-user-active@3x.png",
  979. "text": "我的"
  980. }
  981. ]
  982. },
  983. "easycom": {
  984. "autoscan": true,
  985. "custom": {
  986. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  987. }
  988. },
  989. "globalStyle": {
  990. "navigationBarTextStyle": "black",
  991. "navigationBarTitleText": "采美采购商城",
  992. "navigationBarBackgroundColor": "#FFFFFF",
  993. "backgroundColor": "#FFFFFF"
  994. },
  995. "condition": { //模式配置,仅开发期间生效
  996. "current": 0, //当前激活的模式(list 的索引项)
  997. "list": [{
  998. "name": "", //模式名称
  999. "path": "", //启动页面,必选
  1000. "query": "" //启动参数,在页面的onLoad函数里面得到
  1001. }]
  1002. }
  1003. }