pages.json 32 KB

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