pages.json 20 KB

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