pages.json 34 KB

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