pages.json 35 KB

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