pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/index/index",
  6. "style": {
  7. "navigationStyle": "custom",
  8. "navigationBarTitleText": "首页",
  9. "enablePullDownRefresh": true,
  10. "app-plus": {
  11. "titleNView": false, //禁用原生导航栏
  12. "scrollIndicator": "none"
  13. }
  14. }
  15. },
  16. {
  17. "path": "pages/product/category",
  18. "style": {
  19. "navigationBarTitleText": "分类",
  20. "app-plus": {
  21. "titleNView": false //禁用原生导航栏
  22. }
  23. }
  24. },
  25. {
  26. "path": "pages/login/login",
  27. "style": {
  28. "navigationBarTitleText": "登录",
  29. "app-plus": {
  30. //#ifdef H5
  31. "titleNView": false
  32. //#endif
  33. }
  34. }
  35. },
  36. {
  37. "path": "pages/login/mplogin",
  38. "style": {
  39. "navigationBarTitleText": "登录",
  40. "app-plus": {
  41. //#ifdef H5
  42. "titleNView": false
  43. //#endif
  44. }
  45. }
  46. },
  47. {
  48. "path": "pages/login/applet",
  49. "style": {
  50. "navigationBarTitleText": "登录",
  51. "app-plus": {
  52. //#ifdef H5
  53. "titleNView": false
  54. //#endif
  55. }
  56. }
  57. },
  58. {
  59. "path": "pages/login/openlogin",
  60. "style": {
  61. "navigationBarTitleText": "登录",
  62. "app-plus": {
  63. //#ifdef H5
  64. "titleNView": false
  65. //#endif
  66. }
  67. }
  68. },
  69. {
  70. "path": "pages/login/bindmobile",
  71. "style": {
  72. "navigationBarTitleText": "绑定手机号",
  73. "app-plus": {
  74. //#ifdef H5
  75. "titleNView": false
  76. //#endif
  77. }
  78. }
  79. },
  80. {
  81. "path": "pages/cart/cart",
  82. "style": {
  83. "navigationBarTitleText": "购物车",
  84. "app-plus": {
  85. "titleNView": false //禁用原生导航栏
  86. }
  87. }
  88. }, {
  89. "path": "pages/user/userinfo/userinfo",
  90. "style": {
  91. "navigationBarTitleText": "用户信息",
  92. "app-plus": {
  93. //#ifdef H5
  94. "titleNView": false
  95. //#endif
  96. }
  97. }
  98. }, {
  99. "path": "pages/recommend/recommend",
  100. "style": {}
  101. }, {
  102. "path": "pages/product/list/list",
  103. "style": {
  104. "navigationBarTitleText": "商品列表",
  105. "app-plus": {
  106. //#ifdef H5
  107. "titleNView": false
  108. //#endif
  109. }
  110. }
  111. }, {
  112. "path": "pages/product/detail/detail",
  113. "style": {
  114. "navigationStyle": "custom",
  115. "navigationBarTitleText": "商品详情",
  116. "app-plus": {
  117. //#ifdef H5
  118. "titleNView": false
  119. //#endif
  120. }
  121. }
  122. }, {
  123. "path": "pages/order/confirm-order",
  124. "style": {
  125. "navigationBarTitleText": "确认订单",
  126. "app-plus": {
  127. //#ifdef H5
  128. "titleNView": false
  129. //#endif
  130. }
  131. }
  132. }, {
  133. "path": "pages/user/address/address",
  134. "style": {
  135. "navigationBarTitleText": "设置地址",
  136. "app-plus": {
  137. //#ifdef H5
  138. "titleNView": false
  139. //#endif
  140. }
  141. }
  142. }, {
  143. "path": "pages/user/index/index",
  144. "style": {
  145. "navigationBarTitleText": "个人中心",
  146. "app-plus": {
  147. "titleNView": false //禁用原生导航栏
  148. }
  149. }
  150. }, {
  151. "path": "pages/order/myorder",
  152. "style": {
  153. "navigationBarTitleText": "我的订单",
  154. "app-plus": {
  155. //#ifdef H5
  156. "titleNView": false
  157. //#endif
  158. }
  159. }
  160. }, {
  161. "path": "pages/order/order-detail",
  162. "style": {
  163. "navigationBarTitleText": "订单详情",
  164. "app-plus": {
  165. //#ifdef H5
  166. "titleNView": false
  167. //#endif
  168. }
  169. }
  170. }, {
  171. "path": "pages/user/address/add/add",
  172. "style": {
  173. "navigationBarTitleText": "添加收货地址",
  174. "app-plus": {
  175. //#ifdef H5
  176. "titleNView": false
  177. //#endif
  178. }
  179. }
  180. }, {
  181. "path": "pages/product/search/search",
  182. "style": {
  183. "navigationBarTitleText": "搜索",
  184. "app-plus": {
  185. //#ifdef H5
  186. "titleNView": false
  187. //#endif
  188. }
  189. }
  190. }, {
  191. "path": "pages/order/evaluate/evaluate",
  192. "style": {
  193. "navigationBarTitleText": "评价",
  194. "app-plus": {
  195. //#ifdef H5
  196. "titleNView": false
  197. //#endif
  198. }
  199. }
  200. }, {
  201. "path": "pages/product/detail/look-evaluate/look-evaluate",
  202. "style": {
  203. "navigationBarTitleText": "商品评价",
  204. "app-plus": {
  205. //#ifdef H5
  206. "titleNView": false
  207. //#endif
  208. }
  209. }
  210. }, {
  211. "path": "pages/order/express/express",
  212. "style": {
  213. "navigationBarTitleText": "物流",
  214. "app-plus": {
  215. //#ifdef H5
  216. "titleNView": false
  217. //#endif
  218. }
  219. }
  220. }, {
  221. "path": "pages/order/refund/apply/apply",
  222. "style": {
  223. "navigationBarTitleText": "申请售后",
  224. "app-plus": {
  225. //#ifdef H5
  226. "titleNView": false
  227. //#endif
  228. }
  229. }
  230. }, {
  231. "path": "pages/order/refund/index/index",
  232. "style": {
  233. "navigationBarTitleText": "退款/售后",
  234. "app-plus": {
  235. //#ifdef H5
  236. "titleNView": false
  237. //#endif
  238. }
  239. }
  240. }, {
  241. "path": "pages/order/refund/detail/detail",
  242. "style": {
  243. "navigationBarTitleText": "售后详情",
  244. "app-plus": {
  245. //#ifdef H5
  246. "titleNView": false
  247. //#endif
  248. }
  249. }
  250. }, {
  251. "path": "pages/user/address/edit/edit",
  252. "style": {
  253. "navigationBarTitleText": "地址编辑",
  254. "app-plus": {
  255. //#ifdef H5
  256. "titleNView": false
  257. //#endif
  258. }
  259. }
  260. }, {
  261. "path": "components/upload/upload",
  262. "style": {}
  263. }, {
  264. "path": "pages/coupon/coupon",
  265. "style": {
  266. "navigationBarTitleText": "领券中心",
  267. "app-plus": {
  268. //#ifdef H5
  269. "titleNView": false
  270. //#endif
  271. }
  272. }
  273. }, {
  274. "path": "pages/user/my-coupon/my-coupon",
  275. "style": {
  276. "navigationBarTitleText": "我的优惠券",
  277. "app-plus": {
  278. //#ifdef H5
  279. "titleNView": false
  280. //#endif
  281. }
  282. }
  283. }, {
  284. "path": "pages/agent/index/index",
  285. "style": {
  286. "navigationStyle": "custom",
  287. "navigationBarTitleText": "分销中心",
  288. "app-plus": {
  289. //#ifdef H5
  290. "titleNView": false
  291. //#endif
  292. }
  293. }
  294. }, {
  295. "path": "pages/agent/apply/apply",
  296. "style": {
  297. "navigationBarTitleText": "申请成为分销商",
  298. "app-plus": {
  299. //#ifdef H5
  300. "titleNView": false
  301. //#endif
  302. }
  303. }
  304. }, {
  305. "path": "pages/agent/cash/apply/apply",
  306. "style": {
  307. "navigationBarTitleText": "申请提现",
  308. "app-plus": {
  309. //#ifdef H5
  310. "titleNView": false
  311. //#endif
  312. }
  313. }
  314. }, {
  315. "path": "pages/agent/cash/list/list",
  316. "style": {
  317. "navigationBarTitleText": "提现明细",
  318. "app-plus": {
  319. //#ifdef H5
  320. "titleNView": false
  321. //#endif
  322. }
  323. }
  324. }, {
  325. "path": "pages/user/points/points",
  326. "style": {
  327. "navigationBarTitleText": "积分",
  328. "app-plus": {
  329. //#ifdef H5
  330. "titleNView": false
  331. //#endif
  332. }
  333. }
  334. }, {
  335. "path": "pages/agent/order/order",
  336. "style": {
  337. "navigationBarTitleText": "分销订单",
  338. "app-plus": {
  339. //#ifdef H5
  340. "titleNView": false
  341. //#endif
  342. }
  343. }
  344. }, {
  345. "path": "pages/agent/team/team",
  346. "style": {
  347. "navigationBarTitleText": "我的团队",
  348. "app-plus": {
  349. //#ifdef H5
  350. "titleNView": false
  351. //#endif
  352. }
  353. }
  354. }, {
  355. "path": "pages/agent/qrcode/qrcode",
  356. "style": {
  357. "navigationBarTitleText": "推广二维码",
  358. "app-plus": {
  359. //#ifdef H5
  360. "titleNView": false
  361. //#endif
  362. }
  363. }
  364. }, {
  365. "path": "pages/store/address/address",
  366. "style": {
  367. "navigationBarTitleText": "门店列表",
  368. "app-plus": {
  369. //#ifdef H5
  370. "titleNView": false
  371. //#endif
  372. }
  373. }
  374. },
  375. {
  376. "path": "pages/store/clerkorder",
  377. "style": {
  378. "navigationBarTitleText": "订单核销",
  379. "app-plus": {
  380. //#ifdef H5
  381. "titleNView": false
  382. //#endif
  383. }
  384. }
  385. },
  386. {
  387. "path": "pages/diy-page/diy-page",
  388. "style": {
  389. "navigationBarTitleText": "页面",
  390. "app-plus": {
  391. //#ifdef H5
  392. "titleNView": false
  393. //#endif
  394. }
  395. }
  396. }, {
  397. "path": "pages/article/list/list",
  398. "style": {
  399. "navigationBarTitleText": "文章列表",
  400. "app-plus": {
  401. //#ifdef H5
  402. "titleNView": false
  403. //#endif
  404. }
  405. }
  406. }, {
  407. "path": "pages/article/detail/detail",
  408. "style": {
  409. "navigationBarTitleText": "文章详情",
  410. "app-plus": {
  411. //#ifdef H5
  412. "titleNView": false
  413. //#endif
  414. }
  415. }
  416. }, {
  417. "path": "pages/plus/signin/signin",
  418. "style": {
  419. "navigationBarTitleText": "签到",
  420. "app-plus": {
  421. //#ifdef H5
  422. "titleNView": false
  423. //#endif
  424. }
  425. }
  426. }, {
  427. "path": "pages/plus/giftpackage/giftpackage",
  428. "style": {
  429. "navigationBarTitleText": "礼包购",
  430. "app-plus": {
  431. //#ifdef H5
  432. "titleNView": false
  433. //#endif
  434. }
  435. }
  436. }, {
  437. "path": "pages/plus/points/list/list",
  438. "style": {
  439. "navigationBarTitleText": "积分商城",
  440. "app-plus": {
  441. //#ifdef H5
  442. "titleNView": false
  443. //#endif
  444. }
  445. }
  446. }, {
  447. "path": "pages/plus/points/detail/detail",
  448. "style": {
  449. "navigationBarTitleText": "积分商品详情",
  450. "app-plus": {
  451. //#ifdef H5
  452. "titleNView": false
  453. //#endif
  454. }
  455. }
  456. }, {
  457. "path": "pages/order/pay-success/pay-success",
  458. "style": {
  459. "navigationBarTitleText": "支付成功",
  460. "app-plus": {
  461. //#ifdef H5
  462. "titleNView": false
  463. //#endif
  464. }
  465. }
  466. }, {
  467. "path": "pages/user/invite/invite",
  468. "style": {
  469. "navigationBarTitleText": "邀请有礼",
  470. "app-plus": {
  471. //#ifdef H5
  472. "titleNView": false
  473. //#endif
  474. }
  475. }
  476. }, {
  477. "path": "pages/plus/seckill/list/list",
  478. "style": {
  479. "navigationBarTitleText": "秒杀列表",
  480. "app-plus": {
  481. //#ifdef H5
  482. "titleNView": false
  483. //#endif
  484. }
  485. }
  486. }, {
  487. "path": "pages/plus/seckill/detail/detail",
  488. "style": {
  489. "navigationBarTitleText": "秒杀详情",
  490. "app-plus": {
  491. //#ifdef H5
  492. "titleNView": false
  493. //#endif
  494. }
  495. }
  496. }, {
  497. "path": "pages/plus/assemble/list/list",
  498. "style": {
  499. "navigationBarTitleText": "拼团列表",
  500. "app-plus": {
  501. //#ifdef H5
  502. "titleNView": false
  503. //#endif
  504. }
  505. }
  506. }, {
  507. "path": "pages/plus/assemble/detail/detail",
  508. "style": {
  509. "navigationBarTitleText": "拼团详情",
  510. "app-plus": {
  511. //#ifdef H5
  512. "titleNView": false
  513. //#endif
  514. }
  515. }
  516. }, {
  517. "path": "pages/plus/assemble/fight-group-detail/fight-group-detail",
  518. "style": {
  519. "navigationBarTitleText": "拼团详情",
  520. "app-plus": {
  521. //#ifdef H5
  522. "titleNView": false
  523. //#endif
  524. }
  525. }
  526. }, {
  527. "path": "pages/plus/bargain/list/list",
  528. "style": {
  529. "navigationBarTitleText": "砍价列表",
  530. "app-plus": {
  531. //#ifdef H5
  532. "titleNView": false
  533. //#endif
  534. }
  535. }
  536. }, {
  537. "path": "pages/plus/bargain/detail/detail",
  538. "style": {
  539. "navigationBarTitleText": "砍价详情",
  540. "app-plus": {
  541. //#ifdef H5
  542. "titleNView": false
  543. //#endif
  544. }
  545. }
  546. }, {
  547. "path": "pages/plus/bargain/haggle/haggle",
  548. "style": {
  549. "navigationBarTitleText": "砍价购",
  550. "app-plus": {
  551. //#ifdef H5
  552. "titleNView": false
  553. //#endif
  554. }
  555. }
  556. }, {
  557. "path": "pages/user/my-bargain/my-bargain",
  558. "style": {
  559. "navigationStyle": "custom",
  560. "navigationBarTitleText": "我的砍价",
  561. "app-plus": {
  562. //#ifdef H5
  563. "titleNView": false
  564. //#endif
  565. }
  566. }
  567. }, {
  568. "path": "pages/plus/signin/rule/rule",
  569. "style": {
  570. "navigationBarTitleText": "活动规则",
  571. "app-plus": {
  572. //#ifdef H5
  573. "titleNView": false
  574. //#endif
  575. }
  576. }
  577. }, {
  578. "path": "pages/store/detail/detail",
  579. "style": {
  580. "navigationBarTitleText": "门店详情",
  581. "app-plus": {
  582. //#ifdef H5
  583. "titleNView": false
  584. //#endif
  585. }
  586. }
  587. }, {
  588. "path": "pages/login/weblogin",
  589. "style": {
  590. "navigationBarTitleText": "登录",
  591. "app-plus": {
  592. //#ifdef H5
  593. "titleNView": false
  594. //#endif
  595. }
  596. }
  597. }, {
  598. "path": "pages/order/pay-h5/pay-h5",
  599. "style": {
  600. "navigationBarTitleText": "订单支付",
  601. "app-plus": {
  602. //#ifdef H5
  603. "titleNView": false
  604. //#endif
  605. }
  606. }
  607. },
  608. // {
  609. // "path": "pages/plus/live/wx/list",
  610. // "style": {
  611. // "navigationBarTitleText": "微信直播",
  612. // "app-plus": {
  613. // //#ifdef H5
  614. // "titleNView": false
  615. // //#endif
  616. // }
  617. // }
  618. // },
  619. {
  620. "path": "pages/user/set/set",
  621. "style": {
  622. "navigationBarTitleText": "设置",
  623. "app-plus": {
  624. //#ifdef H5
  625. "titleNView": false
  626. //#endif
  627. }
  628. }
  629. }, {
  630. "path": "pages/order/giftpackage-order",
  631. "style": {
  632. "navigationBarTitleText": "礼包购",
  633. "enablePullDownRefresh": false,
  634. "app-plus": {
  635. //#ifdef H5
  636. "titleNView": false
  637. //#endif
  638. }
  639. }
  640. }, {
  641. "path": "pages/user/my-wallet/my-wallet",
  642. "style": {
  643. "navigationStyle": "custom",
  644. "navigationBarTitleText": "我的钱包",
  645. "enablePullDownRefresh": false,
  646. "app-plus": {
  647. //#ifdef H5
  648. "titleNView": false
  649. //#endif
  650. }
  651. }
  652. }, {
  653. "path": "pages/user/my-wallet/my-balance",
  654. "style": {
  655. "navigationBarTitleText": "钱包明细",
  656. "enablePullDownRefresh": false,
  657. "app-plus": {
  658. //#ifdef H5
  659. "titleNView": false
  660. //#endif
  661. }
  662. }
  663. }, {
  664. "path": "pages/order/recharge",
  665. "style": {
  666. "navigationBarTitleText": "充值",
  667. "enablePullDownRefresh": false,
  668. "app-plus": {
  669. //#ifdef H5
  670. "titleNView": false
  671. //#endif
  672. }
  673. }
  674. }, {
  675. "path": "pages/plus/giftpackage/giftlist",
  676. "style": {
  677. "navigationBarTitleText": "我的礼包",
  678. "enablePullDownRefresh": false,
  679. "app-plus": {
  680. //#ifdef H5
  681. "titleNView": false
  682. //#endif
  683. }
  684. }
  685. }, {
  686. "path": "pages/plus/giftpackage/order_detail",
  687. "style": {
  688. "navigationBarTitleText": "礼包详情",
  689. "enablePullDownRefresh": false,
  690. "app-plus": {
  691. //#ifdef H5
  692. "titleNView": false
  693. //#endif
  694. }
  695. }
  696. }, {
  697. "path": "pages/user/modify-phone/modify-phone",
  698. "style": {
  699. "navigationBarTitleText": "绑定手机号",
  700. "enablePullDownRefresh": false,
  701. "app-plus": {
  702. //#ifdef H5
  703. "titleNView": false
  704. //#endif
  705. }
  706. }
  707. }, {
  708. "path": "pages/order/alipay-h5/alipay-h5",
  709. "style": {
  710. "navigationBarTitleText": "订单支付",
  711. "enablePullDownRefresh": false,
  712. "app-plus": {
  713. //#ifdef H5
  714. "titleNView": false
  715. //#endif
  716. }
  717. }
  718. }, {
  719. "path": "pages/plus/lottery/lottery",
  720. "style": {
  721. "navigationBarTitleText": "幸运大转盘",
  722. "enablePullDownRefresh": false,
  723. "app-plus": {
  724. //#ifdef H5
  725. "titleNView": false
  726. //#endif
  727. }
  728. }
  729. }, {
  730. "path": "pages/plus/lottery/receive",
  731. "style": {
  732. "navigationBarTitleText": "奖品兑换",
  733. "enablePullDownRefresh": false,
  734. "app-plus": {
  735. //#ifdef H5
  736. "titleNView": false
  737. //#endif
  738. }
  739. }
  740. }, {
  741. "path": "pages/plus/table/table",
  742. "style": {
  743. "navigationBarTitleText": "表单",
  744. "enablePullDownRefresh": false,
  745. "app-plus": {
  746. //#ifdef H5
  747. "titleNView": false
  748. //#endif
  749. }
  750. }
  751. }, {
  752. "path": "pages/user/favorite/favorite",
  753. "style": {
  754. "navigationBarTitleText": "我的收藏",
  755. "enablePullDownRefresh": false,
  756. "app-plus": {
  757. //#ifdef H5
  758. "titleNView": false
  759. //#endif
  760. }
  761. }
  762. }, {
  763. "path": "pages/webview/webview",
  764. "style": {
  765. "navigationBarTitleText": "",
  766. "enablePullDownRefresh": false
  767. }
  768. }, {
  769. "path": "pages/privacy/privacy",
  770. "style": {
  771. "navigationBarTitleText": "",
  772. "enablePullDownRefresh": false,
  773. "app-plus": {
  774. "titleNView": false, //禁用原生导航栏
  775. "scrollIndicator": "none"
  776. }
  777. }
  778. }, {
  779. "path": "pages/order/express/refund-express",
  780. "style": {
  781. "navigationBarTitleText": "物流信息",
  782. "enablePullDownRefresh": false
  783. }
  784. }, {
  785. "path": "pages/coupon/detail",
  786. "style": {
  787. "navigationStyle": "custom",
  788. "navigationBarTitleText": "优惠券详情",
  789. "enablePullDownRefresh": false
  790. }
  791. }
  792. ],
  793. "globalStyle": {
  794. "navigationBarTextStyle": "black",
  795. "navigationBarTitleText": "uni-app",
  796. "navigationBarBackgroundColor": "#f2f2f2",
  797. "backgroundColor": "#f2f2f2"
  798. },
  799. "tabBar": {
  800. "color": "#999",
  801. "selectedColor": "#ff5a5a",
  802. "borderStyle": "black",
  803. "backgroundColor": "#ffffff",
  804. "list": [{
  805. "pagePath": "pages/index/index",
  806. "iconPath": "static/home.png",
  807. "selectedIconPath": "static/home_active.png",
  808. "text": "首页"
  809. },
  810. {
  811. "pagePath": "pages/product/category",
  812. "iconPath": "static/category.png",
  813. "selectedIconPath": "static/category_active.png",
  814. "text": "分类"
  815. },
  816. {
  817. "pagePath": "pages/cart/cart",
  818. "iconPath": "static/cart.png",
  819. "selectedIconPath": "static/cart_active.png",
  820. "text": "购物车"
  821. },
  822. {
  823. "pagePath": "pages/user/index/index",
  824. "iconPath": "static/user.png",
  825. "selectedIconPath": "static/user_active.png",
  826. "text": "我的"
  827. }
  828. ]
  829. },
  830. "condition": { //模式配置,仅开发期间生效
  831. "current": 0, //当前激活的模式(list 的索引项)
  832. "list": [{
  833. "name": "", //模式名称
  834. "path": "", //启动页面,必选
  835. "query": "" //启动参数,在页面的onLoad函数里面得到
  836. }]
  837. }
  838. }