pages.json 20 KB

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