pages.json 25 KB

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