pages.json 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/common/launch"
  8. },
  9. {
  10. "path": "pages/auth/login",
  11. "style": {
  12. "navigationBarTitleText": "授权登录",
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/auth/wxLogin",
  18. "style": {
  19. "navigationBarTitleText": "公众号授权",
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/home/index",
  25. "style": {
  26. "navigationBarTitleText": "壹柒玖康养集团",
  27. "enablePullDownRefresh": false,
  28. "navigationStyle": "custom",
  29. "app-plus": {
  30. "titleNView": false
  31. }
  32. }
  33. },
  34. {
  35. "path" : "pages/home/doctorCase",
  36. "style" :
  37. {
  38. "navigationBarTitleText": "问诊案例",
  39. "app-plus": {
  40. "titleNView": false
  41. }
  42. }
  43. },
  44. {
  45. "path" : "pages/home/productSearch",
  46. "style" :
  47. {
  48. "navigationBarTitleText": "商品搜索",
  49. "app-plus": {
  50. "titleNView": false
  51. }
  52. }
  53. },
  54. {
  55. "path" : "pages/home/productList",
  56. "style" :
  57. {
  58. "navigationBarTitleText": "商品列表",
  59. "app-plus": {
  60. "titleNView": false
  61. }
  62. }
  63. },
  64. {
  65. "path" : "pages/healthy/index",
  66. "style" :
  67. {
  68. "navigationBarTitleText": "健康知识",
  69. "enablePullDownRefresh": false,
  70. "navigationStyle": "custom",
  71. "app-plus": {
  72. "titleNView": false
  73. }
  74. }
  75. },
  76. {
  77. "path" : "pages/healthy/detail",
  78. "style" :
  79. {
  80. "navigationBarTitleText": "",
  81. "enablePullDownRefresh": false,
  82. "app-plus": {
  83. "titleNView": false
  84. }
  85. }
  86. },
  87. {
  88. "path" : "pages/healthy/readUsers",
  89. "style" :
  90. {
  91. "navigationBarTitleText": "阅读用户",
  92. "enablePullDownRefresh": false,
  93. "app-plus": {
  94. "titleNView": false
  95. }
  96. }
  97. },
  98. {
  99. "path" : "pages/shopping/index",
  100. "style" :
  101. {
  102. "navigationBarTitleText": "商城",
  103. "navigationStyle": "custom",
  104. "enablePullDownRefresh": false
  105. }
  106. },
  107. {
  108. "path": "pages/user/index",
  109. "style": {
  110. "navigationBarTitleText": "我的",
  111. "navigationStyle": "custom",
  112. "app-plus": {
  113. "titleNView": false
  114. }
  115. }
  116. }
  117. ,{
  118. "path" : "pages/shopping/productDetails",
  119. "style" :
  120. {
  121. "navigationBarTitleText": "商品详情",
  122. "enablePullDownRefresh": false
  123. }
  124. }
  125. ,{
  126. "path" : "pages/shopping/cart",
  127. "style" :
  128. {
  129. "navigationBarTitleText": "购物车",
  130. "enablePullDownRefresh": false
  131. }
  132. }
  133. ,{
  134. "path" : "pages/shopping/productList",
  135. "style" :
  136. {
  137. "navigationBarTitleText": "药品列表",
  138. "enablePullDownRefresh": false
  139. }
  140. }
  141. ,{
  142. "path" : "pages/shopping/confirmOrder",
  143. "style" :
  144. {
  145. "navigationBarTitleText": "确认订单",
  146. "enablePullDownRefresh": false
  147. }
  148. }
  149. ,{
  150. "path" : "pages/shopping/paymentOrder",
  151. "style" :
  152. {
  153. "navigationBarTitleText": "支付订单",
  154. "enablePullDownRefresh": false
  155. }
  156. }
  157. ,{
  158. "path" : "pages/shopping/payOrder",
  159. "style" :
  160. {
  161. "navigationBarTitleText": "推荐订单支付",
  162. "enablePullDownRefresh": false
  163. }
  164. }
  165. ,{
  166. "path" : "pages/shopping/prescribe",
  167. "style" :
  168. {
  169. "navigationBarTitleText": "填写处方信息",
  170. "navigationStyle": "custom",
  171. "enablePullDownRefresh": false
  172. }
  173. }
  174. ,{
  175. "path" : "pages/shopping/success",
  176. "style" :
  177. {
  178. "navigationBarTitleText": "支付成功",
  179. "enablePullDownRefresh": false
  180. }
  181. }
  182. ,{
  183. "path" : "pages/home/content",
  184. "style" :
  185. {
  186. "navigationBarTitleText": "详情",
  187. "enablePullDownRefresh": false
  188. }
  189. }
  190. ,{
  191. "path" : "pages/home/h5",
  192. "style" :
  193. {
  194. "navigationBarTitleText": "详情",
  195. "enablePullDownRefresh": false
  196. }
  197. }
  198. ,{
  199. "path" : "pages/home/cert",
  200. "style" :
  201. {
  202. "navigationBarTitleText": "资质证明",
  203. "enablePullDownRefresh": false
  204. }
  205. }
  206. ,{
  207. "path" : "pages/shopping/confirmPackageOrder",
  208. "style" :
  209. {
  210. "navigationBarTitleText": "确认支付",
  211. "enablePullDownRefresh": false
  212. }
  213. }
  214. ,{
  215. "path" : "pages/shopping/confirmCreateOrder",
  216. "style" :
  217. {
  218. "navigationBarTitleText": "确认订单",
  219. "enablePullDownRefresh": false
  220. }
  221. },
  222. {
  223. "path" : "pages/user/test",
  224. "style" :
  225. {
  226. "navigationBarTitleText": "测一测",
  227. "app-plus": {
  228. "titleNView": false
  229. }
  230. }
  231. },
  232. {
  233. "path" : "pages/doctor/doctorQr",
  234. "style" :
  235. {
  236. "navigationBarTitleText": "用药咨询",
  237. "app-plus": {
  238. "titleNView": false
  239. }
  240. }
  241. }
  242. ],
  243. "subPackages": [
  244. {
  245. "root": "pages_index",
  246. "pages": [
  247. {
  248. "path" : "index/medicatedFoodList",
  249. "style" :
  250. {
  251. "navigationBarTitleText": "药膳食疗",
  252. "app-plus": {
  253. "titleNView": false
  254. }
  255. }
  256. },
  257. {
  258. "path" : "index/medicatedFoodDetails",
  259. "style" :
  260. {
  261. "navigationBarTitleText": "药膳食疗",
  262. "app-plus": {
  263. "titleNView": false
  264. }
  265. }
  266. },
  267. {
  268. "path" : "index/vesselList",
  269. "style" :
  270. {
  271. "navigationBarTitleText": "经络穴位",
  272. "app-plus": {
  273. "titleNView": false
  274. }
  275. }
  276. },
  277. {
  278. "path" : "index/vesselDetails",
  279. "style" :
  280. {
  281. "navigationBarTitleText": "经络穴位",
  282. "app-plus": {
  283. "titleNView": false
  284. }
  285. }
  286. },
  287. {
  288. "path" : "index/questionsList",
  289. "style" :
  290. {
  291. "navigationBarTitleText": "问答专区",
  292. "app-plus": {
  293. "titleNView": false
  294. }
  295. }
  296. },
  297. {
  298. "path" : "index/questionsDetails",
  299. "style" :
  300. {
  301. "navigationBarTitleText": "问答专区",
  302. "app-plus": {
  303. "titleNView": false
  304. }
  305. }
  306. },
  307. {
  308. "path" : "index/diseaseList",
  309. "style" :
  310. {
  311. "navigationBarTitleText": "疾病列表",
  312. "app-plus": {
  313. "titleNView": false
  314. }
  315. }
  316. },
  317. {
  318. "path" : "index/diseaseDetails",
  319. "style" :
  320. {
  321. "navigationBarTitleText": "疾病",
  322. "app-plus": {
  323. "titleNView": false
  324. }
  325. }
  326. },
  327. {
  328. "path" : "index/chineseMedicineList",
  329. "style" :
  330. {
  331. "navigationBarTitleText": "中药图解",
  332. "app-plus": {
  333. "titleNView": false
  334. }
  335. }
  336. },
  337. {
  338. "path" : "index/chineseMedicineDetails",
  339. "style" :
  340. {
  341. "navigationBarTitleText": "中药图解",
  342. "app-plus": {
  343. "titleNView": false
  344. }
  345. }
  346. },
  347. {
  348. "path" : "index/famousPrescribeList",
  349. "style" :
  350. {
  351. "navigationBarTitleText": "名方今用",
  352. "app-plus": {
  353. "titleNView": false
  354. }
  355. }
  356. },
  357. {
  358. "path" : "index/famousPrescribeDetails",
  359. "style" :
  360. {
  361. "navigationBarTitleText": "名方今用",
  362. "app-plus": {
  363. "titleNView": false
  364. }
  365. }
  366. },
  367. {
  368. "path" : "index/test",
  369. "style" :
  370. {
  371. "navigationBarTitleText": "测一测",
  372. "app-plus": {
  373. "titleNView": false
  374. }
  375. }
  376. },
  377. {
  378. "path" : "index/testList",
  379. "style" :
  380. {
  381. "navigationBarTitleText": "测一测",
  382. "app-plus": {
  383. "titleNView": false
  384. }
  385. }
  386. },
  387. {
  388. "path" : "index/testDetails",
  389. "style" :
  390. {
  391. "navigationBarTitleText": "测一测",
  392. "app-plus": {
  393. "titleNView": false
  394. }
  395. }
  396. },
  397. {
  398. "path" : "index/testResult",
  399. "style" :
  400. {
  401. "navigationBarTitleText": "测试结果",
  402. "app-plus": {
  403. "titleNView": false
  404. }
  405. }
  406. },
  407. {
  408. "path" : "index/articleList",
  409. "style" :
  410. {
  411. "navigationBarTitleText": "健康知识",
  412. "app-plus": {
  413. "titleNView": false
  414. }
  415. }
  416. },
  417. {
  418. "path" : "index/articleDetails",
  419. "style" :
  420. {
  421. "navigationBarTitleText": "文章详情",
  422. "app-plus": {
  423. "titleNView": false
  424. }
  425. }
  426. },
  427. {
  428. "path" : "index/doctorArticleList",
  429. "style" :
  430. {
  431. "navigationBarTitleText": "康复医案",
  432. "app-plus": {
  433. "titleNView": false
  434. }
  435. }
  436. },
  437. {
  438. "path" : "index/doctorArticleDetails",
  439. "style" :
  440. {
  441. "navigationBarTitleText": "康复医案",
  442. "app-plus": {
  443. "titleNView": false
  444. }
  445. }
  446. }
  447. ]
  448. },
  449. {
  450. "root": "pages_user",
  451. "pages": [
  452. {
  453. "path": "user/addPatient",
  454. "style": {
  455. "navigationBarTitleText": "创建就诊人",
  456. "app-plus": {
  457. "titleNView": false
  458. }
  459. }
  460. }
  461. ,{
  462. "path" : "user/message",
  463. "style" :
  464. {
  465. "navigationBarTitleText": "消息",
  466. "enablePullDownRefresh": false
  467. }
  468. }
  469. ,{
  470. "path" : "user/msgDetail",
  471. "style" :
  472. {
  473. "navigationBarTitleText": "系统消息",
  474. "enablePullDownRefresh": false
  475. }
  476. }
  477. ,{
  478. "path" : "user/storeOrder",
  479. "style" :
  480. {
  481. "navigationBarTitleText": "我的订单",
  482. "enablePullDownRefresh": false
  483. }
  484. }
  485. ,{
  486. "path" : "user/storeOrderDetail",
  487. "style" :
  488. {
  489. "navigationBarTitleText": "订单详情",
  490. "navigationStyle": "custom",
  491. "enablePullDownRefresh": false
  492. }
  493. }
  494. ,{
  495. "path" : "user/doctorOrder",
  496. "style" :
  497. {
  498. "navigationBarTitleText": "问诊列表",
  499. "enablePullDownRefresh": false
  500. }
  501. }
  502. ,{
  503. "path" : "user/patient",
  504. "style" :
  505. {
  506. "navigationBarTitleText": "病人列表",
  507. "enablePullDownRefresh": false
  508. }
  509. }
  510. ,{
  511. "path" : "user/addAddress",
  512. "style" :
  513. {
  514. "navigationBarTitleText": "新建收货地址",
  515. "enablePullDownRefresh": false
  516. }
  517. }
  518. ,{
  519. "path" : "user/address",
  520. "style" :
  521. {
  522. "navigationBarTitleText": "收货地址",
  523. "enablePullDownRefresh": false
  524. }
  525. }
  526. ,{
  527. "path" : "user/integral",
  528. "style" :
  529. {
  530. "navigationBarTitleText": "我的积分",
  531. "navigationStyle": "custom",
  532. "enablePullDownRefresh": false
  533. }
  534. }
  535. ,{
  536. "path" : "user/refundOrderList",
  537. "style" :
  538. {
  539. "navigationBarTitleText": "售后订单",
  540. "enablePullDownRefresh": false
  541. }
  542. }
  543. ,{
  544. "path" : "user/refundOrderDetail",
  545. "style" :
  546. {
  547. "navigationBarTitleText": "处理进度",
  548. "navigationStyle": "custom",
  549. "enablePullDownRefresh": false
  550. }
  551. }
  552. ,{
  553. "path" : "user/refundOrderLogs",
  554. "style" :
  555. {
  556. "navigationBarTitleText": "退款详情",
  557. "navigationStyle": "custom",
  558. "enablePullDownRefresh": false
  559. }
  560. }
  561. ,{
  562. "path" : "user/storeOrderDelivery",
  563. "style" :
  564. {
  565. "navigationBarTitleText": "物流信息",
  566. "navigationStyle": "custom",
  567. "enablePullDownRefresh": false
  568. }
  569. }
  570. ,{
  571. "path" : "user/refundOrder",
  572. "style" :
  573. {
  574. "navigationBarTitleText": "申请售后",
  575. "enablePullDownRefresh": false
  576. }
  577. }
  578. ,{
  579. "path" : "user/prescribeOrder",
  580. "style" :
  581. {
  582. "navigationBarTitleText": "处方单",
  583. "enablePullDownRefresh": false
  584. }
  585. }
  586. ,{
  587. "path" : "user/pay",
  588. "style" :
  589. {
  590. "navigationBarTitleText": "收款",
  591. "enablePullDownRefresh": false
  592. }
  593. }
  594. ,{
  595. "path" : "user/success",
  596. "style" :
  597. {
  598. "navigationBarTitleText": "支付结果",
  599. "enablePullDownRefresh": false
  600. }
  601. }
  602. ,{
  603. "path" : "user/refundOrderProduct",
  604. "style" :
  605. {
  606. "navigationBarTitleText": "订单售后",
  607. "enablePullDownRefresh": false
  608. }
  609. }
  610. ,{
  611. "path" : "user/refundOrderDelivery",
  612. "style" :
  613. {
  614. "navigationBarTitleText": "物流信息",
  615. "enablePullDownRefresh": false
  616. }
  617. }
  618. ,{
  619. "path" : "user/userTui",
  620. "style" :
  621. {
  622. "navigationBarTitleText": "我的推广",
  623. "enablePullDownRefresh": false
  624. }
  625. }
  626. ,{
  627. "path" : "user/userTuiProduct",
  628. "style" :
  629. {
  630. "navigationBarTitleText": "推广商品",
  631. "enablePullDownRefresh": false
  632. }
  633. }
  634. ,{
  635. "path" : "user/userTuiImg",
  636. "style" :
  637. {
  638. "navigationBarTitleText": "推广海报",
  639. "enablePullDownRefresh": false
  640. }
  641. }
  642. ,{
  643. "path" : "user/userTuiList",
  644. "style" :
  645. {
  646. "navigationBarTitleText": "我的推荐人",
  647. "enablePullDownRefresh": false
  648. }
  649. }
  650. ,{
  651. "path" : "user/userTuiMoneyList",
  652. "style" :
  653. {
  654. "navigationBarTitleText": "佣金记录",
  655. "enablePullDownRefresh": false
  656. }
  657. }
  658. ,{
  659. "path" : "user/userTuiOrderList",
  660. "style" :
  661. {
  662. "navigationBarTitleText": "订单记录",
  663. "enablePullDownRefresh": false
  664. }
  665. }
  666. ,{
  667. "path" : "user/storeProductRelation",
  668. "style" :
  669. {
  670. "navigationBarTitleText": "我的足迹",
  671. "enablePullDownRefresh": false
  672. }
  673. }
  674. ,{
  675. "path" : "user/personInfo",
  676. "style" :
  677. {
  678. "navigationBarTitleText": "个人信息",
  679. "enablePullDownRefresh": false
  680. }
  681. }
  682. ,{
  683. "path" : "user/userTuiMoney",
  684. "style" :
  685. {
  686. "navigationBarTitleText": "提现管理",
  687. "enablePullDownRefresh": false
  688. }
  689. }
  690. ,{
  691. "path" : "user/userTuiExtractLog",
  692. "style" :
  693. {
  694. "navigationBarTitleText": "提现记录",
  695. "enablePullDownRefresh": false
  696. }
  697. }
  698. ,{
  699. "path" : "user/doc",
  700. "style" :
  701. {
  702. "navigationBarTitleText": "健康档案",
  703. "enablePullDownRefresh": false
  704. }
  705. }
  706. ,{
  707. "path" : "user/addDoc",
  708. "style" :
  709. {
  710. "navigationBarTitleText": "创建健康档案",
  711. "enablePullDownRefresh": false
  712. }
  713. }
  714. ,{
  715. "path" : "user/docDetail",
  716. "style" :
  717. {
  718. "navigationBarTitleText": "健康档案",
  719. "navigationBarBackgroundColor": "#dff9f5",
  720. "enablePullDownRefresh": false
  721. }
  722. }
  723. ,{
  724. "path" : "user/docRecord",
  725. "style":
  726. {
  727. "navigationBarTitleText": "健康记录",
  728. "enablePullDownRefresh": false
  729. }
  730. }
  731. ,{
  732. "path" : "user/addDocRecord",
  733. "style" :
  734. {
  735. "navigationBarTitleText": "添加健康记录",
  736. "enablePullDownRefresh": false
  737. }
  738. }
  739. ,{
  740. "path" : "user/userTuiAdd",
  741. "style" :
  742. {
  743. "navigationBarTitleText": "申请推广员",
  744. "enablePullDownRefresh": false
  745. }
  746. }
  747. ,{
  748. "path" : "user/paymentOrderRemain",
  749. "style" :
  750. {
  751. "navigationBarTitleText": "支付尾款",
  752. "enablePullDownRefresh": false
  753. }
  754. }
  755. ,{
  756. "path" : "user/otherPaymentOrder",
  757. "style" :
  758. {
  759. "navigationBarTitleText": "亲友代付",
  760. "enablePullDownRefresh": false
  761. }
  762. }
  763. ,{
  764. "path" : "user/otherPaySuccess",
  765. "style" :
  766. {
  767. "navigationBarTitleText": "支付成功",
  768. "enablePullDownRefresh": false
  769. }
  770. }
  771. ,{
  772. "path" : "user/otherPaymentOrderRemain",
  773. "style" :
  774. {
  775. "navigationBarTitleText": "亲友代付尾款",
  776. "enablePullDownRefresh": false
  777. }
  778. }
  779. ]
  780. },
  781. {
  782. "root": "pages_company",
  783. "pages": [
  784. {
  785. "path": "auth/login",
  786. "style": {
  787. "navigationBarTitleText": "销售员登录",
  788. "app-plus": {
  789. "titleNView": false
  790. }
  791. }
  792. },
  793. {
  794. "path": "index",
  795. "style": {
  796. "navigationBarTitleText": "销售管理首页",
  797. "app-plus": {
  798. "titleNView": false
  799. }
  800. }
  801. },
  802. {
  803. "path": "storeOrder",
  804. "style": {
  805. "navigationBarTitleText": "订单管理",
  806. "app-plus": {
  807. "titleNView": false
  808. }
  809. }
  810. }
  811. ,{
  812. "path" : "storeOrderDetail",
  813. "style" :
  814. {
  815. "navigationBarTitleText": "订单详情",
  816. "navigationStyle": "custom",
  817. "enablePullDownRefresh": false
  818. }
  819. },
  820. {
  821. "path": "storeProductPackage",
  822. "style": {
  823. "navigationBarTitleText": "商品套餐",
  824. "app-plus": {
  825. "titleNView": false
  826. }
  827. }
  828. },
  829. {
  830. "path": "storeProductPackageDetails",
  831. "style": {
  832. "navigationBarTitleText": "套餐详情",
  833. "app-plus": {
  834. "titleNView": false
  835. }
  836. }
  837. },
  838. {
  839. "path": "coupon",
  840. "style": {
  841. "navigationBarTitleText": "优惠券",
  842. "app-plus": {
  843. "titleNView": false
  844. }
  845. }
  846. },
  847. {
  848. "path": "couponDetails",
  849. "style": {
  850. "navigationBarTitleText": "优惠券详情",
  851. "app-plus": {
  852. "titleNView": false
  853. }
  854. }
  855. },
  856. {
  857. "path": "order/productList",
  858. "style": {
  859. "navigationBarTitleText": "商品列表",
  860. "app-plus": {
  861. "titleNView": false
  862. }
  863. }
  864. },
  865. {
  866. "path": "order/productDetails",
  867. "style": {
  868. "navigationBarTitleText": "商品详情",
  869. "app-plus": {
  870. "titleNView": false
  871. }
  872. }
  873. },
  874. {
  875. "path": "order/cart",
  876. "style": {
  877. "navigationBarTitleText": "购物车",
  878. "app-plus": {
  879. "titleNView": false
  880. }
  881. }
  882. },
  883. {
  884. "path": "order/confirmOrder",
  885. "style": {
  886. "navigationBarTitleText": "推荐订单信息",
  887. "app-plus": {
  888. "titleNView": false
  889. }
  890. }
  891. },
  892. {
  893. "path": "order/confirmCompanyOrder",
  894. "style": {
  895. "navigationBarTitleText": "推荐订单",
  896. "app-plus": {
  897. "titleNView": false
  898. }
  899. }
  900. },
  901. {
  902. "path": "order/coupon",
  903. "style": {
  904. "navigationBarTitleText": "制单优惠券",
  905. "app-plus": {
  906. "titleNView": false
  907. }
  908. }
  909. },
  910. {
  911. "path": "order/productShowDetails",
  912. "style": {
  913. "navigationBarTitleText": "商品详情",
  914. "app-plus": {
  915. "titleNView": false
  916. }
  917. }
  918. },
  919. {
  920. "path": "alipayImg",
  921. "style": {
  922. "navigationBarTitleText": "支付宝收款",
  923. "app-plus": {
  924. "titleNView": false
  925. }
  926. }
  927. },
  928. {
  929. "path": "card",
  930. "style": {
  931. "navigationBarTitleText": "我的名片",
  932. "app-plus": {
  933. "titleNView": false
  934. }
  935. }
  936. }
  937. ]
  938. },
  939. {
  940. "root": "pages_shopping",
  941. "pages": [
  942. {
  943. "path" : "shopping/coupon",
  944. "style" :
  945. {
  946. "navigationBarTitleText": "优惠券",
  947. "enablePullDownRefresh": false
  948. }
  949. }
  950. ,{
  951. "path" : "shopping/myCoupon",
  952. "style" :
  953. {
  954. "navigationBarTitleText": "我的优惠券",
  955. "enablePullDownRefresh": false
  956. }
  957. }
  958. ,{
  959. "path" : "shopping/activityDetails",
  960. "style" :
  961. {
  962. "navigationBarTitleText": "活动",
  963. "enablePullDownRefresh": false
  964. }
  965. }
  966. ,{
  967. "path" : "store/index",
  968. "style" :
  969. {
  970. "navigationBarTitleText": "",
  971. "enablePullDownRefresh": false,
  972. "navigationStyle": "custom"
  973. }
  974. }
  975. ]
  976. },
  977. {
  978. "root": "pages_doctor",
  979. "pages": [
  980. {
  981. "path" : "doctorOrderIM",
  982. "style" :
  983. {
  984. "navigationBarTitleText": "问诊会话",
  985. "enablePullDownRefresh": false
  986. }
  987. },
  988. {
  989. "path" : "paymentOrder",
  990. "style" :
  991. {
  992. "navigationBarTitleText": "支付订单",
  993. "enablePullDownRefresh": false
  994. }
  995. },
  996. {
  997. "path" : "doctorIm",
  998. "style" :
  999. {
  1000. "navigationBarTitleText": "问诊会话",
  1001. "enablePullDownRefresh": false
  1002. }
  1003. },
  1004. {
  1005. "path" : "index",
  1006. "style" :
  1007. {
  1008. "navigationBarTitleText": "问诊",
  1009. "navigationStyle": "custom",
  1010. "enablePullDownRefresh": false
  1011. }
  1012. },
  1013. {
  1014. "path" : "doctorList",
  1015. "style" :
  1016. {
  1017. "navigationBarTitleText": "医生列表",
  1018. "enablePullDownRefresh": false
  1019. }
  1020. },
  1021. {
  1022. "path" : "doctorDetail",
  1023. "style" :
  1024. {
  1025. "navigationBarTitleText": "医生详情",
  1026. "navigationStyle": "custom",
  1027. "enablePullDownRefresh": false
  1028. }
  1029. },
  1030. {
  1031. "path" : "submitOrder",
  1032. "style" :
  1033. {
  1034. "navigationBarTitleText": "发布问诊",
  1035. "enablePullDownRefresh": false
  1036. }
  1037. }
  1038. ]
  1039. }
  1040. ],
  1041. "globalStyle": {
  1042. "navigationBarTextStyle": "black",
  1043. "navigationBarTitleText": "壹柒玖康养集团",
  1044. "navigationBarBackgroundColor": "#FFFFFF",
  1045. "backgroundColor": "#FFFFFF"
  1046. },
  1047. "tabBar": {
  1048. "color": "#666666",
  1049. "selectedColor": "#0bb3f2",
  1050. "borderStyle": "white",
  1051. "backgroundColor": "#ffffff",
  1052. "height": "64px",
  1053. "fontSize":"12px",
  1054. "iconWidth":"18px",
  1055. "spacing": "4px",
  1056. "list": [{
  1057. "pagePath": "pages/home/index",
  1058. "iconPath": "/static/tabbar/home.png",
  1059. "selectedIconPath": "/static/tabbar/home_sel.png",
  1060. "text": "首页"
  1061. },
  1062. {
  1063. "pagePath": "pages/healthy/index",
  1064. "iconPath": "/static/tabbar/health.png",
  1065. "selectedIconPath": "/static/tabbar/health_sel.png",
  1066. "text": "健康百科"
  1067. },
  1068. // {
  1069. // "pagePath": "pages/doctor/index",
  1070. // "iconPath": "/static/tabbar/see_doctor.png",
  1071. // "selectedIconPath": "/static/tabbar/see_doctor_sel.png",
  1072. // "text": "问诊"
  1073. // },
  1074. {
  1075. "pagePath": "pages/shopping/index",
  1076. "iconPath": "/static/tabbar/shop_mall.png",
  1077. "selectedIconPath": "/static/tabbar/shop_mall_sel.png",
  1078. "text": "健康商城"
  1079. },
  1080. {
  1081. "pagePath": "pages/user/index",
  1082. "iconPath": "/static/tabbar/my.png",
  1083. "selectedIconPath": "/static/tabbar/my_sel.png",
  1084. "text": "我的"
  1085. }
  1086. ]
  1087. }
  1088. }