pages.json 20 KB

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