pages.json 35 KB

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