pages.json 34 KB

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