pages.json 36 KB

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