pages.json 33 KB

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