pages.json 37 KB

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