pages.json 33 KB

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