pages.json 34 KB

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