pages.json 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom",
  8. // #ifdef APP-PLUS
  9. "enablePullDownRefresh": true,
  10. // #endif
  11. "app-plus": {
  12. "scrollIndicator": false //禁用原生导航栏
  13. }
  14. }
  15. },
  16. {
  17. "path": "pages/order_addcart/order_addcart",
  18. "style": {
  19. "navigationBarTitleText": "购物车"
  20. }
  21. },
  22. {
  23. "path": "pages/plant_grass/index",
  24. "style": {
  25. "navigationBarTitleText": "种草社区"
  26. }
  27. },
  28. {
  29. "path": "pages/user/index",
  30. "style": {
  31. "navigationBarTitleText": "个人中心"
  32. //,
  33. //"navigationBarBackgroundColor": "#EB3C3C"
  34. // #ifdef MP || APP-PLUS
  35. // ,
  36. //"navigationBarTextStyle": "#fff"
  37. // #endif
  38. }
  39. },
  40. {
  41. "path": "pages/goods_details/index",
  42. "style": {
  43. "navigationStyle": "custom"
  44. // #ifdef MP || APP-PLUS
  45. ,
  46. "navigationBarTextStyle": "#fff"
  47. // #endif
  48. }
  49. },
  50. {
  51. "path": "pages/goods_cate/goods_cate",
  52. "style": {
  53. "navigationBarTitleText": "商品分类"
  54. }
  55. },
  56. {
  57. "path": "pages/news_list/index",
  58. "style": {
  59. "navigationBarTitleText": "资讯"
  60. }
  61. },
  62. {
  63. "path": "pages/news_details/index",
  64. "style": {
  65. "navigationBarTitleText": "资讯详情"
  66. }
  67. },
  68. {
  69. "path": "pages/auth/index",
  70. "style": {
  71. "navigationBarTitleText": "加载中"
  72. }
  73. },
  74. {
  75. "path": "pages/order_pay_status/index",
  76. "style": {
  77. "navigationBarTitleText": "支付成功"
  78. }
  79. },
  80. {
  81. "path": "pages/error/index",
  82. "style": {
  83. "navigationBarTitleText": "网站已关闭"
  84. }
  85. },
  86. {
  87. "path": "pages/order_details/index",
  88. "style": {
  89. "navigationBarTitleText": "订单详情"
  90. //,
  91. //"navigationBarBackgroundColor": "#e93323"
  92. // #ifdef MP || APP-PLUS
  93. // ,
  94. //"navigationBarTextStyle": "#fff"
  95. // #endif
  96. }
  97. },
  98. {
  99. "path": "pages/order_details/stay",
  100. "style": {
  101. "navigationBarTitleText": "订单详情"
  102. //,
  103. //"navigationBarBackgroundColor": "#e93323"
  104. // #ifdef MP || APP-PLUS
  105. // ,
  106. //"navigationBarTextStyle": "#fff"
  107. // #endif
  108. }
  109. },
  110. {
  111. "path": "pages/order_details/delivery",
  112. "style": {
  113. "navigationBarTitleText": "配送详情"
  114. //,
  115. //"navigationBarBackgroundColor": "#e93323"
  116. // #ifdef MP || APP-PLUS
  117. // ,
  118. //"navigationBarTextStyle": "#fff"
  119. // #endif
  120. }
  121. },
  122. {
  123. "path": "pages/order_pay_back/index",
  124. "style": {
  125. "navigationBarTitleText": "支付提示"
  126. }
  127. }
  128. ],
  129. "subPackages": [{
  130. "root": "pages/users",
  131. "name": "users",
  132. "pages": [{
  133. "path": "retrievePassword/index",
  134. "style": {
  135. "navigationBarTitleText": "忘记密码"
  136. }
  137. },
  138. {
  139. "path": "user_setting/index",
  140. "style": {
  141. "navigationBarTitleText": "设置"
  142. }
  143. },
  144. //协议,关于
  145. {
  146. "path": "user_about/index",
  147. "style": {
  148. "navigationBarTitleText": ""
  149. }
  150. },
  151. {
  152. "path": "agreement_rules/index",
  153. "style": {
  154. "navigationBarTitleText": "协议规则"
  155. }
  156. },
  157. {
  158. "path": "user_info/index",
  159. "style": {
  160. "navigationBarTitleText": "个人资料"
  161. }
  162. },
  163. {
  164. "path": "user_nickname/index",
  165. "style": {
  166. "navigationBarTitleText": "昵称"
  167. }
  168. },
  169. {
  170. "path": "user_get_coupon/index",
  171. "style": {
  172. "navigationBarTitleText": "领取优惠券"
  173. }
  174. },
  175. {
  176. "path": "user_goods_collection/index",
  177. "style": {
  178. "navigationBarTitleText": "收藏商品"
  179. }
  180. },
  181. {
  182. "path": "user_sgin/index",
  183. "style": {
  184. "navigationBarTitleText": "签到"
  185. }
  186. },
  187. {
  188. "path": "user_sgin_list/index",
  189. "style": {
  190. "navigationBarTitleText": "签到记录"
  191. }
  192. },
  193. {
  194. "path": "user_money/index",
  195. "style": {
  196. "navigationBarTitleText": "我的账户"
  197. }
  198. },
  199. {
  200. "path": "user_bill/index",
  201. "style": {
  202. "navigationBarTitleText": "账单明细"
  203. }
  204. },
  205. {
  206. "path": "user_integral/index",
  207. "style": {
  208. "navigationBarTitleText": "积分详情"
  209. }
  210. },
  211. {
  212. "path": "user_brokerage/index",
  213. "style": {
  214. "navigationBarTitleText": "分销等级"
  215. }
  216. },
  217. {
  218. "path": "user_grade/index",
  219. "style": {
  220. "navigationBarTitleText": "我的等级",
  221. "navigationBarBackgroundColor": "#282828"
  222. // #ifdef MP || APP-PLUS
  223. ,
  224. "navigationBarTextStyle": "#fff"
  225. // #endif
  226. }
  227. },
  228. {
  229. "path": "user_grade_list/index",
  230. "style": {
  231. "navigationBarTitleText": "成长值记录",
  232. "navigationBarBackgroundColor": "#282828"
  233. // #ifdef MP || APP-PLUS
  234. ,
  235. "navigationBarTextStyle": "#fff"
  236. // #endif
  237. }
  238. },
  239. {
  240. "path": "user_coupon/index",
  241. "style": {
  242. "navigationBarTitleText": "我的优惠券"
  243. }
  244. },
  245. {
  246. "path": "user_spread_user/index",
  247. "style": {
  248. "navigationBarTitleText": "我的推广"
  249. //,
  250. //"navigationBarBackgroundColor": "#e93323"
  251. // #ifdef MP || APP-PLUS
  252. // ,
  253. //"navigationBarTextStyle": "#fff"
  254. // #endif
  255. }
  256. },
  257. {
  258. "path": "user_spread_code/index",
  259. "style": {
  260. "navigationBarTitleText": "分销海报"
  261. }
  262. },
  263. {
  264. "path": "user_spread_money/index",
  265. "style": {
  266. "navigationBarTitleText": "佣金记录"
  267. //,
  268. //"navigationBarBackgroundColor": "#e93323"
  269. // #ifdef MP || APP-PLUS
  270. // ,
  271. //"navigationBarTextStyle": "#fff"
  272. // #endif
  273. }
  274. },
  275. {
  276. "path": "user_cash/index",
  277. "style": {
  278. "navigationBarTitleText": "提现"
  279. //,
  280. //"navigationBarBackgroundColor": "#e93323"
  281. // #ifdef MP || APP-PLUS
  282. // ,
  283. //"navigationBarTextStyle": "#fff"
  284. // #endif
  285. }
  286. },
  287. {
  288. "path": "user_address_list/index",
  289. "style": {
  290. "navigationBarTitleText": "地址管理"
  291. }
  292. },
  293. {
  294. "path": "user_address/index",
  295. "style": {
  296. "navigationBarTitleText": "添加地址"
  297. }
  298. },
  299. {
  300. "path": "user_phone/index",
  301. "style": {
  302. "navigationBarTitleText": "绑定手机"
  303. //,
  304. //"navigationBarBackgroundColor": "#e93323"
  305. // #ifdef MP || APP-PLUS
  306. //,
  307. //"navigationBarTextStyle": "#fff"
  308. // #endif
  309. }
  310. },
  311. {
  312. "path": "user_modify_phone/index",
  313. "style": {
  314. "navigationBarTitleText": "修改手机号"
  315. // #ifdef MP || APP-PLUS
  316. // ,
  317. //"navigationBarTextStyle": "#fff"
  318. // #endif
  319. }
  320. },
  321. {
  322. "path": "user_modify_pwd/index",
  323. "style": {
  324. "navigationBarTitleText": "修改密码"
  325. // #ifdef MP || APP-PLUS
  326. // ,
  327. // "navigationBarTextStyle": "#fff"
  328. // #endif
  329. }
  330. },
  331. {
  332. "path": "user_payment/index",
  333. "style": {
  334. "navigationBarTitleText": "余额充值"
  335. }
  336. },
  337. {
  338. "path": "user_pwd_edit/index",
  339. "style": {
  340. "navigationBarTitleText": "修改密码"
  341. // #ifdef MP || APP-PLUS
  342. ,
  343. "navigationBarTextStyle": "#fff"
  344. // #endif
  345. }
  346. },
  347. {
  348. "path": "order_confirm/index",
  349. "style": {
  350. "navigationBarTitleText": "提交订单"
  351. }
  352. },
  353. {
  354. "path": "goods_details_store/index",
  355. "style": {
  356. "navigationBarTitleText": "门店列表"
  357. }
  358. },
  359. {
  360. "path": "promoter-list/index",
  361. "style": {
  362. "navigationBarTitleText": "推广人列表"
  363. // #ifdef MP || APP-PLUS
  364. // ,
  365. //"navigationBarTextStyle": "#fff"
  366. // #endif
  367. }
  368. },
  369. {
  370. "path": "promoter-order/index",
  371. "style": {
  372. "navigationBarTitleText": "推广人订单"
  373. //,
  374. //"navigationBarBackgroundColor": "#e93323"
  375. // #ifdef MP || APP-PLUS
  376. // ,
  377. //"navigationBarTextStyle": "#fff"
  378. // #endif
  379. }
  380. },
  381. {
  382. "path": "promoter_rank/index",
  383. "style": {
  384. "navigationBarTitleText": "推广人排行"
  385. //,
  386. //"navigationBarBackgroundColor": "#e93323"
  387. // #ifdef MP || APP-PLUS
  388. // ,
  389. //"navigationBarTextStyle": "#fff"
  390. // #endif
  391. }
  392. },
  393. {
  394. "path": "commission_rank/index",
  395. "style": {
  396. "navigationBarTitleText": "佣金排行"
  397. // "navigationBarBackgroundColor": "#e93323"
  398. // #ifdef MP || APP-PLUS
  399. // ,
  400. // "navigationBarTextStyle": "#fff"
  401. // #endif
  402. }
  403. },
  404. {
  405. "path": "order_list/index",
  406. "style": {
  407. "navigationBarTitleText": "我的订单"
  408. }
  409. },
  410. {
  411. "path": "presell_order_list/index",
  412. "style": {
  413. "navigationBarTitleText": "预售订单"
  414. }
  415. },
  416. {
  417. "path": "goods_logistics/index",
  418. "style": {
  419. "navigationBarTitleText": "物流信息"
  420. }
  421. },
  422. {
  423. "path": "user_return_list/index",
  424. "style": {
  425. "navigationBarTitleText": "退货列表"
  426. }
  427. },
  428. {
  429. "path": "goods_return/index",
  430. "style": {
  431. "navigationBarTitleText": "申请退货"
  432. }
  433. },
  434. {
  435. "path": "login/index",
  436. "style": {
  437. "navigationBarTitleText": "登录",
  438. "navigationBarBackgroundColor": "#e93323"
  439. // #ifdef MP || APP-PLUS
  440. ,
  441. "navigationBarTextStyle": "#fff"
  442. // #endif
  443. }
  444. },
  445. {
  446. "path": "goods_comment_list/index",
  447. "style": {
  448. "navigationBarTitleText": "商品评分"
  449. }
  450. },
  451. {
  452. "path": "goods_comment_con/index",
  453. "style": {
  454. "navigationBarTitleText": "商品评价"
  455. }
  456. },
  457. {
  458. "path": "feedback/index",
  459. "style": {
  460. "navigationBarTitleText": "问题反馈",
  461. "backgroundColor": "#FFFFFF"
  462. }
  463. },
  464. {
  465. "path": "feedback/list",
  466. "style": {
  467. "navigationBarTitleText": "反馈记录",
  468. "backgroundColor": "#FFFFFF"
  469. }
  470. },
  471. {
  472. "path": "feedback/detail",
  473. "style": {
  474. "navigationBarTitleText": "反馈内容",
  475. "backgroundColor": "#FFFFFF"
  476. }
  477. },
  478. {
  479. "path": "refund/index",
  480. "style": {
  481. "navigationBarTitleText": "批量退款",
  482. "backgroundColor": "#FFFFFF"
  483. }
  484. },
  485. {
  486. "path": "refund/confirm",
  487. "style": {
  488. "navigationBarTitleText": "申请退款",
  489. "backgroundColor": "#FFFFFF"
  490. }
  491. },
  492. {
  493. "path": "refund/detail",
  494. "style": {
  495. "navigationBarTitleText": "退款详情",
  496. "backgroundColor": "#FFFFFF"
  497. }
  498. },
  499. {
  500. "path": "refund/select",
  501. "style": {
  502. "navigationBarTitleText": "选择服务类型",
  503. "backgroundColor": "#FFFFFF"
  504. }
  505. },
  506. {
  507. "path": "refund/goods/index",
  508. "style": {
  509. "navigationBarTitleText": "退货退款",
  510. "backgroundColor": "#FFFFFF"
  511. }
  512. },
  513. {
  514. "path": "refund/list",
  515. "style": {
  516. "navigationBarTitleText": "退货列表",
  517. "backgroundColor": "#FFFFFF"
  518. }
  519. },
  520. {
  521. "path": "refund/logistics",
  522. "style": {
  523. "navigationBarTitleText": "物流信息",
  524. "backgroundColor": "#FFFFFF"
  525. }
  526. },
  527. {
  528. "path": "user_store_attention/index",
  529. "style": {
  530. "navigationBarTitleText": "关注店铺",
  531. "backgroundColor": "#FFFFFF"
  532. }
  533. },
  534. {
  535. "path": "browsingHistory/index",
  536. "style": {
  537. "navigationBarTitleText": "浏览记录",
  538. "backgroundColor": "#FFFFFF"
  539. }
  540. },
  541. {
  542. "path": "distributor/index",
  543. "style": {
  544. "navigationBarTitleText": "成为分销",
  545. "backgroundColor": "#FFFFFF"
  546. }
  547. },
  548. {
  549. "path": "user_invoice_list/index",
  550. "style": {
  551. "navigationBarTitleText": "发票管理"
  552. }
  553. },
  554. {
  555. "path": "user_invoice_form/index",
  556. "style": {
  557. "navigationBarTitleText": "添加新发票"
  558. }
  559. },
  560. {
  561. "path": "user_invoicing/index",
  562. "style": {
  563. "navigationBarTitleText": "开具发票"
  564. }
  565. },
  566. {
  567. "path": "user_invoice_order/index",
  568. "style": {
  569. "navigationBarTitleText": "订单详情"
  570. //,
  571. //"navigationBarBackgroundColor": "#e93323"
  572. // #ifdef MP || APP-PLUS
  573. //,
  574. //"navigationBarTextStyle": "#fff"
  575. // #endif
  576. }
  577. }, {
  578. "path": "privacy/index",
  579. "style": {
  580. "navigationBarTitleText": "",
  581. "enablePullDownRefresh": false
  582. }
  583. }
  584. ]
  585. },
  586. {
  587. "root": "pages/store",
  588. "name": "store",
  589. "pages": [
  590. {
  591. "path": "index",
  592. "style": {
  593. "navigationStyle": "custom",
  594. "navigationBarTitleText": "店铺diy首页"
  595. // #ifdef MP
  596. ,
  597. "navigationBarTextStyle": "#FFFFFF"
  598. // #endif
  599. }
  600. },{
  601. "path": "home/index",
  602. "style": {
  603. "navigationStyle": "custom",
  604. "navigationBarTitleText": "店铺首页"
  605. // #ifdef MP
  606. ,
  607. "navigationBarTextStyle": "#FFFFFF"
  608. // #endif
  609. }
  610. },
  611. {
  612. "path": "detail/index",
  613. "style": {
  614. "navigationBarTitleText": "店铺详情"
  615. }
  616. },
  617. {
  618. "path": "list/index",
  619. "style": {
  620. "navigationBarTitleText": "商品列表"
  621. }
  622. },
  623. {
  624. "path": "settled/index",
  625. "style": {
  626. "navigationBarTitleText": "商家入驻"
  627. }
  628. }, {
  629. "path": "applicationRecord/index",
  630. "style": {
  631. "navigationBarTitleText": "申请记录"
  632. }
  633. }, {
  634. "path": "merchantDetails/index",
  635. "style": {
  636. "navigationBarTitleText": "审核通过"
  637. }
  638. },
  639. {
  640. "path": "shopStreet/index",
  641. "style": {
  642. "navigationBarTitleText": "店铺街"
  643. }
  644. },
  645. {
  646. "path": "qualifications/index",
  647. "style": {
  648. "navigationBarTitleText": "店铺资质信息"
  649. }
  650. }
  651. ]
  652. },
  653. {
  654. "root": "pages/admin",
  655. "name": "adminOrder",
  656. "pages": [{
  657. "path": "order/index",
  658. "style": {
  659. "navigationBarTitleText": "订单首页"
  660. }
  661. },
  662. {
  663. "path": "orderList/index",
  664. "style": {
  665. "navigationBarTitleText": "订单列表"
  666. }
  667. },
  668. {
  669. "path": "orderRefund/index",
  670. "style": {
  671. "navigationBarTitleText": "立即退款"
  672. }
  673. },
  674. {
  675. "path": "business/index",
  676. "style": {
  677. "navigationBarTitleText": "商家管理"
  678. }
  679. },
  680. {
  681. "path": "orderDetail/index",
  682. "style": {
  683. "navigationBarTitleText": "订单详情"
  684. }
  685. },
  686. {
  687. "path": "refundDetail/index",
  688. "style": {
  689. "navigationBarTitleText": "退款单详情"
  690. }
  691. },
  692. {
  693. "path": "delivery/index",
  694. "style": {
  695. "navigationBarTitleText": "订单发货"
  696. }
  697. },
  698. {
  699. "path": "statistics/index",
  700. "style": {
  701. "navigationBarTitleText": "订单数据统计"
  702. }
  703. },
  704. {
  705. "path": "order_cancellation/index",
  706. "style": {
  707. "navigationBarTitleText": "订单核销"
  708. // #ifdef MP || APP-PLUS
  709. //,
  710. //"navigationBarTextStyle": "#fff",
  711. //"navigationBarBackgroundColor": "#E93323"
  712. // #endif
  713. }
  714. },
  715. {
  716. "path": "goods_details/index",
  717. "style": {
  718. "navigationBarTitleText": "商品详情"
  719. }
  720. }
  721. ]
  722. },
  723. {
  724. "root": "pages/product",
  725. "name": "product",
  726. "pages": [{
  727. "path": "list/index",
  728. "style": {
  729. "navigationBarTitleText": "商品管理"
  730. }
  731. },
  732. {
  733. "path": "goodsOnSale/index",
  734. "style": {
  735. "onReachBottomDistance": 100,
  736. "navigationBarTitleText": "在售商品",
  737. "enablePullDownRefresh": false
  738. }
  739. },
  740. {
  741. "path": "soldOutGoods/index",
  742. "style": {
  743. "onReachBottomDistance": 100,
  744. "navigationBarTitleText": "售罄商品",
  745. "enablePullDownRefresh": false
  746. }
  747. },
  748. {
  749. "path": "recycleBin/index",
  750. "style": {
  751. "onReachBottomDistance": 100,
  752. "navigationBarTitleText": "回收站",
  753. "enablePullDownRefresh": false
  754. }
  755. },
  756. {
  757. "path":"storeClassification/index",
  758. "style": {
  759. "navigationBarTitleText": "店铺分类"
  760. }
  761. },
  762. {
  763. "path":"storeClassification/addStoreClass",
  764. "style": {
  765. "navigationBarTitleText": "添加店铺分类"
  766. }
  767. },
  768. {
  769. "path": "addGoods/index",
  770. "style": {
  771. "navigationBarTitleText": "添加商品"
  772. }
  773. },
  774. {
  775. "path": "addGoods/secound",
  776. "style": {
  777. "navigationBarTitleText": "添加商品"
  778. }
  779. },
  780. {
  781. "path":"addGoods/addGoodDetils",
  782. "style": {
  783. "navigationBarTitleText": "商品详情"
  784. }
  785. },
  786. {
  787. "path": "addGoods/singleSpecification",
  788. "style": {
  789. "navigationBarTitleText": "单规格"
  790. }
  791. },
  792. {
  793. "path": "addGoods/mulSpecification",
  794. "style": {
  795. "navigationBarTitleText": "多规格"
  796. }
  797. },
  798. {
  799. "path": "addGoods/specificationProperties",
  800. "style": {
  801. "navigationBarTitleText": "规格属性"
  802. }
  803. },
  804. {
  805. "path": "addGoods/freightTemplate",
  806. "style": {
  807. "navigationBarTitleText": "运费模板",
  808. "onReachBottomDistance": 100,
  809. "enablePullDownRefresh": false
  810. }
  811. },
  812. {
  813. "path": "addGoods/addFreightTemplate",
  814. "style": {
  815. "navigationBarTitleText": "新增运费模板"
  816. }
  817. },
  818. {
  819. "path": "addGoods/modifyPrice",
  820. "style": {
  821. "navigationBarTitleText": "修改价格-多规格"
  822. }
  823. }
  824. ]
  825. },
  826. {
  827. "root": "pages/plantGrass",
  828. "name": "plant_grass",
  829. "pages": [
  830. {
  831. "path": "plant_detail/index",
  832. "style": {
  833. "navigationBarTitleText": "内容详情"
  834. }
  835. },
  836. {
  837. "path": "plant_release/index",
  838. "style": {
  839. "navigationBarTitleText": "内容发布"
  840. }
  841. },
  842. {
  843. "path": "plant_show/index",
  844. "style": {
  845. "navigationBarTitleText": "种草秀"
  846. }
  847. },
  848. {
  849. "path": "plant_topic/index",
  850. "style": {
  851. "navigationBarTitleText": "话题筛选"
  852. }
  853. },
  854. {
  855. "path": "plant_search/index",
  856. "style": {
  857. "navigationBarTitleText": "搜索"
  858. }
  859. },
  860. {
  861. "path": "plant_search_list/index",
  862. "style": {
  863. "navigationBarTitleText": "搜索结果"
  864. }
  865. },
  866. {
  867. "path": "plant_featured/index",
  868. "style": {
  869. "navigationBarTitleText": "为你精选"
  870. }
  871. },
  872. {
  873. "path": "plant_user/index",
  874. "style": {
  875. "navigationBarTitleText": "个人主页"
  876. }
  877. },
  878. {
  879. "path": "plant_user_attention/index",
  880. "style": {
  881. "navigationBarTitleText": "我的关注"
  882. }
  883. },
  884. {
  885. "path": "plant_user_fans/index",
  886. "style": {
  887. "navigationBarTitleText": "我的粉丝"
  888. }
  889. }
  890. ]
  891. },
  892. {
  893. "root": "pages/columnGoods",
  894. "name": "columnGoods",
  895. "pages": [{
  896. "path": "HotNewGoods/index",
  897. "style": {
  898. "navigationBarTitleText": "精品推荐"
  899. //,
  900. //"navigationBarBackgroundColor": "#e93323"
  901. // #ifdef MP || APP-PLUS
  902. // ,
  903. //"navigationBarTextStyle": "#fff"
  904. // #endif
  905. }
  906. },
  907. {
  908. "path": "goods_list/index",
  909. "style": {
  910. "navigationBarTitleText": "商品列表"
  911. }
  912. },
  913. {
  914. "path": "goods_coupon_list/index",
  915. "style": {
  916. "navigationBarTitleText": "优惠券商品"
  917. }
  918. },
  919. {
  920. "path": "goods_search/index",
  921. "style": {
  922. "navigationBarTitleText": "搜索商品"
  923. }
  924. },
  925. {
  926. "path": "goods_search_con/index",
  927. "style": {
  928. "navigationBarTitleText": "搜索商品"
  929. }
  930. }
  931. ],
  932. "plugins": {
  933. "live-player-plugin": {
  934. "version": "1.3.2",
  935. "provider": "wx2b03c6e691cd7370"
  936. }
  937. }
  938. },
  939. {
  940. "root": "pages/chat",
  941. "name": "chat",
  942. "pages": [{
  943. "path": "customer_list/index",
  944. "style": {
  945. "navigationBarTitleText": "消息中心"
  946. }
  947. },
  948. {
  949. "path": "customer_list/chat",
  950. "style": {
  951. "navigationBarTitleText": "客服聊天"
  952. }
  953. },
  954. {
  955. "path": "customer_login/index",
  956. "style": {
  957. "navigationBarTitleText": "客服登录"
  958. }
  959. },
  960. {
  961. "path": "customer_info/index",
  962. "style": {
  963. "navigationBarTitleText": "客户信息"
  964. }
  965. }
  966. ]
  967. },
  968. {
  969. "root": "pages/activity",
  970. "name": "activity",
  971. "pages": [{
  972. "path": "goods_seckill/index",
  973. "style": {
  974. "navigationBarTitleText": "限时秒杀",
  975. "navigationStyle": "custom"
  976. // #ifdef MP || APP-PLUS
  977. ,
  978. "navigationBarTextStyle": "#fff"
  979. // #endif
  980. }
  981. },
  982. {
  983. "path": "goods_seckill_details/index",
  984. "style": {
  985. "navigationBarTitleText": "秒杀详情",
  986. "navigationStyle": "custom"
  987. // #ifdef MP || APP-PLUS
  988. ,
  989. "navigationBarTextStyle": "#fff"
  990. // #endif
  991. }
  992. },
  993. {
  994. "path": "liveBroadcast/index",
  995. "style": {
  996. "navigationBarTitleText": "直播列表",
  997. "navigationBarBackgroundColor": "#F2F2F2"
  998. }
  999. },
  1000. {
  1001. "path": "presell/index",
  1002. "style": {
  1003. "navigationBarTitleText": "预售"
  1004. // #ifdef MP || APP-PLUS
  1005. ,
  1006. "navigationBarTextStyle": "#fff",
  1007. "navigationStyle": "custom"
  1008. // #endif
  1009. }
  1010. },
  1011. {
  1012. "path": "presell_details/index",
  1013. "style": {
  1014. "navigationStyle": "custom"
  1015. // #ifdef MP || APP-PLUS
  1016. ,
  1017. "navigationBarTextStyle": "#fff"
  1018. // #endif
  1019. }
  1020. },
  1021. {
  1022. "path": "combination/index",
  1023. "style": {
  1024. "navigationBarTitleText": "拼团"
  1025. // #ifdef MP || APP-PLUS
  1026. ,
  1027. "navigationBarTextStyle": "#fff",
  1028. "navigationStyle": "custom"
  1029. // #endif
  1030. }
  1031. },
  1032. {
  1033. "path": "combination_details/index",
  1034. "style": {
  1035. "navigationBarTitleText": "拼团详情",
  1036. "navigationStyle": "custom"
  1037. // #ifdef MP || APP-PLUS
  1038. ,
  1039. "navigationBarTextStyle": "#fff"
  1040. // #endif
  1041. }
  1042. },
  1043. {
  1044. "path": "combination_status/index",
  1045. "style": {
  1046. "navigationBarTitleText": "拼团状态"
  1047. }
  1048. },
  1049. {
  1050. "path": "assist/index",
  1051. "style": {
  1052. "navigationBarTitleText": "助力列表",
  1053. "navigationStyle": "custom"
  1054. // #ifdef MP || APP-PLUS
  1055. ,
  1056. "navigationBarTextStyle": "#fff"
  1057. // #endif
  1058. }
  1059. },
  1060. {
  1061. "path": "assist_detail/index",
  1062. "style": {
  1063. "navigationBarTitleText": "发起助力"
  1064. // #ifdef MP || APP-PLUS
  1065. //,
  1066. //"navigationBarTextStyle": "#fff",
  1067. //"navigationBarBackgroundColor": "#e93323"
  1068. // #endif
  1069. }
  1070. },
  1071. {
  1072. "path": "assist_record/index",
  1073. "style": {
  1074. "navigationBarTitleText": "助力记录"
  1075. // #ifdef MP || APP-PLUS
  1076. //,
  1077. //"navigationBarTextStyle": "#fff",
  1078. //"navigationBarBackgroundColor": "#e93323"
  1079. // #endif
  1080. }
  1081. },
  1082. {
  1083. "path": "topic/index",
  1084. "style": {
  1085. "navigationBarTitleText": "活动专题"
  1086. }
  1087. },
  1088. {
  1089. "path": "topic_detail/index",
  1090. "style": {
  1091. "navigationBarTitleText": "主题活动"
  1092. }
  1093. },
  1094. {
  1095. "path": "lifeService/index",
  1096. "style": {
  1097. "navigationBarTitleText": "本地服务"
  1098. }
  1099. },
  1100. {
  1101. "path": "collect_coupons/index",
  1102. "style": {
  1103. "navigationBarTitleText": "领劵中心"
  1104. }
  1105. }
  1106. ]
  1107. }
  1108. ],
  1109. "globalStyle": {
  1110. "navigationBarTextStyle": "black",
  1111. "navigationBarTitleText": "加载中...",
  1112. "navigationBarBackgroundColor": "#fff",
  1113. "backgroundColor": "#F8F8F8"
  1114. //#ifndef H5
  1115. ,
  1116. "titleNView": true
  1117. //#endif
  1118. //#ifdef H5
  1119. ,
  1120. "titleNView": false
  1121. //#endif
  1122. },
  1123. "tabBar": {
  1124. "color": "#282828",
  1125. "selectedColor": "#E93323",
  1126. "borderStyle": "white",
  1127. "backgroundColor": "#ffffff",
  1128. "list": [{
  1129. "pagePath": "pages/index/index",
  1130. "iconPath": "static/images/1-001.png",
  1131. "selectedIconPath": "static/images/1-002.png",
  1132. "text": "首页"
  1133. },
  1134. {
  1135. "pagePath": "pages/goods_cate/goods_cate",
  1136. "iconPath": "static/images/2-001.png",
  1137. "selectedIconPath": "static/images/2-002.png",
  1138. "text": "分类"
  1139. },
  1140. {
  1141. "pagePath": "pages/plant_grass/index",
  1142. "iconPath": "static/images/5-001.png",
  1143. "selectedIconPath": "static/images/5-002.png",
  1144. "text": "逛逛"
  1145. },
  1146. {
  1147. "pagePath": "pages/order_addcart/order_addcart",
  1148. "iconPath": "static/images/3-001.png",
  1149. "selectedIconPath": "static/images/3-002.png",
  1150. "text": "购物车"
  1151. },
  1152. {
  1153. "pagePath": "pages/user/index",
  1154. "iconPath": "static/images/4-001.png",
  1155. "selectedIconPath": "static/images/4-002.png",
  1156. "text": "我的"
  1157. }
  1158. ]
  1159. },
  1160. "condition": { //模式配置,仅开发期间生效
  1161. "current": 0, //当前激活的模式(list 的索引项)
  1162. "list": [{
  1163. "name": "", //模式名称
  1164. "path": "", //启动页面,必选
  1165. "query": "" //启动参数,在页面的onLoad函数里面得到
  1166. }]
  1167. },
  1168. "sitemapLocation": "sitemap.json"
  1169. }