pages.json 37 KB

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