pages.json 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. // {
  10. // "path": "pages/main/main",
  11. // "style": {
  12. // "navigationStyle":"custom"
  13. // }
  14. // },
  15. {
  16. "path": "pages/matchList/index",
  17. "style": {
  18. "navigationBarTitleText": "活动专区"
  19. }
  20. },
  21. {
  22. "path": "pages/timelyDelivery/index",
  23. "style": {}
  24. },
  25. {
  26. "path": "pages/user/user",
  27. "style": {
  28. "navigationStyle": "custom",
  29. "navigationBarTextStyle": "black",
  30. "navigationBarTitleText": "我的"
  31. }
  32. },
  33. {
  34. "path": "pages/sort/sort",
  35. "style": {
  36. "navigationBarTitleText": "分类"
  37. }
  38. },
  39. {
  40. "path": "pages/fenlei/fenlei",
  41. "style": {
  42. "navigationBarTitleText": "分类"
  43. }
  44. },
  45. {
  46. "path": "pages/video/video",
  47. "style": {
  48. "navigationBarTitleText": "直播回放"
  49. }
  50. },
  51. {
  52. "path": "pages/live/live",
  53. "style": {
  54. "navigationBarTitleText": "直播"
  55. }
  56. },
  57. {
  58. "path": "pages/interactive/index",
  59. "style": {
  60. "navigationBarTitleText": "互动社区"
  61. }
  62. },
  63. {
  64. "path": "pages/cart/cart",
  65. "style": {
  66. "navigationBarTitleText": "购物车"
  67. }
  68. },
  69. {
  70. "path": "pages/nearby/nearby",
  71. "style": {
  72. "navigationBarTitleText": "附近门店"
  73. }
  74. },
  75. {
  76. "path": "pages/search/search",
  77. "style": {
  78. "navigationBarTitleText": "搜索"
  79. }
  80. },
  81. {
  82. "path": "pages/topic/topic",
  83. "style": {}
  84. },
  85. {
  86. "path": "pages/topiclist/topiclist",
  87. "style": {
  88. "navigationBarTitleText": "特色专题"
  89. }
  90. },
  91. {
  92. "path": "pages/authorize/authorize",
  93. "style": {
  94. "navigationBarTitleText": ""
  95. }
  96. },
  97. {
  98. "path": "pages/about/about",
  99. "style": {
  100. "navigationBarTitleText": "关于我们"
  101. }
  102. },
  103. {
  104. "path": "pages/abouts/about",
  105. "style": {
  106. "navigationBarTitleText": "关于我们"
  107. }
  108. },
  109. {
  110. "path": "pages/logs/logs",
  111. "style": {
  112. "navigationBarTitleText": "查看启动日志"
  113. }
  114. },
  115. {
  116. "path": "pages/empty/empty",
  117. "style": {
  118. "navigationBarTitleText": "跳转页面"
  119. }
  120. },
  121. {
  122. "path": "pages/web/web",
  123. "style": {
  124. "navigationStyle": "custom",
  125. "navigationBarTitleText": "门店管理"
  126. }
  127. },
  128. {
  129. "path": "pages/liveMiddle/liveMiddle",
  130. "style": {
  131. "navigationBarTitleText": "直播分享"
  132. }
  133. },
  134. {
  135. "path": "pages/nearbyDetails/nearbyDetails",
  136. "style": {
  137. "navigationBarTitleText": "店铺详情"
  138. }
  139. },
  140. {
  141. "path": "pages/shop/shop",
  142. "style": {
  143. "navigationStyle": "custom",
  144. "navigationBarTitleText": "小店团"
  145. }
  146. }
  147. ],
  148. "tabBar": {
  149. "custom": true,
  150. "list": [{
  151. "pagePath": "pages/index/index",
  152. "text": "首页"
  153. },
  154. // {
  155. // "pagePath": "pages/main/main",
  156. // "text": "首页"
  157. // },
  158. // {
  159. // "pagePath": "pages/timelyDelivery/index",
  160. // "text": "首页"
  161. // },
  162. {
  163. "pagePath": "pages/matchList/index",
  164. "text": "分类"
  165. },
  166. {
  167. "pagePath": "pages/interactive/index",
  168. "text": "社区"
  169. },
  170. // {
  171. // "pagePath": "pages/live/live",
  172. // "text": "直播"
  173. // },
  174. {
  175. "pagePath": "pages/cart/cart",
  176. "text": "购物"
  177. },
  178. {
  179. "pagePath": "pages/user/user",
  180. "text": "我的"
  181. }
  182. ],
  183. "selectedColor": "#222",
  184. "color": "#888",
  185. "borderStyle": "black",
  186. "position": "bottom",
  187. "backgroundColor": "#fff"
  188. },
  189. "style": "v2",
  190. "sitemapLocation": "sitemap.json",
  191. "permission": {
  192. "scope.userLocation": {
  193. "desc": "方便您快速完善信息!"
  194. }
  195. },
  196. "plugins": {
  197. "live-player-plugin": {
  198. "version": "1.2.10",
  199. "provider": "wx2b03c6e691cd7370"
  200. },
  201. "routePlan": {
  202. "version": "1.0.12",
  203. "provider": "wx50b5593e81dd937a"
  204. }
  205. },
  206. "globalStyle": {
  207. "backgroundTextStyle": "light",
  208. "navigationBarBackgroundColor": "#fff",
  209. "navigationBarTitleText": "",
  210. "navigationBarTextStyle": "black",
  211. "onReachBottomDistance": 300
  212. },
  213. "subPackages": [{
  214. "root": "product",
  215. "pages": [{
  216. "path": "list/list",
  217. "style": {}
  218. },
  219. {
  220. "path": "detail/detail",
  221. "style": {
  222. "navigationBarTitleText": "商品详情"
  223. }
  224. },
  225. {
  226. "path": "groupList/groupList",
  227. "style": {
  228. "navigationBarTitleText": "社区团购"
  229. }
  230. },
  231. {
  232. "path": "groupDetail/groupDetail",
  233. "style": {
  234. "navigationBarTitleText": "商品详情"
  235. }
  236. },
  237. {
  238. "path": "subOrder/subOrder",
  239. "style": {
  240. "navigationBarTitleText": "确认订单"
  241. }
  242. },
  243. {
  244. "path": "map/map",
  245. "style": {}
  246. },
  247. {
  248. "path": "coupon/coupon",
  249. "style": {
  250. "navigationBarTitleText": "优惠券"
  251. }
  252. },
  253. {
  254. "path": "couponList/index",
  255. "style": {
  256. "navigationBarTitleText": "优惠券"
  257. }
  258. },
  259. {
  260. "path": "pay/pay",
  261. "style": {
  262. "navigationBarTitleText": "支付"
  263. }
  264. },
  265. {
  266. "path": "yaomengwang/yaomengwang",
  267. "style": {}
  268. },
  269. {
  270. "path": "medicine/medicine",
  271. "style": {
  272. "navigationBarTitleText": "在线抓药"
  273. }
  274. },
  275. {
  276. "path": "info/info",
  277. "style": {
  278. "navigationBarTitleText": "提货人信息"
  279. }
  280. },
  281. {
  282. "path": "supplier/supplier",
  283. "style": {
  284. "navigationStyle": "custom",
  285. "navigationBarTitleText": "供应商"
  286. }
  287. },
  288. {
  289. "path": "exchange/index",
  290. "style": {
  291. "navigationBarTitleText": "兑换"
  292. }
  293. }
  294. ]
  295. },
  296. {
  297. "root": "merchant",
  298. "pages": [{
  299. "path": "index",
  300. "style": {
  301. "navigationBarTitleText": "门店管理"
  302. }
  303. },
  304. {
  305. "path": "express",
  306. "style": {
  307. "navigationBarTitleText": "发货"
  308. }
  309. },
  310. {
  311. "path": "refund",
  312. "style": {
  313. "navigationBarTitleText": "售后"
  314. }
  315. },
  316. {
  317. "path": "deliverExtend",
  318. "style": {
  319. "navigationBarTitleText": "拆单发货"
  320. }
  321. },
  322. {
  323. "path": "order",
  324. "style": {
  325. "navigationBarTitleText": "订单管理"
  326. }
  327. },
  328. {
  329. "path": "show",
  330. "style": {
  331. "navigationBarTitleText": "订单详情"
  332. }
  333. },
  334. {
  335. "path": "search",
  336. "style": {
  337. "navigationBarTitleText": "订单搜索"
  338. }
  339. },
  340. {
  341. "path": "refundDetail",
  342. "style": {
  343. "navigationBarTitleText": "售后详情"
  344. }
  345. }
  346. ]
  347. },
  348. {
  349. "root": "activity",
  350. "pages": [{
  351. "path": "seckill/seckill",
  352. "style": {
  353. "navigationBarTitleText": "限时秒杀",
  354. "navigationBarBackgroundColor": "#FF2B47",
  355. "navigationBarTextStyle": "white"
  356. }
  357. },
  358. {
  359. "path": "seckillDetails/seckillDetails",
  360. "style": {
  361. "navigationBarTitleText": "限时秒杀"
  362. }
  363. },
  364. {
  365. "path": "newbornZone/newbornZone",
  366. "style": {
  367. "navigationBarTitleText": "新人专区"
  368. }
  369. },
  370. {
  371. "path": "newbornDetails/newbornDetails",
  372. "style": {
  373. "navigationBarTitleText": "新人专区"
  374. }
  375. },
  376. {
  377. "path": "bargain/index/index",
  378. "style": {
  379. "navigationBarTitleText": "全民砍价"
  380. }
  381. },
  382. {
  383. "path": "bargain/detail/detail",
  384. "style": {
  385. "navigationBarTitleText": "砍价商品"
  386. }
  387. },
  388. {
  389. "path": "bargain/kjDetail/kjDetail",
  390. "style": {
  391. "navigationBarTitleText": "砍价"
  392. }
  393. },
  394. {
  395. "path": "group/index/index",
  396. "style": {
  397. "navigationBarTitleText": "拼团"
  398. }
  399. },
  400. {
  401. "path": "group/detail/detail",
  402. "style": {
  403. "navigationBarTitleText": "拼团"
  404. }
  405. },
  406. {
  407. "path": "group/ptDetail/ptDetail",
  408. "style": {
  409. "navigationBarTitleText": "拼团"
  410. }
  411. },
  412. {
  413. "path": "content/content",
  414. "style": {
  415. "navigationBarTitleText": ""
  416. }
  417. }
  418. ]
  419. },
  420. {
  421. "root": "mine",
  422. "pages": [{
  423. "path": "order/order",
  424. "style": {
  425. "navigationBarTitleText": "我的订单"
  426. }
  427. },
  428. {
  429. "path": "orderDet/orderDet",
  430. "style": {
  431. "navigationBarTitleText": "订单详情"
  432. }
  433. },
  434. {
  435. "path": "logistics/logistics",
  436. "style": {
  437. "navigationBarTitleText": "查看物流"
  438. }
  439. },
  440. {
  441. "path": "comments/comments",
  442. "style": {
  443. "navigationBarTitleText": "发表评价"
  444. }
  445. },
  446. {
  447. "path": "collect/collect",
  448. "style": {
  449. "navigationBarTitleText": "收藏"
  450. }
  451. },
  452. {
  453. "path": "remind/remind",
  454. "style": {
  455. "navigationBarTitleText": "开团提醒"
  456. }
  457. },
  458. {
  459. "path": "address/address",
  460. "style": {
  461. "navigationBarTitleText": "收货地址"
  462. }
  463. },
  464. {
  465. "path": "addAddress/addAddress",
  466. "style": {
  467. "navigationBarTitleText": "添加新地址"
  468. }
  469. },
  470. {
  471. "path": "editAddress/editAddress",
  472. "style": {
  473. "navigationBarTitleText": "编辑地址"
  474. }
  475. },
  476. {
  477. "path": "coupons/coupons",
  478. "style": {
  479. "navigationBarTitleText": "优惠券"
  480. }
  481. },
  482. {
  483. "path": "footprint/footprint",
  484. "style": {
  485. "navigationBarTitleText": "足迹"
  486. }
  487. },
  488. {
  489. "path": "help/help",
  490. "style": {
  491. "navigationBarTitleText": "帮助中心"
  492. }
  493. },
  494. {
  495. "path": "page/page",
  496. "style": {
  497. "navigationBarTitleText": ""
  498. }
  499. },
  500. {
  501. "path": "feedback/feedback",
  502. "style": {
  503. "navigationBarTitleText": "建议与反馈"
  504. }
  505. },
  506. {
  507. "path": "userinfo/userinfo",
  508. "style": {
  509. "navigationBarTitleText": "个人资料"
  510. }
  511. },
  512. {
  513. "path": "refund/refundlist/refundlist",
  514. "style": {
  515. "navigationBarTitleText": "退款列表"
  516. }
  517. },
  518. {
  519. "path": "refund/refundDetails/refundDetails",
  520. "style": {
  521. "navigationBarTitleText": "售后详情"
  522. }
  523. },
  524. {
  525. "path": "refund/refundType/refundType",
  526. "style": {
  527. "navigationBarTitleText": "客户满意中心"
  528. }
  529. },
  530. {
  531. "path": "refund/express/express",
  532. "style": {
  533. "navigationBarTitleText": "物流信息"
  534. }
  535. },
  536. {
  537. "path": "refund/applyRefund/applyRefund",
  538. "style": {
  539. "navigationBarTitleText": "退款申请"
  540. }
  541. },
  542. {
  543. "path": "vip/vip",
  544. "style": {
  545. "navigationBarBackgroundColor": "#D19C6B",
  546. "navigationBarTextStyle": "white",
  547. "navigationBarTitleText": "会员中心"
  548. }
  549. },
  550. {
  551. "path": "deliverExtend/deliverExtend",
  552. "style": {
  553. "navigationBarTitleText": "查看分单"
  554. }
  555. }, {
  556. "path": "shop/shop",
  557. "style": {
  558. "navigationBarTitleText": "我的小店"
  559. }
  560. },
  561. {
  562. "path": "invoice/invoice",
  563. "style": {
  564. "navigationBarTitleText": "我的发票"
  565. }
  566. },
  567. {
  568. "path": "update/index",
  569. "style": {
  570. "navigationBarTitleText": "更新头像昵称"
  571. }
  572. },
  573. {
  574. "path": "news/news",
  575. "style": {
  576. "navigationBarTitleText": "消息列表"
  577. }
  578. }
  579. ]
  580. },
  581. {
  582. "root": "promote",
  583. "pages": [
  584. {
  585. "path": "info/info",
  586. "style": {
  587. "navigationBarTitleText": "合伙人招募"
  588. }
  589. },
  590. {
  591. "path": "team/team",
  592. "style": {
  593. "navigationBarTitleText": "推广中心"
  594. }
  595. },
  596. {
  597. "path": "sales/sales",
  598. "style": {
  599. "navigationBarTitleText": "业绩订单"
  600. }
  601. },
  602. {
  603. "path": "income/income",
  604. "style": {
  605. "navigationBarTitleText": "本月收入"
  606. }
  607. },
  608. {
  609. "path": "balance/balance",
  610. "style": {
  611. "navigationBarTitleText": "成交订单"
  612. }
  613. },
  614. {
  615. "path": "invite/invite",
  616. "style": {
  617. "navigationBarTitleText": "邀请好友"
  618. }
  619. },
  620. {
  621. "path": "apply/apply",
  622. "style": {
  623. "navigationBarTitleText": "我的分销"
  624. }
  625. },
  626. {
  627. "path": "status/status",
  628. "style": {
  629. "navigationBarTitleText": ""
  630. }
  631. },
  632. {
  633. "path": "teamList/teamList",
  634. "style": {
  635. "navigationBarTitleText": "我的客户"
  636. }
  637. },
  638. {
  639. "path": "withdrawal/index/index",
  640. "style": {
  641. "navigationBarTitleText": "提现"
  642. }
  643. },
  644. {
  645. "path": "withdrawal/addcard/addcard",
  646. "style": {
  647. "navigationBarTitleText": "添加银行卡"
  648. }
  649. },
  650. {
  651. "path": "withdrawal/record/record",
  652. "style": {
  653. "navigationBarTitleText": "提现记录"
  654. }
  655. },
  656. {
  657. "path": "products/products",
  658. "style": {
  659. "navigationBarTitleText": "分销商品"
  660. }
  661. },
  662. {
  663. "path": "service/service",
  664. "style": {
  665. "navigationBarTitleText": "小店服务费"
  666. }
  667. },
  668. {
  669. "path": "withdrawal/income/income",
  670. "style": {
  671. "navigationBarTitleText": "收益账户明细"
  672. }
  673. },
  674. {
  675. "path": "withdrawal/bindCardCheck/bindCardCheck",
  676. "style": {
  677. "navigationBarTitleText": "银行卡信息",
  678. "enablePullDownRefresh": false
  679. }
  680. },
  681. {
  682. "path": "withdrawal/bindCard/bindCard",
  683. "style": {
  684. "navigationBarTitleText": "绑定银行卡"
  685. }
  686. },
  687. {
  688. "path": "settleDetail/settleDetail",
  689. "style": {
  690. "navigationBarTitleText": "待结算"
  691. }
  692. }
  693. ]
  694. },
  695. {
  696. "root": "wallet",
  697. "pages": [{
  698. "path": "index/index",
  699. "style": {
  700. "navigationBarTitleText": "我的钱包"
  701. }
  702. },
  703. {
  704. "path": "detailed/detailed",
  705. "style": {
  706. "navigationBarTitleText": "余额明细"
  707. }
  708. },
  709. {
  710. "path": "balanceDetailed/balanceDetailed",
  711. "style": {
  712. "navigationBarTitleText": "余额详情"
  713. }
  714. },
  715. {
  716. "path": "rechargeCard/index",
  717. "style": {
  718. "navigationBarTitleText": "充值卡激活"
  719. }
  720. },
  721. {
  722. "path": "rechargeSuccess/index",
  723. "style": {
  724. "navigationBarTitleText": "发票"
  725. }
  726. }
  727. ]
  728. },
  729. {
  730. "root": "integralshop",
  731. "pages": [{
  732. "path": "cart/cart",
  733. "style": {
  734. "navigationBarTitleText": "购物车"
  735. }
  736. },
  737. {
  738. "path": "detail/detail",
  739. "style": {
  740. "navigationBarTitleText": "商品详情"
  741. }
  742. },
  743. {
  744. "path": "index/index",
  745. "style": {
  746. "navigationBarTitleText": "积分商城",
  747. "navigationBarBackgroundColor": "#FD3A31",
  748. "navigationBarTextStyle": "white"
  749. }
  750. },
  751. {
  752. "path": "integralDetailed/index",
  753. "style": {
  754. "navigationBarTitleText": "积分明细",
  755. "navigationBarBackgroundColor": "#FD3A31",
  756. "navigationBarTextStyle": "white"
  757. }
  758. },
  759. {
  760. "path": "integralRule/index",
  761. "style": {
  762. "navigationBarTitleText": "积分规则"
  763. }
  764. },
  765. {
  766. "path": "order/order",
  767. "style": {
  768. "navigationBarTitleText": "我的订单"
  769. }
  770. },
  771. {
  772. "path": "task/index",
  773. "style": {
  774. "navigationStyle": "custom",
  775. "navigationBarTextStyle": "white",
  776. "navigationBarTitleText": "获取积分"
  777. }
  778. },
  779. {
  780. "path": "activity/index",
  781. "style": {
  782. "navigationBarTitleText": "积分活动"
  783. }
  784. },
  785. {
  786. "path": "content/content",
  787. "style": {
  788. "navigationBarTitleText": "详情"
  789. }
  790. }
  791. ]
  792. },
  793. {
  794. "root": "prescription",
  795. "pages": [{
  796. "path": "audit/audit",
  797. "style": {
  798. "navigationBarTitleText": "购物车"
  799. }
  800. },
  801. {
  802. "path": "Consultation/index",
  803. "style": {
  804. "navigationBarTitleText": "用药人信息填写"
  805. }
  806. },
  807. {
  808. "path": "consultationAgreement/index",
  809. "style": {
  810. "navigationBarTitleText": "患者问诊服务协议"
  811. }
  812. },
  813. {
  814. "path": "dialogue/index",
  815. "style": {
  816. "navigationBarTitleText": "预问诊"
  817. }
  818. },
  819. {
  820. "path": "drugUsers/index",
  821. "style": {
  822. "navigationBarTitleText": "新建用药人"
  823. }
  824. },
  825. {
  826. "path": "drugUsersList/index",
  827. "style": {
  828. "navigationBarTitleText": "常用用药人"
  829. }
  830. },
  831. {
  832. "path": "inquiry/index",
  833. "style": {
  834. "navigationBarTitleText": ""
  835. }
  836. },
  837. {
  838. "path": "prescriptionInformation/index",
  839. "style": {
  840. "navigationBarTitleText": "处方信息"
  841. }
  842. },
  843. {
  844. "path": "privacyPolicy/index",
  845. "style": {
  846. "navigationBarTitleText": "隐私政策"
  847. }
  848. },
  849. {
  850. "path": "riskNotification/index",
  851. "style": {
  852. "navigationBarTitleText": "互联网医疗风险告知及知情同意书"
  853. }
  854. }
  855. ]
  856. },
  857. {
  858. "root": "htmllogin",
  859. "pages": [{
  860. "path": "login/login",
  861. "style": {
  862. "navigationBarTitleText": "手机号快捷登录"
  863. }
  864. }]
  865. },
  866. {
  867. "root": "topic",
  868. "pages": [{
  869. "path": "contentList/contentList",
  870. "style": {
  871. "navigationBarTitleText": ""
  872. }
  873. },
  874. {
  875. "path": "content/content",
  876. "style": {
  877. "navigationBarTitleText": "详情"
  878. }
  879. },
  880. {
  881. "path": "shop/shop",
  882. "style": {
  883. "navigationStyle": "custom",
  884. "navigationBarTextStyle": "white",
  885. "navigationBarTitleText": "详情"
  886. }
  887. },
  888. {
  889. "path": "promotion/index",
  890. "style": {
  891. "navigationBarTitleText": "至臻至善 匠心匠品"
  892. }
  893. }
  894. ]
  895. },
  896. {
  897. "root": "invoice",
  898. "pages": [{
  899. "path": "detail/detail",
  900. "style": {
  901. "navigationBarTitleText": "发票"
  902. }
  903. },
  904. {
  905. "path": "apply/apply",
  906. "style": {
  907. "navigationBarTitleText": "填写开票信息"
  908. }
  909. }
  910. ]
  911. },
  912. {
  913. "root": "office",
  914. "pages": [
  915. // {
  916. // "path": "community/community",
  917. // "style": {
  918. // "navigationBarTitleText": "妈妈社区"
  919. // }
  920. // },
  921. {
  922. "path": "diary/diary",
  923. "style": {
  924. "navigationBarTitleText": "创建话题"
  925. }
  926. },
  927. {
  928. "path": "news/news",
  929. "style": {
  930. "navigationBarTitleText": ""
  931. }
  932. },
  933. {
  934. "path": "vote/vote",
  935. "style": {
  936. "navigationBarTitleText": "编辑投票"
  937. }
  938. },
  939. {
  940. "path": "product/product",
  941. "style": {
  942. "navigationBarTitleText": "添加商品"
  943. }
  944. },
  945. {
  946. "path": "topic/topic",
  947. "style": {
  948. "navigationBarTitleText": "话题"
  949. }
  950. },
  951. {
  952. "path": "add/add",
  953. "style": {
  954. "navigationBarTitleText": "添加链接"
  955. }
  956. },
  957. {
  958. "path": "detail/detail",
  959. "style": {
  960. "navigationBarTitleText": "详情"
  961. }
  962. },
  963. {
  964. "path": "comments/comments",
  965. "style": {
  966. "navigationBarTitleText": "评论详情"
  967. }
  968. },
  969. {
  970. "path": "voteList/voteList",
  971. "style": {
  972. "navigationBarTitleText": "投票"
  973. }
  974. },
  975. {
  976. "path": "tree/index",
  977. "style": {
  978. "navigationBarTitleText": "动态分类"
  979. }
  980. },
  981. {
  982. "path": "poi/index",
  983. "style": {
  984. "navigationStyle": "custom",
  985. "navigationBarTitleText": "POI位置"
  986. }
  987. },
  988. {
  989. "path": "location/index",
  990. "style": {
  991. "navigationBarTitleText": "选择位置"
  992. }
  993. },
  994. {
  995. "path": "team/index",
  996. "style": {
  997. "navigationStyle": "custom",
  998. "navigationBarTitleText": "小区主页"
  999. }
  1000. },
  1001. {
  1002. "path": "teamInfo/index",
  1003. "style": {
  1004. "navigationBarTitleText": "小区简介"
  1005. }
  1006. },
  1007. {
  1008. "path": "createTeam/index",
  1009. "style": {
  1010. "navigationBarTitleText": "创建小区"
  1011. }
  1012. },
  1013. {
  1014. "path": "myTeam/index",
  1015. "style": {
  1016. "navigationBarTitleText": "我的小区"
  1017. }
  1018. },
  1019. {
  1020. "path": "search/index",
  1021. "style": {
  1022. "navigationBarTitleText": "搜索"
  1023. }
  1024. },
  1025. {
  1026. "path": "follow/index",
  1027. "style": {
  1028. "navigationBarTitleText": "我的关注"
  1029. }
  1030. },
  1031. {
  1032. "path": "addActivity/addActivity",
  1033. "style": {
  1034. "navigationBarTitleText": "关联活动"
  1035. }
  1036. }
  1037. ]
  1038. },
  1039. {
  1040. "root": "topics",
  1041. "pages": [{
  1042. "path": "index/index",
  1043. "style": {
  1044. "navigationBarTitleText": "话题广场"
  1045. }
  1046. },
  1047. {
  1048. "path": "detail/detail",
  1049. "style": {
  1050. "navigationStyle": "custom"
  1051. }
  1052. },
  1053. {
  1054. "path": "release/release",
  1055. "style": {
  1056. "navigationBarTitleText": "我发布的"
  1057. }
  1058. },
  1059. {
  1060. "path": "home/home",
  1061. "style": {
  1062. "navigationStyle": "custom"
  1063. }
  1064. },
  1065. {
  1066. "path": "collection/collection",
  1067. "style": {
  1068. "navigationBarTitleText": "我的收藏"
  1069. }
  1070. }
  1071. ]
  1072. },
  1073. {
  1074. "root": "match",
  1075. "pages": [{
  1076. "path": "list/index",
  1077. "style": {
  1078. "navigationBarTitleText": "活动"
  1079. }
  1080. },
  1081. {
  1082. "path": "activityDetail/activityDetail",
  1083. "style": {
  1084. "navigationBarTitleText": "活动详情"
  1085. }
  1086. },
  1087. {
  1088. "path": "sign/sign",
  1089. "style": {
  1090. "navigationBarTitleText": "报名表单"
  1091. }
  1092. },
  1093. {
  1094. "path": "signConfirm/signConfirm",
  1095. "style": {
  1096. "navigationBarTitleText": "确认订单"
  1097. }
  1098. },
  1099. {
  1100. "path": "success/success",
  1101. "style": {
  1102. "navigationBarTitleText": "报名成功"
  1103. }
  1104. },
  1105. {
  1106. "path": "activity/activity",
  1107. "style": {
  1108. "navigationBarTitleText": "我报名的活动"
  1109. }
  1110. },
  1111. {
  1112. "path": "activityDet/activityDet",
  1113. "style": {
  1114. "navigationBarTitleText": "活动详情"
  1115. }
  1116. }
  1117. ]
  1118. },
  1119. {
  1120. "root": "card",
  1121. "pages": [{
  1122. "path": "not/not",
  1123. "style": {
  1124. "navigationBarTitleText": "我的名片",
  1125. "app-plus": {
  1126. "titleNView": {
  1127. "titleAlign": "left"
  1128. }
  1129. }
  1130. }
  1131. },
  1132. {
  1133. "path": "index/index",
  1134. "style": {
  1135. "navigationBarTitleText": "我的名片",
  1136. "navigationStyle": "custom"
  1137. }
  1138. },
  1139. {
  1140. "path": "create/create",
  1141. "style": {
  1142. "navigationBarTitleText": "创建名片",
  1143. "app-plus": {
  1144. "titleNView": {
  1145. "titleAlign": "left"
  1146. }
  1147. }
  1148. }
  1149. }, {
  1150. "path": "editDesc/editDesc",
  1151. "style": {
  1152. "navigationBarTitleText": "编辑个人简介",
  1153. "enablePullDownRefresh": false,
  1154. "app-plus": {
  1155. "titleNView": {
  1156. "titleAlign": "left"
  1157. }
  1158. }
  1159. }
  1160. }, {
  1161. "path": "poster/poster",
  1162. "style": {
  1163. "navigationBarTitleText": "名片码",
  1164. "enablePullDownRefresh": false,
  1165. "app-plus": {
  1166. "titleNView": {
  1167. "titleAlign": "left"
  1168. }
  1169. }
  1170. }
  1171. },
  1172. {
  1173. "path": "network/network",
  1174. "style": {
  1175. "navigationBarTitleText": "IP名片"
  1176. }
  1177. },
  1178. {
  1179. "path": "myNetWork/myNetWork",
  1180. "style": {
  1181. "navigationBarTitleText": "我的人脉"
  1182. }
  1183. },
  1184. {
  1185. "path": "industry/industry",
  1186. "style": {
  1187. "navigationBarTitleText": "行业"
  1188. }
  1189. },
  1190. {
  1191. "path": "groupManage/groupManage",
  1192. "style": {
  1193. "navigationBarTitleText": "分组管理"
  1194. }
  1195. },
  1196. {
  1197. "path": "addGroup/addGroup",
  1198. "style": {
  1199. "navigationBarTitleText": "新增分组"
  1200. }
  1201. },
  1202. {
  1203. "path": "cardList/cardList",
  1204. "style": {
  1205. "navigationBarTitleText": "顾问"
  1206. }
  1207. }
  1208. ]
  1209. }
  1210. ]
  1211. }