pages.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922
  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. },
  402. {
  403. "root": "pages/seller/",
  404. "pages": [{
  405. "path": "index/index",
  406. "style": {
  407. "navigationBarTitleText": "采美采购商城",
  408. "enablePullDownRefresh": true,
  409. "navigationStyle": "custom"
  410. }
  411. },
  412. {
  413. "path": "login/login",
  414. "style": {
  415. "navigationBarTitleText": "登录",
  416. "navigationStyle": "custom"
  417. }
  418. },
  419. {
  420. "path": "cart/cart",
  421. "style": {
  422. "navigationBarTitleText": "购物车"
  423. }
  424. },
  425. {
  426. "path": "cart/buyagain",
  427. "style": {
  428. "navigationBarTitleText": "再次购买"
  429. }
  430. },
  431. {
  432. "path": "cart/immediately",
  433. "style": {
  434. "navigationBarTitleText": "立即下单"
  435. }
  436. }, {
  437. "path": "cart/second",
  438. "style": {
  439. "navigationBarTitleText": "二手下单"
  440. }
  441. },
  442. {
  443. "path": "order/create-order",
  444. "style": {
  445. "navigationBarTitleText": "确认订单"
  446. }
  447. },
  448. {
  449. "path": "order/create-recharge-order",
  450. "style": {
  451. "navigationBarTitleText": "确认订单"
  452. }
  453. },
  454. {
  455. "path": "order/order-details",
  456. "style": {
  457. "navigationBarTitleText": "订单详情",
  458. "navigationStyle": "custom"
  459. }
  460. },
  461. {
  462. "path": "order/order-list",
  463. "style": {
  464. "navigationBarTitleText": "订单列表",
  465. "navigationStyle": "custom"
  466. }
  467. },
  468. {
  469. "path": "order/order-sharedetails",
  470. "style": {
  471. "navigationBarTitleText": "订单详情",
  472. "navigationStyle": "custom"
  473. }
  474. },
  475. {
  476. "path": "club/list",
  477. "style": {
  478. "navigationBarTitleText": "机构列表"
  479. }
  480. },
  481. {
  482. "path": "club/stayClub-list",
  483. "style": {
  484. "navigationBarTitleText": "待注册机构"
  485. }
  486. },
  487. {
  488. "path": "club/club-list",
  489. "style": {
  490. "navigationBarTitleText": "我的机构"
  491. }
  492. },
  493. {
  494. "path": "club/allClub-list",
  495. "style": {
  496. "navigationBarTitleText": "所有机构"
  497. }
  498. },
  499. {
  500. "path": "club/addoperator",
  501. "style": {
  502. "navigationBarTitleText": "邀请运营人员"
  503. }
  504. },
  505. {
  506. "path": "login/register",
  507. "style": {
  508. "navigationBarTitleText": "拉机构上线",
  509. "navigationStyle": "custom"
  510. }
  511. },
  512. {
  513. "path": "login/register-select",
  514. "style": {
  515. "navigationBarTitleText": "拉机构上线"
  516. }
  517. },
  518. {
  519. "path": "login/register-general",
  520. "style": {
  521. "navigationBarTitleText": "普通机构"
  522. }
  523. },
  524. {
  525. "path": "login/register-member",
  526. "style": {
  527. "navigationBarTitleText": "会员机构"
  528. }
  529. },
  530. {
  531. "path": "login/information",
  532. "style": {
  533. "navigationBarTitleText": "修改资料",
  534. "navigationStyle": "custom"
  535. }
  536. },
  537. {
  538. "path": "login/apply",
  539. "style": {
  540. "navigationBarTitleText": "修改申请信息",
  541. "navigationStyle": "custom"
  542. }
  543. },
  544. {
  545. "path": "order/order-historylist",
  546. "style": {
  547. "navigationBarTitleText": "订单列表"
  548. }
  549. }, {
  550. "path": "search/search-order",
  551. "style": {
  552. "navigationBarTitleText": "订单搜索"
  553. }
  554. },
  555. {
  556. "path": "address/address",
  557. "style": {
  558. "navigationBarTitleText": "选择地址"
  559. }
  560. },
  561. {
  562. "path": "address/addressManage",
  563. "style": {
  564. "navigationBarTitleText": "添加地址"
  565. }
  566. }
  567. ]
  568. },
  569. {
  570. "root": "pages/h5/", //活动分包模块
  571. "pages": [{
  572. "path": "activity/activity",
  573. "style": {
  574. "navigationBarTitleText": ""
  575. }
  576. },
  577. {
  578. "path": "activity/activity_mid",
  579. "style": {
  580. "navigationBarTitleText": "年中大促",
  581. "enablePullDownRefresh": true
  582. }
  583. },
  584. {
  585. "path": "activity/couponExp",
  586. "style": {
  587. "navigationBarTitleText": "优惠券介绍",
  588. "enablePullDownRefresh": true
  589. }
  590. },
  591. {
  592. "path": "activity/activity-topic",
  593. "style": {
  594. "navigationBarTitleText": "活动专题",
  595. "enablePullDownRefresh": true
  596. }
  597. },
  598. {
  599. "path": "activity/activity-detail",
  600. "style": {
  601. "navigationBarTitleText": "活动专题",
  602. "enablePullDownRefresh": true
  603. }
  604. },
  605. {
  606. "path": "activity/activity-floorMore",
  607. "style": {
  608. "navigationBarTitleText": "更多",
  609. "enablePullDownRefresh": true
  610. }
  611. },
  612. {
  613. "path": "article/page",
  614. "style": {
  615. "navigationBarTitleText": "采美采购平台",
  616. "enablePullDownRefresh": true
  617. }
  618. },
  619. {
  620. "path": "article/path",
  621. "style": {
  622. "navigationBarTitleText": "采美采购平台",
  623. "enablePullDownRefresh": true
  624. }
  625. },
  626. {
  627. "path": "article/page-image",
  628. "style": {
  629. "navigationBarTitleText": "采美采购平台"
  630. }
  631. },
  632. {
  633. "path": "article/path-live",
  634. "style": {
  635. "navigationBarTitleText": "采美采购平台",
  636. "enablePullDownRefresh": true
  637. }
  638. },
  639. {
  640. "path": "activity/activity-list",
  641. "style": {
  642. "navigationBarTitleText": "商品专题",
  643. "enablePullDownRefresh": true
  644. }
  645. },
  646. {
  647. "path": "other/repair",
  648. "style": {
  649. "navigationBarTitleText": "维修"
  650. }
  651. },
  652. {
  653. "path": "other/brand",
  654. "style": {
  655. "navigationBarTitleText": "品牌招商"
  656. }
  657. },
  658. {
  659. "path": "other/brands",
  660. "style": {
  661. "navigationBarTitleText": "品牌招商"
  662. }
  663. }
  664. ]
  665. }, {
  666. "root": "pages/search/", //搜索分包模块
  667. "pages": [{
  668. "path": "search",
  669. "style": {
  670. "navigationBarTitleText": "搜索"
  671. }
  672. }, {
  673. "path": "search-supplier",
  674. "style": {
  675. "navigationBarTitleText": "搜索供应商"
  676. }
  677. }, {
  678. "path": "search-instrument",
  679. "style": {
  680. "navigationBarTitleText": "搜索仪器"
  681. }
  682. }, {
  683. "path": "search-order",
  684. "style": {
  685. "navigationBarTitleText": "订单搜索"
  686. }
  687. }, {
  688. "path": "search-second",
  689. "style": {
  690. "navigationBarTitleText": "二手搜索"
  691. }
  692. }]
  693. }, {
  694. "root": "pages/second/",
  695. "pages": [{
  696. "path": "form/introduce",
  697. "style": {
  698. "navigationBarTitleText": "二手市场介绍",
  699. "enablePullDownRefresh": true
  700. }
  701. },
  702. {
  703. "path": "form/form",
  704. "style": {
  705. "navigationBarTitleText": "发布二手"
  706. }
  707. },
  708. {
  709. "path": "form/form-seller",
  710. "style": {
  711. "navigationBarTitleText": "发布二手"
  712. }
  713. },
  714. {
  715. "path": "product/product-list",
  716. "style": {
  717. "navigationBarTitleText": "二手商品",
  718. "enablePullDownRefresh": true
  719. }
  720. },
  721. {
  722. "path": "product/product-details",
  723. "style": {
  724. "navigationBarTitleText": "商品详情",
  725. "enablePullDownRefresh": true,
  726. "navigationStyle": "custom"
  727. }
  728. }
  729. ]
  730. },
  731. {
  732. "root": "pages/supplier/",
  733. "pages": [{
  734. "path": "index/index",
  735. "style": {
  736. "navigationBarTitleText": "采美采购商城",
  737. "enablePullDownRefresh": true,
  738. "navigationStyle": "custom"
  739. }
  740. }, {
  741. "path": "login/bind-operator",
  742. "style": {
  743. "navigationBarTitleText": "绑定微信"
  744. }
  745. }, {
  746. "path": "user/my-product",
  747. "style": {
  748. "navigationBarTitleText": "我的商品",
  749. "enablePullDownRefresh": true
  750. }
  751. }, {
  752. "path": "user/my-shop",
  753. "style": {
  754. "navigationBarTitleText": "店铺主页",
  755. "enablePullDownRefresh": true
  756. }
  757. }, {
  758. "path": "login/share-login",
  759. "style": {
  760. "navigationBarTitleText": "查看订单"
  761. }
  762. }, {
  763. "path": "login/share-info",
  764. "style": {
  765. "navigationBarTitleText": "订单详情",
  766. "navigationStyle": "custom"
  767. }
  768. }, {
  769. "path": "order/order-details",
  770. "style": {
  771. "navigationBarTitleText": "订单详情",
  772. "enablePullDownRefresh": true
  773. }
  774. }, {
  775. "path": "user/supplier",
  776. "style": {
  777. "navigationBarTitleText": "供应商信息"
  778. }
  779. }, {
  780. "path": "order/order-list",
  781. "style": {
  782. "navigationBarTitleText": "我的订单",
  783. "enablePullDownRefresh": true
  784. }
  785. }, {
  786. "path": "order/order-service-details",
  787. "style": {
  788. "navigationBarTitleText": "订单详情",
  789. "navigationStyle": "custom",
  790. "enablePullDownRefresh": true
  791. }
  792. },
  793. {
  794. "path": "deliver/add-logistics",
  795. "style": {
  796. "navigationBarTitleText": "录入物流信息"
  797. }
  798. },
  799. {
  800. "path": "deliver/qualifications-add",
  801. "style": {
  802. "navigationBarTitleText": "上传商品资质"
  803. }
  804. },
  805. {
  806. "path": "deliver/qualifications-details",
  807. "style": {
  808. "navigationBarTitleText": "商品资质"
  809. }
  810. },
  811. {
  812. "path": "deliver/deliver-goods",
  813. "style": {
  814. "navigationBarTitleText": "发货",
  815. "enablePullDownRefresh": true
  816. }
  817. },
  818. {
  819. "path": "deliver/deliver-record",
  820. "style": {
  821. "navigationBarTitleText": "发货记录",
  822. "enablePullDownRefresh": true,
  823. "navigationStyle": "custom"
  824. }
  825. },
  826. {
  827. "path": "deliver/logistics-list",
  828. "style": {
  829. "navigationBarTitleText": "物流公司"
  830. }
  831. },
  832. {
  833. "path": "user/setting/password",
  834. "style": {
  835. "navigationBarTitleText": "修改密码"
  836. }
  837. },
  838. {
  839. "path": "user/setting/phone",
  840. "style": {
  841. "navigationBarTitleText": "更换手机号"
  842. }
  843. },
  844. {
  845. "path": "user/setting/setting",
  846. "style": {
  847. "navigationBarTitleText": "账户设置"
  848. }
  849. },
  850. {
  851. "path": "user/operator/list",
  852. "style": {
  853. "navigationBarTitleText": "运营人员管理"
  854. }
  855. },
  856. {
  857. "path": "user/operator/addoperator",
  858. "style": {
  859. "navigationBarTitleText": "添加运营人员"
  860. }
  861. },
  862. {
  863. "path": "user/information",
  864. "style": {
  865. "navigationBarTitleText": "资料信息"
  866. }
  867. }
  868. ]
  869. }
  870. ],
  871. "tabBar": {
  872. "height": "80",
  873. "color": "#999999",
  874. "selectedColor": "#E15616",
  875. "borderStyle": "black",
  876. "backgroundColor": "#ffffff",
  877. "list": [{
  878. "pagePath": "pages/tabBar/home/index",
  879. "iconPath": "static/icon-home@3x.png",
  880. "selectedIconPath": "static/icon-home-active@3x.png",
  881. "text": "商城"
  882. }, {
  883. "pagePath": "pages/tabBar/category/index",
  884. "iconPath": "static/icon-sort@3x.png",
  885. "selectedIconPath": "static/icon-sort-active@3x.png",
  886. "text": "分类"
  887. },
  888. {
  889. "pagePath": "pages/tabBar/cart/index",
  890. "iconPath": "static/icon-cart@3x.png",
  891. "selectedIconPath": "static/icon-cart-active@3x.png",
  892. "text": "购物车"
  893. },
  894. {
  895. "pagePath": "pages/tabBar/user/user",
  896. "iconPath": "static/icon-user@3x.png",
  897. "selectedIconPath": "static/icon-user-active@3x.png",
  898. "text": "我的"
  899. }
  900. ]
  901. },
  902. "easycom": {
  903. "autoscan": true,
  904. "custom": {
  905. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  906. }
  907. },
  908. "globalStyle": {
  909. "navigationBarTextStyle": "black",
  910. "navigationBarTitleText": "采美采购商城",
  911. "navigationBarBackgroundColor": "#FFFFFF",
  912. "backgroundColor": "#FFFFFF"
  913. },
  914. "condition": { //模式配置,仅开发期间生效
  915. "current": 0, //当前激活的模式(list 的索引项)
  916. "list": [{
  917. "name": "", //模式名称
  918. "path": "", //启动页面,必选
  919. "query": "" //启动参数,在页面的onLoad函数里面得到
  920. }]
  921. }
  922. }