pages.json 23 KB

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