pages.json 20 KB

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