pages.json 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556
  1. {
  2. "pages": [
  3. // {
  4. // "path": "pages/main/main",
  5. // "style": {
  6. // "navigationStyle": "custom"
  7. // }
  8. // },
  9. // {
  10. // "path": "pages/home/index",
  11. // "style": {
  12. // "navigationStyle": "custom",
  13. // "navigationBarTextStyle": "white",
  14. // "navigationBarTitleText": "绿萝云·诊所私域系统"
  15. // }
  16. // },
  17. {
  18. "path" : "pages/launch/launch",
  19. "style" :
  20. {
  21. "navigationBarTitleText": "绿萝云",
  22. "navigationStyle": "custom"
  23. }
  24. },
  25. {
  26. "path": "pages/tabBar/index",
  27. "style": {
  28. "navigationBarTitleText": "首页",
  29. "navigationBarTextStyle": "white",
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. {
  34. "path": "pages/tabBar/index2",
  35. "style": {
  36. "navigationBarTextStyle": "white",
  37. "navigationStyle": "custom"
  38. }
  39. },
  40. {
  41. "path": "pages/index/index",
  42. "style": {
  43. "navigationBarTitleText": "首页",
  44. "navigationBarTextStyle": "white",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/applogin/index",
  50. "style": {
  51. "navigationBarTitleText": "登陆"
  52. }
  53. },
  54. // {
  55. // "path": "pages/index/index_zehuiyun",
  56. // "style": {
  57. // "navigationBarTextStyle": "white",
  58. // "navigationStyle": "custom"
  59. // }
  60. // },
  61. {
  62. "path": "pages/service/index",
  63. "style": {
  64. "navigationStyle": "custom",
  65. "navigationBarTextStyle": "white",
  66. "navigationBarTitleText": "服务项目"
  67. }
  68. },
  69. // {
  70. // "path": "pages/merchant/index",
  71. // "style": {
  72. // "navigationStyle": "custom",
  73. // "navigationBarTextStyle": "black",
  74. // "navigationBarTitleText": "服务门店"
  75. // }
  76. // },
  77. {
  78. "path": "pages/user/user",
  79. "style": {
  80. "navigationStyle": "custom",
  81. "navigationBarTextStyle": "white",
  82. "navigationBarTitleText": "我的"
  83. }
  84. },
  85. {
  86. "path": "pages/sort/sort",
  87. "style": {
  88. "navigationStyle": "custom",
  89. "navigationBarTitleText": "分类"
  90. }
  91. },
  92. {
  93. "path": "pages/cart/cart",
  94. "style": {
  95. "navigationStyle": "custom",
  96. "navigationBarTextStyle": "black",
  97. "navigationBarTitleText": "购物车"
  98. }
  99. },
  100. {
  101. "path": "pages/search/search",
  102. "style": {
  103. "navigationBarTitleText": "搜索"
  104. }
  105. },
  106. {
  107. "path": "pages/topic/topic",
  108. "style": {
  109. "navigationBarTitleText": "专题"
  110. }
  111. },
  112. {
  113. "path": "pages/topiclist/topiclist",
  114. "style": {
  115. "navigationBarTitleText": "特色专题"
  116. }
  117. },
  118. {
  119. "path": "pages/authorize/authorize",
  120. "style": {
  121. "navigationBarTitleText": "授权"
  122. }
  123. },
  124. {
  125. "path": "pages/about/about",
  126. "style": {
  127. "navigationBarTitleText": "关于我们"
  128. }
  129. },
  130. {
  131. "path": "pages/web/web",
  132. "style": {
  133. "navigationStyle": "custom",
  134. "navigationBarTitleText": "门店管理"
  135. }
  136. },
  137. {
  138. "path": "pages/nearbyDetails/nearbyDetails",
  139. "style": {
  140. "navigationBarTitleText": "店铺详情"
  141. }
  142. },
  143. {
  144. "path": "pages/webView/webView",
  145. "style": {
  146. "navigationBarTitleText": "webView"
  147. }
  148. }
  149. ],
  150. "tabBar": {
  151. "custom": true,
  152. "list": [
  153. {
  154. "selectedIconPath": "/static/pages/images/blue/home_h.png",
  155. "iconPath": "/static/pages/images/home.png",
  156. "pagePath": "pages/tabBar/index",
  157. "text": "首页"
  158. },
  159. {
  160. "selectedIconPath": "/static/pages/images/blue/home_h.png",
  161. "iconPath": "/static/pages/images/home.png",
  162. "pagePath": "pages/tabBar/index2",
  163. "text": "首页"
  164. }
  165. ]
  166. },
  167. // "tabBar": {
  168. // "custom": true,
  169. // "list": [
  170. // {
  171. // "selectedIconPath": "/static/pages/images/blue/home_h.png",
  172. // "iconPath": "/static/pages/images/home.png",
  173. // "pagePath": "pages/index/index",
  174. // "text": "首页"
  175. // },
  176. // {
  177. // "selectedIconPath": "/static/pages/images/blue/home_h.png",
  178. // "iconPath": "/static/pages/images/home.png",
  179. // "pagePath": "pages/index/index_zehuiyun",
  180. // "text": "首页"
  181. // },
  182. // // {
  183. // // "pagePath": "pages/merchant/index",
  184. // // "text": "服务门店"
  185. // // },
  186. // {
  187. // "selectedIconPath": "/static/pages/images/blue/service_h.png",
  188. // "iconPath": "/static/pages/images/service.png",
  189. // "pagePath": "pages/service/index",
  190. // "text": "服务项目"
  191. // },
  192. // // {
  193. // // "selectedIconPath": "/static/pages/images/blue/partner_h.png",
  194. // // "iconPath": "/static/pages/images/partner.png",
  195. // // "pagePath": "pages/partner/index",
  196. // // "text": "合伙人"
  197. // // },
  198. // {
  199. // "selectedIconPath": "/static/pages/images/blue/user_h.png",
  200. // "iconPath": "/static/pages/images/user.png",
  201. // "pagePath": "pages/user/user",
  202. // "text": "我的"
  203. // }
  204. // ],
  205. // "selectedColor": "#222",
  206. // "color": "#888",
  207. // "borderStyle": "black",
  208. // "position": "bottom",
  209. // "backgroundColor": "#fff"
  210. // },
  211. "style": "v2",
  212. "sitemapLocation": "sitemap.json",
  213. "permission": {
  214. "scope.userLocation": {
  215. "desc": "方便您快速完善信息!"
  216. }
  217. },
  218. "plugins": {
  219. "live-player-plugin": {
  220. "version": "1.2.10",
  221. "provider": "wx2b03c6e691cd7370"
  222. },
  223. "routePlan": {
  224. "version": "1.0.12",
  225. "provider": "wx50b5593e81dd937a"
  226. }
  227. },
  228. "globalStyle": {
  229. "backgroundTextStyle": "light",
  230. "navigationBarBackgroundColor": "#fff",
  231. "navigationBarTitleText": "",
  232. "navigationBarTextStyle": "black",
  233. "onReachBottomDistance": 300,
  234. "navigationStyle": "custom"
  235. },
  236. "subPackages": [{
  237. "root": "product",
  238. "pages": [
  239. {
  240. "path": "index/index",
  241. "style": {
  242. "navigationStyle": "custom"
  243. }
  244. },
  245. {
  246. "path": "list/list",
  247. "style": {
  248. "navigationBarTitleText": "商品"
  249. }
  250. },
  251. {
  252. "path": "detail/detail",
  253. "style": {
  254. "navigationBarTitleText": "商品详情",
  255. "navigationStyle": "custom"
  256. }
  257. },
  258. {
  259. "path": "groupList/groupList",
  260. "style": {
  261. "navigationBarTitleText": "社区团购"
  262. }
  263. },
  264. {
  265. "path": "groupDetail/groupDetail",
  266. "style": {
  267. "navigationBarTitleText": "商品详情"
  268. }
  269. },
  270. {
  271. "path": "subOrder/subOrder",
  272. "style": {
  273. "navigationBarTitleText": "确认订单",
  274. "navigationStyle": "custom"
  275. }
  276. },
  277. {
  278. "path": "map/map",
  279. "style": {}
  280. },
  281. {
  282. "path": "coupon/coupon",
  283. "style": {
  284. "navigationBarTitleText": "优惠券"
  285. }
  286. },
  287. {
  288. "path": "couponList/index",
  289. "style": {
  290. "navigationBarTitleText": "优惠券"
  291. }
  292. },
  293. {
  294. "path": "exchange/index",
  295. "style": {
  296. "navigationBarTitleText": "兑换"
  297. }
  298. },
  299. {
  300. "path": "pay/pay",
  301. "style": {
  302. "navigationBarTitleText": "支付"
  303. }
  304. },
  305. {
  306. "path": "yaomengwang/yaomengwang",
  307. "style": {}
  308. },
  309. {
  310. "path": "medicine/medicine",
  311. "style": {
  312. "navigationBarTitleText": "在线抓药"
  313. }
  314. },
  315. {
  316. "path": "info/info",
  317. "style": {
  318. "navigationBarTitleText": "提货人信息"
  319. }
  320. },
  321. {
  322. "path": "supplier/supplier",
  323. "style": {
  324. "navigationStyle": "custom",
  325. "navigationBarTitleText": "供应商"
  326. }
  327. },
  328. {
  329. "path": "merge/list",
  330. "style": {
  331. "navigationBarTitleText": "活动套餐"
  332. }
  333. },
  334. {
  335. "path": "mergeDetail/detail",
  336. "style": {
  337. "navigationBarTitleText": "套餐详情"
  338. }
  339. },
  340. {
  341. "path": "subMerge/subOrder",
  342. "style": {
  343. "navigationBarTitleText": "确认订单"
  344. }
  345. }
  346. ]
  347. },
  348. {
  349. "root": "merchant",
  350. "pages": [{
  351. "path": "index",
  352. "style": {
  353. "navigationBarTitleText": "门店管理"
  354. }
  355. },
  356. {
  357. "path": "express",
  358. "style": {
  359. "navigationBarTitleText": "发货"
  360. }
  361. },
  362. {
  363. "path": "refund",
  364. "style": {
  365. "navigationBarTitleText": "售后"
  366. }
  367. },
  368. {
  369. "path": "deliverExtend",
  370. "style": {
  371. "navigationBarTitleText": "拆单发货"
  372. }
  373. },
  374. {
  375. "path": "order",
  376. "style": {
  377. "navigationBarTitleText": "订单管理"
  378. }
  379. },
  380. {
  381. "path": "show",
  382. "style": {
  383. "navigationBarTitleText": "订单详情"
  384. }
  385. },
  386. {
  387. "path": "search",
  388. "style": {
  389. "navigationBarTitleText": "订单搜索"
  390. }
  391. },
  392. {
  393. "path": "refundDetail",
  394. "style": {
  395. "navigationBarTitleText": "售后详情"
  396. }
  397. },
  398. {
  399. "path": "expressList/index",
  400. "style": {
  401. "navigationBarTitleText": "出库管理"
  402. }
  403. },
  404. {
  405. "path": "scanPay",
  406. "style": {
  407. "navigationBarTitleText": "余额结算"
  408. }
  409. },
  410. {
  411. "path": "write/index",
  412. "style": {
  413. "navigationBarTitleText": "核销"
  414. }
  415. },
  416. {
  417. "path": "writeDetail/index",
  418. "style": {
  419. "navigationBarTextStyle": "white",
  420. "navigationBarBackgroundColor": "#1a83ff",
  421. "navigationBarTitleText": "核销详情"
  422. }
  423. },
  424. {
  425. "path": "record/index",
  426. "style": {
  427. "navigationBarTitleText": "核销记录"
  428. }
  429. },
  430. {
  431. "path": "nearby/nearby",
  432. "style": {
  433. "navigationBarTitleText": "附近门店"
  434. }
  435. }
  436. ]
  437. },
  438. {
  439. "root": "activity",
  440. "pages": [{
  441. "path": "seckill/seckill",
  442. "style": {
  443. "navigationBarTitleText": "限时秒杀",
  444. "navigationBarBackgroundColor": "#FF2B47",
  445. "navigationBarTextStyle": "white"
  446. }
  447. },
  448. {
  449. "path": "seckillDetails/seckillDetails",
  450. "style": {
  451. "navigationBarTitleText": "限时秒杀"
  452. }
  453. },
  454. {
  455. "path": "newbornZone/newbornZone",
  456. "style": {
  457. "navigationBarTitleText": "新人专区"
  458. }
  459. },
  460. {
  461. "path": "newbornDetails/newbornDetails",
  462. "style": {
  463. "navigationBarTitleText": "新人专区"
  464. }
  465. },
  466. {
  467. "path": "bargain/index/index",
  468. "style": {
  469. "navigationBarTitleText": "全民砍价"
  470. }
  471. },
  472. {
  473. "path": "bargain/detail/detail",
  474. "style": {
  475. "navigationBarTitleText": "砍价商品"
  476. }
  477. },
  478. {
  479. "path": "bargain/kjDetail/kjDetail",
  480. "style": {
  481. "navigationBarTitleText": "砍价"
  482. }
  483. },
  484. {
  485. "path": "group/index/index",
  486. "style": {
  487. "navigationBarTitleText": "拼团"
  488. }
  489. },
  490. {
  491. "path": "group/detail/detail",
  492. "style": {
  493. "navigationBarTitleText": "拼团"
  494. }
  495. },
  496. {
  497. "path": "group/ptDetail/ptDetail",
  498. "style": {
  499. "navigationBarTitleText": "拼团"
  500. }
  501. },
  502. {
  503. "path": "content/content",
  504. "style": {
  505. "navigationBarTitleText": ""
  506. }
  507. }
  508. ]
  509. },
  510. {
  511. "root": "mine",
  512. "pages": [{
  513. "path": "order/order",
  514. "style": {
  515. "navigationBarTitleText": "我的订单"
  516. }
  517. },
  518. {
  519. "path": "set/index",
  520. "style": {
  521. "navigationBarTitleText": "设置"
  522. }
  523. },
  524. {
  525. "path": "orderDet/orderDet",
  526. "style": {
  527. "navigationBarTitleText": "订单详情"
  528. }
  529. },
  530. {
  531. "path": "logistics/logistics",
  532. "style": {
  533. "navigationBarTitleText": "查看物流"
  534. }
  535. },
  536. {
  537. "path": "comments/comments",
  538. "style": {
  539. "navigationBarTitleText": "发表评价"
  540. }
  541. },
  542. {
  543. "path": "collect/collect",
  544. "style": {
  545. "navigationBarTitleText": "收藏"
  546. }
  547. },
  548. {
  549. "path": "remind/remind",
  550. "style": {
  551. "navigationBarTitleText": "开团提醒"
  552. }
  553. },
  554. {
  555. "path": "address/address",
  556. "style": {
  557. "navigationBarTitleText": "收货地址"
  558. }
  559. },
  560. {
  561. "path": "addAddress/addAddress",
  562. "style": {
  563. "navigationBarTitleText": "添加新地址"
  564. }
  565. },
  566. {
  567. "path": "editAddress/editAddress",
  568. "style": {
  569. "navigationBarTitleText": "编辑地址"
  570. }
  571. },
  572. {
  573. "path": "coupons/coupons",
  574. "style": {
  575. "navigationBarTitleText": "优惠券"
  576. }
  577. },
  578. {
  579. "path": "footprint/footprint",
  580. "style": {
  581. "navigationBarTitleText": "足迹"
  582. }
  583. },
  584. {
  585. "path": "help/help",
  586. "style": {
  587. "navigationBarTitleText": "帮助中心"
  588. }
  589. },
  590. {
  591. "path": "page/page",
  592. "style": {
  593. "navigationBarTitleText": ""
  594. }
  595. },
  596. {
  597. "path": "feedback/feedback",
  598. "style": {
  599. "navigationBarTitleText": "建议与反馈"
  600. }
  601. },
  602. {
  603. "path": "userinfo/userinfo",
  604. "style": {
  605. "navigationBarTitleText": "个人资料"
  606. }
  607. },
  608. {
  609. "path": "refund/refundlist/refundlist",
  610. "style": {
  611. "navigationBarTitleText": "退款列表"
  612. }
  613. },
  614. {
  615. "path": "refund/refundDetails/refundDetails",
  616. "style": {
  617. "navigationBarTitleText": "售后详情"
  618. }
  619. },
  620. {
  621. "path": "refund/refundType/refundType",
  622. "style": {
  623. "navigationBarTitleText": "客户满意中心"
  624. }
  625. },
  626. {
  627. "path": "refund/express/express",
  628. "style": {
  629. "navigationBarTitleText": "物流信息"
  630. }
  631. },
  632. {
  633. "path": "refund/applyRefund/applyRefund",
  634. "style": {
  635. "navigationBarTitleText": "退款申请"
  636. }
  637. },
  638. {
  639. "path": "vip/vip",
  640. "style": {
  641. "navigationBarBackgroundColor": "#333",
  642. "navigationBarTextStyle": "white",
  643. "navigationBarTitleText": "会员中心"
  644. }
  645. },
  646. {
  647. "path": "deliverExtend/deliverExtend",
  648. "style": {
  649. "navigationBarTitleText": "查看分单"
  650. }
  651. }, {
  652. "path": "shop/shop",
  653. "style": {
  654. "navigationBarTitleText": "我的小店"
  655. }
  656. },
  657. {
  658. "path": "payCode/payCode",
  659. "style": {
  660. "navigationBarTitleText": "会员码"
  661. }
  662. }
  663. ]
  664. },
  665. {
  666. "root": "promote",
  667. "pages": [
  668. {
  669. "path": "index/index",
  670. "style": {
  671. "navigationStyle": "custom",
  672. "navigationBarTextStyle": "white",
  673. "navigationBarTitleText": "推广合伙人"
  674. }
  675. },
  676. {
  677. "path": "info/info",
  678. "style": {
  679. "navigationBarTitleText": "合伙人招募"
  680. }
  681. },
  682. {
  683. "path": "team/team",
  684. "style": {
  685. "navigationBarTitleText": "推广中心"
  686. }
  687. },
  688. {
  689. "path": "sales/sales",
  690. "style": {
  691. "navigationBarTitleText": "业绩订单"
  692. }
  693. },
  694. {
  695. "path": "income/income",
  696. "style": {
  697. "navigationBarTitleText": "本月收入"
  698. }
  699. },
  700. {
  701. "path": "balance/balance",
  702. "style": {
  703. "navigationBarTitleText": "成交订单"
  704. }
  705. },
  706. {
  707. "path": "invite/invite",
  708. "style": {
  709. "navigationBarTitleText": "推广海报"
  710. }
  711. },
  712. {
  713. "path": "apply/apply",
  714. "style": {
  715. "navigationBarTitleText": "我的分销"
  716. }
  717. },
  718. {
  719. "path": "status/status",
  720. "style": {
  721. "navigationBarTitleText": ""
  722. }
  723. },
  724. {
  725. "path": "teamList/teamList",
  726. "style": {
  727. "navigationBarTitleText": "我的客户"
  728. }
  729. },
  730. {
  731. "path": "withdrawal/index/index",
  732. "style": {
  733. "navigationBarTitleText": "提现"
  734. }
  735. },
  736. {
  737. "path": "withdrawal/addcard/addcard",
  738. "style": {
  739. "navigationBarTitleText": "添加银行卡"
  740. }
  741. },
  742. {
  743. "path": "withdrawal/record/record",
  744. "style": {
  745. "navigationBarTitleText": "提现记录"
  746. }
  747. },
  748. {
  749. "path": "products/products",
  750. "style": {
  751. "navigationBarTitleText": "分销商品"
  752. }
  753. },
  754. {
  755. "path": "service/service",
  756. "style": {
  757. "navigationBarTitleText": "小店服务费"
  758. }
  759. },
  760. {
  761. "path": "withdrawal/income/income",
  762. "style": {
  763. "navigationBarTitleText": "收益账户明细"
  764. }
  765. },
  766. {
  767. "path": "withdrawal/bindCardCheck/bindCardCheck",
  768. "style": {
  769. "navigationBarTitleText": "银行卡信息",
  770. "enablePullDownRefresh": false
  771. }
  772. },
  773. {
  774. "path": "withdrawal/bindCard/bindCard",
  775. "style": {
  776. "navigationBarTitleText": "绑定银行卡"
  777. }
  778. },
  779. {
  780. "path": "settleDetail/settleDetail",
  781. "style": {
  782. "navigationBarTitleText": "待结算"
  783. }
  784. },
  785. {
  786. "path": "performance/index/index",
  787. "style": {
  788. "navigationStyle": "custom",
  789. "navigationBarTextStyle": "white",
  790. "navigationBarTitleText": "销售业绩"
  791. }
  792. },
  793. {
  794. "path": "performance/personal/index",
  795. "style": {
  796. "navigationBarTitleText": "个人业绩"
  797. }
  798. },
  799. {
  800. "path": "performance/team/index",
  801. "style": {
  802. "navigationBarTitleText": "团队业绩"
  803. }
  804. },
  805. {
  806. "path": "performance/person/index",
  807. "style": {
  808. "navigationBarTitleText": "团队业绩"
  809. }
  810. },
  811. {
  812. "path": "package/index",
  813. "style": {
  814. "navigationBarTitleText": "合伙人套餐"
  815. }
  816. },
  817. {
  818. "path": "shop/index",
  819. "style": {
  820. "navigationBarTitleText": "开店助手套餐"
  821. }
  822. },
  823. {
  824. "path": "download/index",
  825. "style": {
  826. "navigationBarTitleText": "APP下载指引"
  827. }
  828. }
  829. ]
  830. },
  831. {
  832. "root": "wallet",
  833. "pages": [{
  834. "path": "index/index",
  835. "style": {
  836. "navigationBarTitleText": "我的钱包"
  837. }
  838. },
  839. {
  840. "path": "detailed/detailed",
  841. "style": {
  842. "navigationBarTitleText": "余额明细"
  843. }
  844. },
  845. {
  846. "path": "balanceDetailed/balanceDetailed",
  847. "style": {
  848. "navigationBarTitleText": "余额详情"
  849. }
  850. },
  851. {
  852. "path": "rechargeCard/index",
  853. "style": {
  854. "navigationBarTitleText": "充值卡激活"
  855. }
  856. },
  857. {
  858. "path": "rechargeSuccess/index",
  859. "style": {
  860. "navigationBarTitleText": "激活成功"
  861. }
  862. }
  863. ]
  864. },
  865. {
  866. "root": "integralshop",
  867. "pages": [{
  868. "path": "cart/cart",
  869. "style": {
  870. "navigationBarTitleText": "购物车"
  871. }
  872. },
  873. {
  874. "path": "detail/detail",
  875. "style": {
  876. "navigationBarTitleText": "商品详情"
  877. }
  878. },
  879. {
  880. "path": "index/index",
  881. "style": {
  882. "navigationBarTitleText": "积分商城",
  883. "navigationBarBackgroundColor": "#FD3A31",
  884. "navigationBarTextStyle": "white"
  885. }
  886. },
  887. {
  888. "path": "integralDetailed/index",
  889. "style": {
  890. "navigationBarTitleText": "积分明细",
  891. "navigationBarBackgroundColor": "#FD3A31",
  892. "navigationBarTextStyle": "white"
  893. }
  894. },
  895. {
  896. "path": "integralRule/index",
  897. "style": {
  898. "navigationBarTitleText": "积分规则"
  899. }
  900. },
  901. {
  902. "path": "order/order",
  903. "style": {
  904. "navigationBarTitleText": "我的订单"
  905. }
  906. }
  907. ]
  908. },
  909. {
  910. "root": "prescription",
  911. "pages": [{
  912. "path": "audit/audit",
  913. "style": {
  914. "navigationBarTitleText": "购物车"
  915. }
  916. },
  917. {
  918. "path": "Consultation/index",
  919. "style": {
  920. "navigationBarTitleText": "用药人信息填写"
  921. }
  922. },
  923. {
  924. "path": "consultationAgreement/index",
  925. "style": {
  926. "navigationBarTitleText": "患者问诊服务协议"
  927. }
  928. },
  929. {
  930. "path": "dialogue/index",
  931. "style": {
  932. "navigationBarTitleText": "预问诊"
  933. }
  934. },
  935. {
  936. "path": "drugUsers/index",
  937. "style": {
  938. "navigationBarTitleText": "新建用药人"
  939. }
  940. },
  941. {
  942. "path": "drugUsersList/index",
  943. "style": {
  944. "navigationBarTitleText": "常用用药人"
  945. }
  946. },
  947. {
  948. "path": "inquiry/index",
  949. "style": {
  950. "navigationBarTitleText": ""
  951. }
  952. },
  953. {
  954. "path": "prescriptionInformation/index",
  955. "style": {
  956. "navigationBarTitleText": "处方信息"
  957. }
  958. },
  959. {
  960. "path": "privacyPolicy/index",
  961. "style": {
  962. "navigationBarTitleText": "隐私政策"
  963. }
  964. },
  965. {
  966. "path": "riskNotification/index",
  967. "style": {
  968. "navigationBarTitleText": "互联网医疗风险告知及知情同意书"
  969. }
  970. }
  971. ]
  972. },
  973. // {
  974. // "root": "htmllogin",
  975. // "pages": [{
  976. // "path": "login/login",
  977. // "style": {
  978. // "navigationBarTitleText": "手机号登录"
  979. // }
  980. // }]
  981. // },
  982. {
  983. "root": "topic",
  984. "pages": [{
  985. "path": "contentList/contentList",
  986. "style": {
  987. "navigationStyle": "custom",
  988. "navigationBarTitleText": ""
  989. }
  990. },
  991. {
  992. "path": "content/content",
  993. "style": {
  994. "navigationStyle": "custom",
  995. "navigationBarTitleText": "详情"
  996. }
  997. },
  998. {
  999. "path": "redEnvelope/index",
  1000. "style": {
  1001. "navigationBarTitleText": "红包领取"
  1002. }
  1003. },
  1004. {
  1005. "path": "merchantMember/index",
  1006. "style": {
  1007. "navigationStyle": "custom",
  1008. "navigationBarTextStyle": "white",
  1009. "navigationBarTitleText": "会员开通"
  1010. }
  1011. },
  1012. {
  1013. "path": "card/index",
  1014. "style": {
  1015. "navigationBarTextStyle": "white",
  1016. "navigationStyle": "custom",
  1017. "navigationBarTitleText": "领取会员卡"
  1018. }
  1019. },
  1020. {
  1021. "path": "payment/payment",
  1022. "style": {
  1023. "navigationBarBackgroundColor": "#f5f6f8",
  1024. "navigationBarTitleText": "到店付款"
  1025. }
  1026. },
  1027. {
  1028. "path": "service/index",
  1029. "style": {
  1030. "navigationBarTitleText": "金牌顾问"
  1031. }
  1032. },
  1033. {
  1034. "path": "about/about",
  1035. "style": {
  1036. "navigationStyle": "custom",
  1037. "navigationBarTextStyle": "white",
  1038. "navigationBarTitleText": ""
  1039. }
  1040. },
  1041. {
  1042. "path": "teacher/teacher",
  1043. "style": {
  1044. "navigationBarTitleText": "专家团队"
  1045. }
  1046. },
  1047. {
  1048. "path": "bind/index",
  1049. "style": {
  1050. "navigationBarTitleText": "绑定手机号"
  1051. }
  1052. },
  1053. {
  1054. "path": "teacherDet/teacherDet",
  1055. "style": {
  1056. "navigationBarTitleText": "专家信息"
  1057. }
  1058. }
  1059. ]
  1060. },
  1061. {
  1062. "root": "leaflet",
  1063. "pages": [{
  1064. "path": "list/index",
  1065. "style": {
  1066. "navigationBarTitleText": "最新活动"
  1067. }
  1068. },
  1069. {
  1070. "path": "detail/index",
  1071. "style": {
  1072. "navigationStyle": "custom",
  1073. "navigationBarTitleText": ""
  1074. }
  1075. }
  1076. ]
  1077. },
  1078. {
  1079. "root": "payment",
  1080. "pages": [{
  1081. "path": "receiveCode/receiveCode",
  1082. "style": {
  1083. "navigationBarTextStyle": "white",
  1084. "navigationBarBackgroundColor": "#00a3ff",
  1085. "navigationBarTitleText": "二维码收款"
  1086. }
  1087. },
  1088. {
  1089. "path": "paymentList/paymentList",
  1090. "style": {
  1091. "navigationBarBackgroundColor": "#f5f6f8",
  1092. "navigationBarTitleText": "买单记录"
  1093. }
  1094. },
  1095. {
  1096. "path": "receiveList/receiveList",
  1097. "style": {
  1098. "navigationBarTitleText": "收款记录"
  1099. }
  1100. },
  1101. {
  1102. "path": "success/success",
  1103. "style": {
  1104. "navigationBarTitleText": "支付成功"
  1105. }
  1106. },{
  1107. "path": "wxPay/index",
  1108. "style": {
  1109. "navigationBarTitleText": "微信支付"
  1110. }
  1111. },
  1112. {
  1113. "path": "wxPaySuccess/index",
  1114. "style": {
  1115. "navigationBarTitleText": "支付成功"
  1116. }
  1117. }
  1118. ]
  1119. },
  1120. {
  1121. "root": "service",
  1122. "pages": [{
  1123. "path": "secondCard/secondCard",
  1124. "style": {
  1125. "navigationBarTitleText": "权益卡"
  1126. }
  1127. },
  1128. {
  1129. "path": "secondCardDetail/secondCardDetail",
  1130. "style": {
  1131. "navigationBarTitleText": "权益卡"
  1132. }
  1133. },
  1134. {
  1135. "path": "cardDetail/index",
  1136. "style": {
  1137. "navigationStyle": "custom",
  1138. "navigationBarTextStyle": "white",
  1139. "navigationBarTitleText": "详情"
  1140. }
  1141. },
  1142. {
  1143. "path": "virtuallyDetail/index",
  1144. "style": {
  1145. "navigationBarTextStyle": "white",
  1146. "navigationBarBackgroundColor": "#1a83ff",
  1147. "navigationBarTitleText": "详情"
  1148. }
  1149. },
  1150. {
  1151. "path": "serviceRecord/index",
  1152. "style": {
  1153. "navigationBarTitleText": "服务记录"
  1154. }
  1155. },
  1156. {
  1157. "path": "serviceDetail/index",
  1158. "style": {
  1159. "navigationBarTitleText": "详情"
  1160. }
  1161. },
  1162. {
  1163. "path": "liveMiddle/liveMiddle",
  1164. "style": {
  1165. "navigationBarTitleText": "直播分享"
  1166. }
  1167. },
  1168. {
  1169. "path": "video/video",
  1170. "style": {
  1171. "navigationBarTitleText": "直播回放"
  1172. }
  1173. },
  1174. {
  1175. "path": "live/live",
  1176. "style": {
  1177. "navigationBarTitleText": "直播"
  1178. }
  1179. }
  1180. ]
  1181. },
  1182. {
  1183. "root": "share",
  1184. "pages": [{
  1185. "path": "content/index",
  1186. "style": {
  1187. "navigationBarTitleText": "详情"
  1188. }
  1189. },
  1190. {
  1191. "path": "pages/index",
  1192. "style": {
  1193. "navigationBarTitleText": "详情"
  1194. }
  1195. },
  1196. {
  1197. "path": "card/index",
  1198. "style": {
  1199. "navigationBarTitleText": "名片详情"
  1200. }
  1201. },
  1202. {
  1203. "path": "grass/index",
  1204. "style": {
  1205. "navigationBarTitleText": ""
  1206. }
  1207. },
  1208. {
  1209. "path": "invite/index",
  1210. "style": {
  1211. "navigationBarTitleText": "绿萝云·诊所私域系统"
  1212. }
  1213. },
  1214. {
  1215. "path": "home/index",
  1216. "style": {
  1217. "navigationStyle": "custom",
  1218. "navigationBarTitleText": "绿萝云·诊所私域系统"
  1219. }
  1220. }
  1221. ]
  1222. },
  1223. {
  1224. "root": "open",
  1225. "pages": [
  1226. {
  1227. "path": "index/index",
  1228. "style": {
  1229. "navigationBarTitleText": "开通健康卡"
  1230. }
  1231. },
  1232. {
  1233. "path": "info/index",
  1234. "style": {
  1235. "navigationStyle": "custom",
  1236. "navigationBarTitleText": "完善健康卡档案"
  1237. }
  1238. }
  1239. ]
  1240. },
  1241. {
  1242. "root": "order",
  1243. "pages": [
  1244. {
  1245. "path": "card/index",
  1246. "style": {
  1247. "navigationBarBackgroundColor": "#009aff",
  1248. "navigationBarTitleText": ""
  1249. }
  1250. }
  1251. ]
  1252. },
  1253. {
  1254. "root": "other",
  1255. "pages": [
  1256. {
  1257. "path": "contact/index",
  1258. "style": {
  1259. "navigationBarTitleText": "服务顾问"
  1260. }
  1261. },
  1262. {
  1263. "path": "medicalGuide/index",
  1264. "style": {
  1265. "navigationBarTitleText": "就医指南"
  1266. }
  1267. }
  1268. ]
  1269. },
  1270. {
  1271. "root": "home",
  1272. "pages": [
  1273. {
  1274. "path": "index/index_yaofang",
  1275. "style": {
  1276. "navigationBarTextStyle": "white",
  1277. "navigationStyle": "custom"
  1278. }
  1279. }
  1280. ]
  1281. },
  1282. {
  1283. "root": "fillPrescription",
  1284. "pages": [{
  1285. "path": "index/index",
  1286. "style": {
  1287. "navigationBarTitleText": "按方抓药"
  1288. }
  1289. }, {
  1290. "path": "detail/detail",
  1291. "style": {
  1292. "navigationBarTitleText": "服务处方详情"
  1293. }
  1294. }, {
  1295. "path": "uploadPrescription/uploadPrescription",
  1296. "style": {
  1297. "navigationBarTitleText": "上传处方"
  1298. }
  1299. }, {
  1300. "path": "process/process",
  1301. "style": {
  1302. "navigationBarTitleText": "按方抓药流程"
  1303. }
  1304. }
  1305. ]
  1306. },
  1307. // {
  1308. // "root": "chat",
  1309. // "pages": [{
  1310. // "path": "conversation/conversation",
  1311. // "style": {
  1312. // "navigationBarTitleText": "消息中心"
  1313. // }
  1314. // },
  1315. // {
  1316. // "path": "chatroom/chatroom",
  1317. // "style": {
  1318. // "navigationBarBackgroundColor": "#EDEDED",
  1319. // "navigationBarTitleText": "",
  1320. // "backgroundTextStyle": "dark",
  1321. // "enablePullDownRefresh": true,
  1322. // "app-plus": {
  1323. // "titleNView": {
  1324. // "buttons": [{
  1325. // "text": "...",
  1326. // "fontSrc": "./static/iconfont/iconfont.ttf",
  1327. // "fontSize": "24",
  1328. // "float": "right"
  1329. // }]
  1330. // }
  1331. // }
  1332. // }
  1333. // }
  1334. // ]
  1335. // },
  1336. {
  1337. "root": "card",
  1338. "pages": [
  1339. {
  1340. "path": "not/not",
  1341. "style": {
  1342. "navigationBarTitleText": "我的名片"
  1343. }
  1344. },
  1345. {
  1346. "path": "index/index",
  1347. "style": {
  1348. "navigationBarTitleText": "我的名片"
  1349. }
  1350. },
  1351. {
  1352. "path": "create/create",
  1353. "style": {
  1354. "navigationBarTitleText": "创建名片"
  1355. }
  1356. },
  1357. {
  1358. "path": "editDesc/editDesc",
  1359. "style": {
  1360. "navigationBarTitleText": "编辑个人简介",
  1361. "enablePullDownRefresh": false
  1362. }
  1363. },
  1364. {
  1365. "path": "industry/industry",
  1366. "style": {
  1367. "navigationBarTitleText": "选择行业",
  1368. "enablePullDownRefresh": false
  1369. }
  1370. },
  1371. {
  1372. "path": "poster/poster",
  1373. "style": {
  1374. "navigationBarTitleText": "名片码",
  1375. "enablePullDownRefresh": false
  1376. }
  1377. },
  1378. {
  1379. "path": "imgList/index",
  1380. "style": {
  1381. "navigationBarTitleText": "风采展示",
  1382. "enablePullDownRefresh": false
  1383. }
  1384. }
  1385. ]
  1386. },
  1387. {
  1388. "root": "onlineregistration",
  1389. "pages": [{
  1390. "path": "index/index",
  1391. "style": {
  1392. "navigationBarTitleText": "预约挂号"
  1393. }
  1394. },
  1395. {
  1396. "path": "doctorinfo/doctorinfo",
  1397. "style": {
  1398. "navigationBarTitleText": "医生排班"
  1399. }
  1400. },
  1401. {
  1402. "path": "confirmation/confirmation",
  1403. "style": {
  1404. "navigationBarTitleText": "预约确认"
  1405. }
  1406. },
  1407. {
  1408. "path": "appointment/appointment",
  1409. "style": {
  1410. "navigationBarTitleText": "预约看牙"
  1411. }
  1412. },
  1413. {
  1414. "path": "detail/detail",
  1415. "style": {
  1416. "navigationBarTitleText": "预约详情"
  1417. }
  1418. },
  1419. {
  1420. "path": "cancelappointment/cancelappointment",
  1421. "style": {
  1422. "navigationBarTitleText": "预约详情"
  1423. }
  1424. },
  1425. {
  1426. "path": "appointmentlist/appointmentlist",
  1427. "style": {
  1428. "navigationBarTitleText": "我的预约"
  1429. }
  1430. },
  1431. {
  1432. "path": "registrationlist/registrationlist",
  1433. "style": {
  1434. "navigationBarTitleText": "我的预约"
  1435. }
  1436. },
  1437. {
  1438. "path": "doctorList/index",
  1439. "style": {
  1440. "navigationBarTitleText": "医生列表"
  1441. }
  1442. }
  1443. ]
  1444. },
  1445. {
  1446. "root": "match",
  1447. "pages": [
  1448. {
  1449. "path": "activity/activity",
  1450. "style": {
  1451. "navigationBarTitleText": "活动专区"
  1452. }
  1453. },
  1454. {
  1455. "path": "activityDetail/activityDetail",
  1456. "style": {
  1457. "navigationBarTitleText": "详情"
  1458. }
  1459. },
  1460. {
  1461. "path": "sign/sign",
  1462. "style": {
  1463. "navigationBarTitleText": "报名"
  1464. }
  1465. },
  1466. {
  1467. "path": "form/index",
  1468. "style": {
  1469. "navigationBarTitleText": "填写报名信息"
  1470. }
  1471. },
  1472. {
  1473. "path": "signConfirm/signConfirm",
  1474. "style": {
  1475. "navigationBarTitleText": "报名"
  1476. }
  1477. },
  1478. {
  1479. "path": "success/success",
  1480. "style": {
  1481. "navigationBarTitleText": "报名成功"
  1482. }
  1483. },
  1484. {
  1485. "path": "activitys/activity",
  1486. "style": {
  1487. "navigationBarTitleText": "我的活动"
  1488. }
  1489. },
  1490. {
  1491. "path": "activityDet/activityDet",
  1492. "style": {
  1493. "navigationBarTitleText": "活动详情"
  1494. }
  1495. }
  1496. ]
  1497. },
  1498. {
  1499. "root": "martial",
  1500. "pages": [
  1501. {
  1502. "path": "content/index",
  1503. "style": {
  1504. "navigationStyle": "custom",
  1505. "navigationBarTitleText": "软文"
  1506. }
  1507. },
  1508. {
  1509. "path": "video/index",
  1510. "style": {
  1511. "navigationStyle": "custom",
  1512. "navigationBarTitleText": "视频"
  1513. }
  1514. },
  1515. {
  1516. "path": "videoPlay/index",
  1517. "style": {
  1518. "navigationStyle": "custom",
  1519. "navigationBarTitleText": "视频全屏播放"
  1520. }
  1521. },
  1522. {
  1523. "path": "file/index",
  1524. "style": {
  1525. "navigationStyle": "custom",
  1526. "navigationBarTitleText": "文件"
  1527. }
  1528. },
  1529. {
  1530. "path": "leaflet/index",
  1531. "style": {
  1532. // "navigationStyle": "custom",
  1533. "navigationBarTitleText": "营销单页"
  1534. }
  1535. },
  1536. {
  1537. "path": "web/index",
  1538. "style": {
  1539. "navigationBarTitleText": "海报外链"
  1540. }
  1541. }
  1542. ]
  1543. }
  1544. ]
  1545. }