pages.json 27 KB

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