pages.json 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024
  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": "coupon/coupon-activity",
  402. "style": {
  403. "navigationBarTitleText": "采美云上美博会",
  404. "enablePullDownRefresh": true
  405. }
  406. },
  407. {
  408. "path": "collection/collection",
  409. "style": {
  410. "navigationBarTitleText": "收藏商品",
  411. "enablePullDownRefresh": true
  412. }
  413. },
  414. {
  415. "path": "member/member",
  416. "style": {
  417. "navigationBarTitleText": "采美超级会员",
  418. "enablePullDownRefresh": true
  419. }
  420. },
  421. {
  422. "path": "member/member-renew",
  423. "style": {
  424. "navigationBarTitleText": "购买超级会员"
  425. }
  426. },
  427. {
  428. "path": "member/member-record",
  429. "style": {
  430. "navigationBarTitleText": "购买记录",
  431. "enablePullDownRefresh": true
  432. }
  433. },
  434. {
  435. "path": "member/member-pay",
  436. "style": {
  437. "navigationBarTitleText": "支付超级会员"
  438. }
  439. },
  440. {
  441. "path": "member/member-product",
  442. "style": {
  443. "navigationBarTitleText": "优惠商品",
  444. "enablePullDownRefresh": true
  445. }
  446. }
  447. ]
  448. },
  449. {
  450. "root": "pages/seller/",
  451. "pages": [{
  452. "path": "index/index",
  453. "style": {
  454. "navigationBarTitleText": "采美采购商城",
  455. "enablePullDownRefresh": true,
  456. "navigationStyle": "custom"
  457. }
  458. },
  459. {
  460. "path": "login/login",
  461. "style": {
  462. "navigationBarTitleText": "登录",
  463. "navigationStyle": "custom"
  464. }
  465. },
  466. {
  467. "path": "cart/cart",
  468. "style": {
  469. "navigationBarTitleText": "购物车"
  470. }
  471. },
  472. {
  473. "path": "cart/buyagain",
  474. "style": {
  475. "navigationBarTitleText": "再次购买"
  476. }
  477. },
  478. {
  479. "path": "cart/immediately",
  480. "style": {
  481. "navigationBarTitleText": "立即下单"
  482. }
  483. },
  484. {
  485. "path": "cart/second",
  486. "style": {
  487. "navigationBarTitleText": "二手下单"
  488. }
  489. },
  490. {
  491. "path": "cart/coupon",
  492. "style": {
  493. "navigationBarTitleText": "优惠券列表",
  494. "enablePullDownRefresh": true
  495. }
  496. },
  497. {
  498. "path": "cart/coupon-share",
  499. "style": {
  500. "navigationBarTitleText": "购买优惠券"
  501. }
  502. },
  503. {
  504. "path": "order/create-order",
  505. "style": {
  506. "navigationBarTitleText": "确认订单"
  507. }
  508. },
  509. {
  510. "path": "order/create-recharge-order",
  511. "style": {
  512. "navigationBarTitleText": "确认订单"
  513. }
  514. },
  515. {
  516. "path": "order/order-details",
  517. "style": {
  518. "navigationBarTitleText": "订单详情",
  519. "navigationStyle": "custom"
  520. }
  521. },
  522. {
  523. "path": "order/order-list",
  524. "style": {
  525. "navigationBarTitleText": "订单列表",
  526. "navigationStyle": "custom"
  527. }
  528. },
  529. {
  530. "path": "club/list",
  531. "style": {
  532. "navigationBarTitleText": "机构列表"
  533. }
  534. },
  535. {
  536. "path": "club/stayClub-list",
  537. "style": {
  538. "navigationBarTitleText": "待注册机构"
  539. }
  540. },
  541. {
  542. "path": "club/club-list",
  543. "style": {
  544. "navigationBarTitleText": "我的机构"
  545. }
  546. },
  547. {
  548. "path": "club/allClub-list",
  549. "style": {
  550. "navigationBarTitleText": "所有机构"
  551. }
  552. },
  553. {
  554. "path": "club/addoperator",
  555. "style": {
  556. "navigationBarTitleText": "邀请运营人员"
  557. }
  558. },
  559. {
  560. "path": "login/register",
  561. "style": {
  562. "navigationBarTitleText": "拉机构上线",
  563. "navigationStyle": "custom"
  564. }
  565. },
  566. {
  567. "path": "login/register-select",
  568. "style": {
  569. "navigationBarTitleText": "拉机构上线"
  570. }
  571. },
  572. {
  573. "path": "login/register-general",
  574. "style": {
  575. "navigationBarTitleText": "个人机构"
  576. }
  577. },
  578. {
  579. "path": "login/register-member",
  580. "style": {
  581. "navigationBarTitleText": "资质机构"
  582. }
  583. },
  584. {
  585. "path": "login/information",
  586. "style": {
  587. "navigationBarTitleText": "修改资料",
  588. "navigationStyle": "custom"
  589. }
  590. },
  591. {
  592. "path": "login/apply",
  593. "style": {
  594. "navigationBarTitleText": "修改申请信息",
  595. "navigationStyle": "custom"
  596. }
  597. },
  598. {
  599. "path": "order/order-historylist",
  600. "style": {
  601. "navigationBarTitleText": "订单列表"
  602. }
  603. }, {
  604. "path": "search/search-order",
  605. "style": {
  606. "navigationBarTitleText": "订单搜索"
  607. }
  608. },
  609. {
  610. "path": "address/address",
  611. "style": {
  612. "navigationBarTitleText": "选择地址"
  613. }
  614. },
  615. {
  616. "path": "address/addressManage",
  617. "style": {
  618. "navigationBarTitleText": "添加地址"
  619. }
  620. },
  621. {
  622. "path": "remarks/list",
  623. "style": {
  624. "navigationBarTitleText": "注册客户咨询记录"
  625. }
  626. },
  627. {
  628. "path": "remarks/add",
  629. "style": {
  630. "navigationBarTitleText": "添加记录"
  631. }
  632. },
  633. {
  634. "path": "remarks/details",
  635. "style": {
  636. "navigationBarTitleText": "记录详情"
  637. }
  638. },
  639. {
  640. "path": "remarks/customer-list",
  641. "style": {
  642. "navigationBarTitleText": "选择咨询人"
  643. }
  644. },
  645. {
  646. "path": "remarks/record-list",
  647. "style": {
  648. "navigationBarTitleText": "未注册客户咨询记录"
  649. }
  650. },
  651. {
  652. "path": "remarks/add-record",
  653. "style": {
  654. "navigationBarTitleText": "添加记录"
  655. }
  656. },
  657. {
  658. "path": "remarks/record-details",
  659. "style": {
  660. "navigationBarTitleText": "记录详情"
  661. }
  662. }
  663. ]
  664. },
  665. {
  666. "root": "pages/h5/", //活动分包模块
  667. "pages": [{
  668. "path": "activity/activity",
  669. "style": {
  670. "navigationBarTitleText": ""
  671. }
  672. },
  673. {
  674. "path": "activity/activity_mid",
  675. "style": {
  676. "navigationBarTitleText": "年中大促",
  677. "enablePullDownRefresh": true
  678. }
  679. },
  680. {
  681. "path": "activity/couponExp",
  682. "style": {
  683. "navigationBarTitleText": "优惠券介绍",
  684. "enablePullDownRefresh": true
  685. }
  686. },
  687. {
  688. "path": "activity/activity-topic",
  689. "style": {
  690. "navigationBarTitleText": "活动专题",
  691. "enablePullDownRefresh": true
  692. }
  693. },
  694. {
  695. "path": "activity/activity-detail",
  696. "style": {
  697. "navigationBarTitleText": "活动专题",
  698. "enablePullDownRefresh": true
  699. }
  700. },
  701. {
  702. "path": "activity/activity-floorMore",
  703. "style": {
  704. "navigationBarTitleText": "更多",
  705. "enablePullDownRefresh": true
  706. }
  707. },
  708. {
  709. "path": "article/page",
  710. "style": {
  711. "navigationBarTitleText": "采美采购平台",
  712. "enablePullDownRefresh": true
  713. }
  714. },
  715. {
  716. "path": "article/path",
  717. "style": {
  718. "navigationBarTitleText": "采美采购平台",
  719. "enablePullDownRefresh": true
  720. }
  721. },
  722. {
  723. "path": "article/page-image",
  724. "style": {
  725. "navigationBarTitleText": "采美采购平台"
  726. }
  727. },
  728. {
  729. "path": "article/path-live",
  730. "style": {
  731. "navigationBarTitleText": "采美采购平台",
  732. "enablePullDownRefresh": true
  733. }
  734. },
  735. {
  736. "path": "activity/activity-list",
  737. "style": {
  738. "navigationBarTitleText": "商品专题",
  739. "enablePullDownRefresh": true
  740. }
  741. },
  742. {
  743. "path": "other/repair",
  744. "style": {
  745. "navigationBarTitleText": "维修"
  746. }
  747. },
  748. {
  749. "path": "other/brand",
  750. "style": {
  751. "navigationBarTitleText": "品牌招商"
  752. }
  753. },
  754. {
  755. "path": "other/brands",
  756. "style": {
  757. "navigationBarTitleText": "品牌招商"
  758. }
  759. },
  760. {
  761. "path": "other/attestation",
  762. "style": {
  763. "navigationBarTitleText": "采美认证通"
  764. }
  765. }
  766. ]
  767. }, {
  768. "root": "pages/search/", //搜索分包模块
  769. "pages": [{
  770. "path": "search",
  771. "style": {
  772. "navigationBarTitleText": "搜索"
  773. }
  774. }, {
  775. "path": "search-supplier",
  776. "style": {
  777. "navigationBarTitleText": "搜索供应商"
  778. }
  779. }, {
  780. "path": "search-instrument",
  781. "style": {
  782. "navigationBarTitleText": "搜索仪器"
  783. }
  784. }, {
  785. "path": "search-order",
  786. "style": {
  787. "navigationBarTitleText": "订单搜索"
  788. }
  789. }, {
  790. "path": "search-second",
  791. "style": {
  792. "navigationBarTitleText": "二手搜索"
  793. }
  794. }]
  795. }, {
  796. "root": "pages/second/",
  797. "pages": [{
  798. "path": "form/introduce",
  799. "style": {
  800. "navigationBarTitleText": "二手市场介绍",
  801. "enablePullDownRefresh": true
  802. }
  803. },
  804. {
  805. "path": "form/form",
  806. "style": {
  807. "navigationBarTitleText": "发布二手"
  808. }
  809. },
  810. {
  811. "path": "form/form-seller",
  812. "style": {
  813. "navigationBarTitleText": "发布二手"
  814. }
  815. },
  816. {
  817. "path": "product/product-list",
  818. "style": {
  819. "navigationBarTitleText": "二手商品",
  820. "enablePullDownRefresh": true
  821. }
  822. },
  823. {
  824. "path": "product/product-details",
  825. "style": {
  826. "navigationBarTitleText": "商品详情",
  827. "enablePullDownRefresh": true,
  828. "navigationStyle": "custom"
  829. }
  830. }
  831. ]
  832. },
  833. {
  834. "root": "pages/supplier/",
  835. "pages": [{
  836. "path": "index/index",
  837. "style": {
  838. "navigationBarTitleText": "采美采购商城",
  839. "enablePullDownRefresh": true,
  840. "navigationStyle": "custom"
  841. }
  842. }, {
  843. "path": "login/bind-operator",
  844. "style": {
  845. "navigationBarTitleText": "绑定微信"
  846. }
  847. }, {
  848. "path": "user/my-product",
  849. "style": {
  850. "navigationBarTitleText": "我的商品",
  851. "enablePullDownRefresh": true
  852. }
  853. }, {
  854. "path": "user/my-shop",
  855. "style": {
  856. "navigationBarTitleText": "店铺主页",
  857. "enablePullDownRefresh": true
  858. }
  859. }, {
  860. "path": "login/share-login",
  861. "style": {
  862. "navigationBarTitleText": "查看订单"
  863. }
  864. }, {
  865. "path": "login/share-info",
  866. "style": {
  867. "navigationBarTitleText": "订单详情",
  868. "navigationStyle": "custom"
  869. }
  870. }, {
  871. "path": "order/order-details",
  872. "style": {
  873. "navigationBarTitleText": "订单详情",
  874. "enablePullDownRefresh": true
  875. }
  876. }, {
  877. "path": "user/supplier",
  878. "style": {
  879. "navigationBarTitleText": "供应商信息"
  880. }
  881. }, {
  882. "path": "order/order-list",
  883. "style": {
  884. "navigationBarTitleText": "我的订单",
  885. "enablePullDownRefresh": true
  886. }
  887. }, {
  888. "path": "order/order-service-details",
  889. "style": {
  890. "navigationBarTitleText": "订单详情",
  891. "navigationStyle": "custom",
  892. "enablePullDownRefresh": true
  893. }
  894. },
  895. {
  896. "path": "deliver/add-logistics",
  897. "style": {
  898. "navigationBarTitleText": "录入物流信息"
  899. }
  900. },
  901. {
  902. "path": "deliver/qualifications-add",
  903. "style": {
  904. "navigationBarTitleText": "上传商品资质"
  905. }
  906. },
  907. {
  908. "path": "deliver/qualifications-details",
  909. "style": {
  910. "navigationBarTitleText": "商品资质"
  911. }
  912. },
  913. {
  914. "path": "deliver/deliver-goods",
  915. "style": {
  916. "navigationBarTitleText": "发货",
  917. "enablePullDownRefresh": true
  918. }
  919. },
  920. {
  921. "path": "deliver/deliver-record",
  922. "style": {
  923. "navigationBarTitleText": "发货记录",
  924. "enablePullDownRefresh": true,
  925. "navigationStyle": "custom"
  926. }
  927. },
  928. {
  929. "path": "deliver/logistics-list",
  930. "style": {
  931. "navigationBarTitleText": "物流公司"
  932. }
  933. },
  934. {
  935. "path": "user/setting/password",
  936. "style": {
  937. "navigationBarTitleText": "修改密码"
  938. }
  939. },
  940. {
  941. "path": "user/setting/phone",
  942. "style": {
  943. "navigationBarTitleText": "更换手机号"
  944. }
  945. },
  946. {
  947. "path": "user/setting/setting",
  948. "style": {
  949. "navigationBarTitleText": "账户设置"
  950. }
  951. },
  952. {
  953. "path": "user/operator/list",
  954. "style": {
  955. "navigationBarTitleText": "运营人员管理"
  956. }
  957. },
  958. {
  959. "path": "user/operator/addoperator",
  960. "style": {
  961. "navigationBarTitleText": "添加运营人员"
  962. }
  963. },
  964. {
  965. "path": "user/information",
  966. "style": {
  967. "navigationBarTitleText": "资料信息"
  968. }
  969. }
  970. ]
  971. }
  972. ],
  973. "tabBar": {
  974. "height": "80",
  975. "color": "#999999",
  976. "selectedColor": "#E15616",
  977. "borderStyle": "black",
  978. "backgroundColor": "#ffffff",
  979. "list": [{
  980. "pagePath": "pages/tabBar/home/index",
  981. "iconPath": "static/icon-home@3x.png",
  982. "selectedIconPath": "static/icon-home-active@3x.png",
  983. "text": "商城"
  984. }, {
  985. "pagePath": "pages/tabBar/category/index",
  986. "iconPath": "static/icon-sort@3x.png",
  987. "selectedIconPath": "static/icon-sort-active@3x.png",
  988. "text": "分类"
  989. },
  990. {
  991. "pagePath": "pages/tabBar/cart/index",
  992. "iconPath": "static/icon-cart@3x.png",
  993. "selectedIconPath": "static/icon-cart-active@3x.png",
  994. "text": "购物车"
  995. },
  996. {
  997. "pagePath": "pages/tabBar/user/user",
  998. "iconPath": "static/icon-user@3x.png",
  999. "selectedIconPath": "static/icon-user-active@3x.png",
  1000. "text": "我的"
  1001. }
  1002. ]
  1003. },
  1004. "easycom": {
  1005. "autoscan": true,
  1006. "custom": {
  1007. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  1008. }
  1009. },
  1010. "globalStyle": {
  1011. "navigationBarTextStyle": "black",
  1012. "navigationBarTitleText": "采美采购商城",
  1013. "navigationBarBackgroundColor": "#FFFFFF",
  1014. "backgroundColor": "#FFFFFF"
  1015. },
  1016. "condition": { //模式配置,仅开发期间生效
  1017. "current": 0, //当前激活的模式(list 的索引项)
  1018. "list": [{
  1019. "name": "", //模式名称
  1020. "path": "", //启动页面,必选
  1021. "query": "" //启动参数,在页面的onLoad函数里面得到
  1022. }]
  1023. }
  1024. }