pages.json 34 KB

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