pages.json 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/common/launch",
  8. "style": {
  9. "navigationBarTitleText": "御君方互联网医院",
  10. "navigationBarTextStyle": "black",
  11. "navigationBarBackgroundColor": "#ffffff"
  12. }
  13. },
  14. {
  15. "path": "pages/auth/login",
  16. "style": {
  17. "navigationBarTitleText": "授权登录",
  18. "navigationBarTextStyle": "black",
  19. "navigationBarBackgroundColor": "#ffffff"
  20. }
  21. },
  22. {
  23. "path": "pages/index/index",
  24. "style": {
  25. "navigationBarTextStyle": "black",
  26. "navigationBarTitleText": "御君方互联网医院",
  27. "enablePullDownRefresh": false,
  28. "navigationStyle": "custom"
  29. }
  30. },
  31. {
  32. "path": "pages/index/h5",
  33. "style": {
  34. "navigationBarTitleText": "文章详情"
  35. }
  36. },
  37. {
  38. "path": "pages/index/content",
  39. "style": {
  40. "navigationBarTitleText": "文章详情"
  41. }
  42. }
  43. ,{
  44. "path" : "pages/doctor/index",
  45. "style" :
  46. {
  47. "navigationBarTitleText": "查找医生",
  48. "enablePullDownRefresh": false,
  49. "navigationBarTextStyle": "black",
  50. "navigationBarBackgroundColor": "#ffffff"
  51. }
  52. }
  53. ,{
  54. "path" : "pages/store/index",
  55. "style" :
  56. {
  57. "navigationBarTitleText": "健康疗法",
  58. "enablePullDownRefresh": false,
  59. "navigationBarTextStyle": "black",
  60. "navigationBarBackgroundColor": "#ffffff"
  61. }
  62. }
  63. ,{
  64. "path" : "pages/user/index",
  65. "style" :
  66. {
  67. "navigationBarTextStyle": "black",
  68. "navigationBarTitleText": "个人中心",
  69. "enablePullDownRefresh": false,
  70. "navigationStyle": "custom"
  71. }
  72. },
  73. {
  74. "path": "pages/TUIKit/TUIPages/TUIConversation/index",
  75. "style": {
  76. "navigationBarTitleText": "咨询消息",
  77. "navigationBarBackgroundColor": "#fff",
  78. "navigationBarTextStyle": "black"
  79. }
  80. },
  81. {
  82. "path": "pages/TUIKit/TUIPages/TUIConversation/create",
  83. "style": {
  84. "navigationBarTitleText": "选择联系人",
  85. "app-plus": {
  86. "scrollIndicator": "none"
  87. }
  88. }
  89. },
  90. {
  91. "path": "pages/TUIKit/TUIPages/TUIChat/index",
  92. "style": {
  93. "navigationBarTitleText": "咨询中",
  94. "app-plus": {
  95. "scrollIndicator": "none", //当前页面不显示滚动条
  96. "softinputNavBar": "none", // App平台在iOS上,webview中的软键盘弹出时,默认在软键盘上方有一个横条,显示着:上一项、下一项和完成等按钮
  97. "bounce": "none" // 页面回弹
  98. },
  99. "usingComponents": {
  100. "tuicallkit": "/wxcomponents/TUICallKit/TUICallKit/TUICallKit"
  101. }
  102. }
  103. },
  104. {
  105. "path": "pages/TUIKit/TUIPages/TUIChat/components/message-elements/video-play",
  106. "style": {
  107. "navigationBarTitleText": "消息",
  108. "app-plus": {}
  109. }
  110. }
  111. ],
  112. "subPackages": [
  113. {
  114. "root": "pages_index",
  115. "pages": [
  116. {
  117. "path" : "testList",
  118. "style" :
  119. {
  120. "navigationBarTitleText": "测一测"
  121. }
  122. },
  123. {
  124. "path" : "testDetails",
  125. "style" :
  126. {
  127. "navigationBarTitleText": "测一测详情"
  128. }
  129. },
  130. {
  131. "path" : "test",
  132. "style" :
  133. {
  134. "navigationBarTitleText": "健康体质检测",
  135. "navigationBarTextStyle": "black",
  136. "navigationBarBackgroundColor": "#ffffff"
  137. }
  138. },
  139. {
  140. "path" : "testResult",
  141. "style" :
  142. {
  143. "navigationBarTitleText": "测试结果"
  144. }
  145. },
  146. {
  147. "path" : "testResultImg",
  148. "style" :
  149. {
  150. "navigationBarTitleText": "分享好友"
  151. }
  152. },
  153. {
  154. "path" : "articleList",
  155. "style" :
  156. {
  157. "navigationBarTitleText": "健康知识",
  158. "navigationBarTextStyle": "black",
  159. "navigationBarBackgroundColor": "#ffffff"
  160. }
  161. }
  162. ,{
  163. "path" : "articleDetails",
  164. "style" :
  165. {
  166. "navigationBarTitleText": "文章详情",
  167. "navigationBarTextStyle": "black",
  168. "navigationBarBackgroundColor": "#ffffff"
  169. }
  170. }
  171. ,{
  172. "path" : "diseaseList",
  173. "style" :
  174. {
  175. "navigationBarTitleText": "疾病列表",
  176. "navigationBarTextStyle": "black",
  177. "navigationBarBackgroundColor": "#ffffff"
  178. }
  179. }
  180. ,{
  181. "path" : "diseaseDetails",
  182. "style" :
  183. {
  184. "navigationBarTitleText": "疾病详情",
  185. "navigationBarTextStyle": "black",
  186. "navigationBarBackgroundColor": "#ffffff"
  187. }
  188. }
  189. ,{
  190. "path" : "hospitalList",
  191. "style" :
  192. {
  193. "navigationBarTitleText": "医院列表",
  194. "navigationBarTextStyle": "black",
  195. "navigationBarBackgroundColor": "#ffffff"
  196. }
  197. }
  198. ,{
  199. "path" : "hospitalDetails",
  200. "style" :
  201. {
  202. "navigationBarTitleText": "医院详情",
  203. "enablePullDownRefresh": false,
  204. "navigationBarTextStyle": "white"
  205. }
  206. }
  207. ,{
  208. "path" : "search",
  209. "style" :
  210. {
  211. "navigationBarTitleText": "搜索",
  212. "enablePullDownRefresh": false,
  213. "navigationBarTextStyle": "black",
  214. "navigationStyle": "custom"
  215. }
  216. }
  217. ,{
  218. "path" : "famousPrescribeList",
  219. "style" :
  220. {
  221. "navigationBarTitleText": "名方今用",
  222. "navigationBarTextStyle": "black",
  223. "navigationBarBackgroundColor": "#ffffff"
  224. }
  225. }
  226. ,{
  227. "path" : "famousPrescribeDetails",
  228. "style" :
  229. {
  230. "navigationBarTitleText": "名方今用",
  231. "navigationBarTextStyle": "black",
  232. "navigationBarBackgroundColor": "#ffffff"
  233. }
  234. }
  235. ,{
  236. "path" : "vesselList",
  237. "style" :
  238. {
  239. "navigationBarTitleText": "经络穴位",
  240. "navigationBarTextStyle": "black",
  241. "navigationBarBackgroundColor": "#ffffff"
  242. }
  243. }
  244. ,{
  245. "path" : "vesselDetails",
  246. "style" :
  247. {
  248. "navigationBarTitleText": "经络穴位",
  249. "navigationBarTextStyle": "black",
  250. "navigationBarBackgroundColor": "#ffffff"
  251. }
  252. }
  253. ,{
  254. "path" : "chineseMedicineList",
  255. "style" :
  256. {
  257. "navigationBarTitleText": "中药图解",
  258. "navigationBarTextStyle": "black",
  259. "navigationBarBackgroundColor": "#ffffff"
  260. }
  261. }
  262. ,{
  263. "path" : "chineseMedicineDetails",
  264. "style" :
  265. {
  266. "navigationBarTitleText": "中药图解",
  267. "navigationBarTextStyle": "black",
  268. "navigationBarBackgroundColor": "#ffffff"
  269. }
  270. }
  271. ,{
  272. "path" : "medicatedFoodList",
  273. "style" :
  274. {
  275. "navigationBarTitleText": "药膳食疗",
  276. "navigationBarTextStyle": "black",
  277. "navigationBarBackgroundColor": "#ffffff"
  278. }
  279. }
  280. ,{
  281. "path" : "medicatedFoodDetails",
  282. "style" :
  283. {
  284. "navigationBarTitleText": "药膳食疗",
  285. "navigationBarTextStyle": "black",
  286. "navigationBarBackgroundColor": "#ffffff"
  287. }
  288. }
  289. ,{
  290. "path" : "questionsList",
  291. "style" :
  292. {
  293. "navigationBarTitleText": "问答专区",
  294. "navigationBarTextStyle": "black",
  295. "navigationBarBackgroundColor": "#ffffff"
  296. }
  297. }
  298. ,{
  299. "path" : "questionsDetails",
  300. "style" :
  301. {
  302. "navigationBarTitleText": "问答专区",
  303. "navigationBarTextStyle": "black",
  304. "navigationBarBackgroundColor": "#ffffff"
  305. }
  306. }
  307. ,{
  308. "path" : "packageList",
  309. "style" :
  310. {
  311. "navigationBarTitleText": "健康疗法",
  312. "navigationBarTextStyle": "black",
  313. "navigationBarBackgroundColor": "#ffffff"
  314. }
  315. }
  316. ,{
  317. "path" : "packageDetails",
  318. "style" :
  319. {
  320. "navigationBarTitleText": "健康疗法详情",
  321. "navigationBarTextStyle": "black",
  322. "navigationBarBackgroundColor": "#ffffff"
  323. }
  324. }
  325. ,{
  326. "path" : "packageForm",
  327. "style" :
  328. {
  329. "navigationBarTitleText": "问答",
  330. "navigationBarTextStyle": "black",
  331. "navigationBarBackgroundColor": "#ffffff"
  332. }
  333. }
  334. ]
  335. },
  336. {
  337. "root": "pages_doctor",
  338. "pages": [
  339. {
  340. "path" : "doctorArticleList",
  341. "style" :
  342. {
  343. "navigationBarTitleText": "医生案例",
  344. "navigationBarTextStyle": "black",
  345. "navigationBarBackgroundColor": "#ffffff"
  346. }
  347. },
  348. {
  349. "path" : "doctorArticleDetails",
  350. "style" :
  351. {
  352. "navigationBarTitleText": "案例详情",
  353. "navigationBarTextStyle": "black",
  354. "navigationBarBackgroundColor": "#ffffff"
  355. }
  356. }
  357. ,{
  358. "path" : "doctorList",
  359. "style" :
  360. {
  361. "navigationBarTitleText": "医生列表",
  362. "enablePullDownRefresh": false,
  363. "navigationBarTextStyle": "black",
  364. "navigationBarBackgroundColor": "#ffffff"
  365. }
  366. }
  367. ,{
  368. "path" : "doctorDetails",
  369. "style" :
  370. {
  371. "navigationBarTitleText": "医生详情",
  372. "enablePullDownRefresh": false,
  373. "navigationBarTextStyle": "white",
  374. "navigationStyle": "custom"
  375. }
  376. }
  377. ,{
  378. "path" : "doctorPingList",
  379. "style" :
  380. {
  381. "navigationBarTitleText": "评价列表",
  382. "navigationBarTextStyle": "black",
  383. "navigationBarBackgroundColor": "#ffffff"
  384. }
  385. }
  386. ,{
  387. "path" : "doctorInfo",
  388. "style" :
  389. {
  390. "navigationBarTitleText": "医生详情",
  391. "enablePullDownRefresh": false,
  392. "navigationBarTextStyle": "white"
  393. }
  394. }
  395. ,{
  396. "path" : "doctorImgs",
  397. "style" :
  398. {
  399. "navigationBarTitleText": "医生资质证书",
  400. "enablePullDownRefresh": false,
  401. "navigationBarTextStyle": "white"
  402. }
  403. }
  404. ]
  405. },
  406. {
  407. "root": "pages_order",
  408. "pages": [
  409. {
  410. "path" : "inquiryOrderList",
  411. "style" :
  412. {
  413. "navigationBarTitleText": "咨询订单",
  414. "navigationBarTextStyle": "black",
  415. "navigationBarBackgroundColor": "#ffffff"
  416. }
  417. },
  418. {
  419. "path" : "inquiryOrderDetails",
  420. "style" :
  421. {
  422. "navigationBarTitleText": "咨询详情",
  423. "navigationBarTextStyle": "black",
  424. "navigationBarBackgroundColor": "#ffffff"
  425. }
  426. },
  427. {
  428. "path" : "inquiryOrderPingList",
  429. "style" :
  430. {
  431. "navigationBarTitleText": "评价列表",
  432. "navigationBarTextStyle": "black",
  433. "navigationBarBackgroundColor": "#ffffff"
  434. }
  435. },
  436. {
  437. "path" : "inquirySelect",
  438. "style" :
  439. {
  440. "navigationBarTitleText": "问诊选择",
  441. "navigationBarTextStyle": "black",
  442. "navigationBarBackgroundColor": "#ffffff"
  443. }
  444. },
  445. {
  446. "path" : "inquirySelectType",
  447. "style" :
  448. {
  449. "navigationBarTitleText": "咨询通道",
  450. "navigationBarTextStyle": "black",
  451. "navigationBarBackgroundColor": "#ffffff"
  452. }
  453. }
  454. ,{
  455. "path" : "inquiryForm1",
  456. "style" :
  457. {
  458. "navigationBarTitleText": "病情描述",
  459. "navigationBarTextStyle": "black",
  460. "navigationStyle": "custom",
  461. "navigationBarBackgroundColor": "#ffffff"
  462. }
  463. }
  464. ,{
  465. "path" : "inquiryForm2_1",
  466. "style" :
  467. {
  468. "navigationBarTitleText": "症状描述",
  469. "navigationBarTextStyle": "black",
  470. "navigationStyle": "custom",
  471. "navigationBarBackgroundColor": "#ffffff"
  472. }
  473. }
  474. ,{
  475. "path" : "inquiryForm2_2",
  476. "style" :
  477. {
  478. "navigationBarTitleText": "病情描述",
  479. "navigationBarTextStyle": "black",
  480. "navigationStyle": "custom",
  481. "navigationBarBackgroundColor": "#ffffff"
  482. }
  483. }
  484. ,{
  485. "path" : "inquiryForm3",
  486. "style" :
  487. {
  488. "navigationBarTitleText": "病情描述",
  489. "navigationBarTextStyle": "black",
  490. "navigationBarBackgroundColor": "#ffffff"
  491. }
  492. }
  493. ,{
  494. "path" : "inquiryPay",
  495. "style" :
  496. {
  497. "navigationBarTitleText": "支付订单",
  498. "navigationBarTextStyle": "black",
  499. "navigationBarBackgroundColor": "#ffffff"
  500. }
  501. }
  502. ,{
  503. "path" : "inquiryPayment",
  504. "style" :
  505. {
  506. "navigationBarTitleText": "支付订单",
  507. "navigationBarTextStyle": "black",
  508. "navigationBarBackgroundColor": "#ffffff"
  509. }
  510. }
  511. ,{
  512. "path" : "tzPay",
  513. "style" :
  514. {
  515. "navigationBarTitleText": "收银台",
  516. "navigationBarTextStyle": "black",
  517. "navigationStyle": "custom",
  518. "navigationBarBackgroundColor": "#ffffff"
  519. }
  520. }
  521. ,{
  522. "path" : "tzWeixinPay",
  523. "style" :
  524. {
  525. "navigationBarTitleText": "微信支付",
  526. "navigationBarTextStyle": "black",
  527. "navigationBarBackgroundColor": "#ffffff"
  528. }
  529. }
  530. ,{
  531. "path" : "inquiryOrderPaySuccess",
  532. "style" :
  533. {
  534. "navigationBarTitleText": "支付结果",
  535. "navigationBarTextStyle": "black",
  536. "navigationBarBackgroundColor": "#ffffff"
  537. }
  538. }
  539. ,{
  540. "path" : "storeOrderPaySuccess",
  541. "style" :
  542. {
  543. "navigationBarTitleText": "支付结果",
  544. "navigationBarTextStyle": "black",
  545. "navigationBarBackgroundColor": "#ffffff"
  546. }
  547. }
  548. ,{
  549. "path" : "courseOrderPayment",
  550. "style" :
  551. {
  552. "navigationBarTitleText": "支付",
  553. "navigationBarTextStyle": "black",
  554. "navigationBarBackgroundColor": "#ffffff"
  555. }
  556. }
  557. ,{
  558. "path" : "courseOrderPaySuccess",
  559. "style" :
  560. {
  561. "navigationBarTitleText": "支付结果",
  562. "navigationBarTextStyle": "black",
  563. "navigationBarBackgroundColor": "#ffffff"
  564. }
  565. }
  566. ,{
  567. "path" : "userVipOrderPayment",
  568. "style" :
  569. {
  570. "navigationBarTitleText": "支付",
  571. "navigationBarTextStyle": "black",
  572. "navigationBarBackgroundColor": "#ffffff"
  573. }
  574. }
  575. ,{
  576. "path" : "userVipOrderOrderPaySuccess",
  577. "style" :
  578. {
  579. "navigationBarTitleText": "支付结果",
  580. "navigationBarTextStyle": "black",
  581. "navigationBarBackgroundColor": "#ffffff"
  582. }
  583. }
  584. ,{
  585. "path" : "pingOrder",
  586. "style" :
  587. {
  588. "navigationBarTitleText": "医生评价",
  589. "navigationBarTextStyle": "black",
  590. "navigationBarBackgroundColor": "#ffffff"
  591. }
  592. }
  593. ,{
  594. "path" : "prescribeList",
  595. "style" :
  596. {
  597. "navigationBarTitleText": "处方单",
  598. "navigationBarTextStyle": "black",
  599. "navigationBarBackgroundColor": "#ffffff"
  600. }
  601. }
  602. ,{
  603. "path" : "prescribeDetails",
  604. "style" :
  605. {
  606. "navigationBarTitleText": "处方单详情",
  607. "navigationBarTextStyle": "black",
  608. "navigationBarBackgroundColor": "#ffffff"
  609. }
  610. }
  611. ,{
  612. "path" : "storeOrderList",
  613. "style" :
  614. {
  615. "navigationBarTitleText": "我的订单",
  616. "navigationBarTextStyle": "black",
  617. "navigationBarBackgroundColor": "#ffffff"
  618. }
  619. }
  620. ,{
  621. "path" : "storeOrderDetail",
  622. "style" :
  623. {
  624. "navigationBarTitleText": "订单详情",
  625. "enablePullDownRefresh": false,
  626. "navigationBarTextStyle": "white"
  627. }
  628. }
  629. ,{
  630. "path" : "storeOrderPay",
  631. "style" :
  632. {
  633. "navigationBarTitleText": "支付订单",
  634. "enablePullDownRefresh": false,
  635. "navigationBarTextStyle": "black",
  636. "navigationBarBackgroundColor": "#ffffff"
  637. }
  638. }
  639. ,{
  640. "path" : "storeOrderPayment",
  641. "style" :
  642. {
  643. "navigationBarTitleText": "支付订单",
  644. "enablePullDownRefresh": false,
  645. "navigationBarTextStyle": "black",
  646. "navigationBarBackgroundColor": "#ffffff"
  647. }
  648. }
  649. ,{
  650. "path" : "inquiryOrderReport",
  651. "style" :
  652. {
  653. "navigationBarTitleText": "咨询报告",
  654. "enablePullDownRefresh": false,
  655. "navigationStyle": "custom"
  656. }
  657. }
  658. ,{
  659. "path" : "packageOrderDetails",
  660. "style" :
  661. {
  662. "navigationBarTitleText": "订单详情"
  663. }
  664. }
  665. ,{
  666. "path" : "packageOrderList",
  667. "style" :
  668. {
  669. "navigationBarTitleText": "我的服务包",
  670. "navigationBarTextStyle": "black",
  671. "navigationBarBackgroundColor": "#ffffff"
  672. }
  673. }
  674. ,{
  675. "path" : "packageOrderPay",
  676. "style" :
  677. {
  678. "navigationBarTitleText": "支付订单",
  679. "navigationBarTextStyle": "black",
  680. "navigationBarBackgroundColor": "#ffffff"
  681. }
  682. }
  683. ,{
  684. "path" : "packageOrderPaySuccess",
  685. "style" :
  686. {
  687. "navigationBarTitleText": "支付结果",
  688. "navigationBarTextStyle": "black",
  689. "navigationBarBackgroundColor": "#ffffff"
  690. }
  691. }
  692. ,{
  693. "path" : "storeOrderDelivery",
  694. "style" :
  695. {
  696. "navigationBarTitleText": "物流信息",
  697. "enablePullDownRefresh": false,
  698. "navigationBarTextStyle": "white"
  699. }
  700. }
  701. ,{
  702. "path" : "storeOrderRefundApply",
  703. "style" :
  704. {
  705. "navigationBarTitleText": "申请售后",
  706. "navigationBarTextStyle": "black",
  707. "navigationBarBackgroundColor": "#ffffff"
  708. }
  709. }
  710. ,{
  711. "path" : "storeOrderRefundSubmit",
  712. "style" :
  713. {
  714. "navigationBarTitleText": "提交售后",
  715. "navigationBarTextStyle": "black",
  716. "navigationBarBackgroundColor": "#ffffff"
  717. }
  718. }
  719. ,{
  720. "path" : "storeOrderRefundList",
  721. "style" :
  722. {
  723. "navigationBarTitleText": "我的售后",
  724. "navigationBarTextStyle": "black",
  725. "navigationBarBackgroundColor": "#ffffff"
  726. }
  727. }
  728. ,{
  729. "path" : "storeOrderRefundDetails",
  730. "style" :
  731. {
  732. "navigationBarTitleText": "售后详情"
  733. }
  734. }
  735. ,{
  736. "path" : "storeOrderRefundAddDelivery",
  737. "style" :
  738. {
  739. "navigationBarTitleText": "填写物流单号",
  740. "navigationBarTextStyle": "black",
  741. "navigationBarBackgroundColor": "#ffffff"
  742. }
  743. }
  744. ,{
  745. "path" : "packageOtherPayment",
  746. "style" :
  747. {
  748. "navigationBarTitleText": "亲友代付",
  749. "navigationBarTextStyle": "black",
  750. "navigationBarBackgroundColor": "#ffffff",
  751. "navigationStyle": "custom"
  752. }
  753. }
  754. ,{
  755. "path" : "packagePayment",
  756. "style" :
  757. {
  758. "navigationBarTitleText": "支付订单",
  759. "navigationBarTextStyle": "black",
  760. "navigationBarBackgroundColor": "#ffffff"
  761. }
  762. }
  763. ]
  764. },
  765. {
  766. "root": "pages_user",
  767. "pages": [
  768. {
  769. "path" : "registerDoctor",
  770. "style" :
  771. {
  772. "navigationBarTitleText": "注册医生",
  773. "navigationBarTextStyle": "black",
  774. "navigationBarBackgroundColor": "#ffffff"
  775. }
  776. }
  777. ,{
  778. "path" : "about",
  779. "style" :
  780. {
  781. "navigationBarTitleText": "关于我们",
  782. "enablePullDownRefresh": false,
  783. "navigationBarTextStyle": "black",
  784. "navigationBarBackgroundColor": "#ffffff"
  785. }
  786. }
  787. ,{
  788. "path" : "address",
  789. "style" :
  790. {
  791. "navigationBarTitleText": "地址管理",
  792. "navigationBarTextStyle": "black",
  793. "navigationBarBackgroundColor": "#ffffff"
  794. }
  795. }
  796. ,{
  797. "path" : "addEditAddress",
  798. "style" :
  799. {
  800. "navigationBarTitleText": "新增地址",
  801. "navigationBarTextStyle": "black",
  802. "navigationBarBackgroundColor": "#ffffff"
  803. }
  804. }
  805. ,{
  806. "path" : "personInfo",
  807. "style" :
  808. {
  809. "navigationBarTitleText": "个人信息",
  810. "enablePullDownRefresh": false,
  811. "navigationBarTextStyle": "black",
  812. "navigationBarBackgroundColor": "#ffffff"
  813. }
  814. }
  815. ,{
  816. "path" : "agreement",
  817. "style" :
  818. {
  819. "navigationBarTitleText": "协议",
  820. "enablePullDownRefresh": false
  821. }
  822. }
  823. ,{
  824. "path" : "myDoctorList",
  825. "style" :
  826. {
  827. "navigationBarTitleText": "我的医生",
  828. "navigationBarTextStyle": "black",
  829. "navigationBarBackgroundColor": "#ffffff"
  830. }
  831. }
  832. ,{
  833. "path" : "patient",
  834. "style" :
  835. {
  836. "navigationBarTitleText": "就诊人管理",
  837. "navigationBarTextStyle": "black",
  838. "navigationBarBackgroundColor": "#ffffff"
  839. }
  840. }
  841. ,{
  842. "path" : "addEditPatient",
  843. "style" :
  844. {
  845. "navigationBarTitleText": "添加就诊人",
  846. "navigationBarTextStyle": "black",
  847. "navigationBarBackgroundColor": "#ffffff"
  848. }
  849. }
  850. ,{
  851. "path" : "myCouponList",
  852. "style" :
  853. {
  854. "navigationBarTitleText": "我的优惠券",
  855. "navigationBarTextStyle": "black",
  856. "navigationBarBackgroundColor": "#ffffff"
  857. }
  858. }
  859. ,{
  860. "path" : "cert",
  861. "style" :
  862. {
  863. "navigationBarTitleText": "资质证书",
  864. "navigationBarTextStyle": "black",
  865. "navigationBarBackgroundColor": "#ffffff"
  866. }
  867. }
  868. ,{
  869. "path" : "followList",
  870. "style" :
  871. {
  872. "navigationBarTitleText": "我的随访",
  873. "navigationBarTextStyle": "black",
  874. "navigationBarBackgroundColor": "#ffffff"
  875. }
  876. }
  877. ,{
  878. "path" : "followDetails",
  879. "style" :
  880. {
  881. "navigationBarTitleText": "随访详情",
  882. "navigationBarTextStyle": "black",
  883. "navigationBarBackgroundColor": "#ffffff"
  884. }
  885. }
  886. ,{
  887. "path" : "drugReportList",
  888. "style" :
  889. {
  890. "navigationBarTitleText": "用药报告",
  891. "navigationBarTextStyle": "black",
  892. "navigationBarBackgroundColor": "#ffffff"
  893. }
  894. }
  895. ,{
  896. "path" : "drugReportPing",
  897. "style" :
  898. {
  899. "navigationBarTitleText": "评价",
  900. "navigationBarTextStyle": "black",
  901. "navigationBarBackgroundColor": "#ffffff"
  902. }
  903. }
  904. ,{
  905. "path" : "drugReportDetails",
  906. "style" :
  907. {
  908. "navigationBarTitleText": "报告详情",
  909. "navigationBarTextStyle": "black",
  910. "navigationBarBackgroundColor": "#ffffff",
  911. "navigationStyle": "custom"
  912. }
  913. }
  914. ,{
  915. "path" : "doFollow",
  916. "style" :
  917. {
  918. "navigationBarTitleText": "提交随访",
  919. "navigationBarTextStyle": "black",
  920. "navigationBarBackgroundColor": "#ffffff"
  921. }
  922. }
  923. ,{
  924. "path" : "integralGoodsList",
  925. "style" :
  926. {
  927. "navigationBarTitleText": "积分商城",
  928. "navigationBarTextStyle": "black",
  929. "navigationBarBackgroundColor": "#ffffff"
  930. }
  931. }
  932. ,{
  933. "path" : "integralGoodsDetails",
  934. "style" :
  935. {
  936. "navigationBarTitleText": "商品详情",
  937. "navigationBarTextStyle": "black",
  938. "navigationBarBackgroundColor": "#ffffff"
  939. }
  940. }
  941. ,{
  942. "path" : "integralOrderList",
  943. "style" :
  944. {
  945. "navigationBarTitleText": "兑换订单",
  946. "navigationBarTextStyle": "black",
  947. "navigationBarBackgroundColor": "#ffffff"
  948. }
  949. }
  950. ,{
  951. "path" : "integralOrderDetails",
  952. "style" :
  953. {
  954. "navigationBarTitleText": "订单详情"
  955. }
  956. }
  957. ,{
  958. "path" : "integralLogsList",
  959. "style" :
  960. {
  961. "navigationBarTitleText": "积分记录",
  962. "navigationBarTextStyle": "black",
  963. "navigationBarBackgroundColor": "#ffffff"
  964. }
  965. }
  966. ,{
  967. "path" : "integralOrderPay",
  968. "style" :
  969. {
  970. "navigationBarTitleText": "积分兑换",
  971. "navigationBarTextStyle": "black",
  972. "navigationBarBackgroundColor": "#ffffff"
  973. }
  974. }
  975. ,{
  976. "path" : "integralOrderPaySuccess",
  977. "style" :
  978. {
  979. "navigationBarTitleText": "兑换结果",
  980. "navigationBarTextStyle": "black",
  981. "navigationBarBackgroundColor": "#ffffff"
  982. }
  983. }
  984. ,{
  985. "path" : "integral",
  986. "style" :
  987. {
  988. "navigationBarTitleText": "签到",
  989. "navigationBarTextStyle": "black",
  990. "navigationBarBackgroundColor": "#ffffff",
  991. "navigationStyle": "custom"
  992. }
  993. }
  994. ,{
  995. "path" : "price",
  996. "style" :
  997. {
  998. "navigationBarTitleText": "价格公示",
  999. "navigationBarTextStyle": "black",
  1000. "navigationBarBackgroundColor": "#ffffff"
  1001. }
  1002. }
  1003. ,{
  1004. "path" : "healthRecords/index",
  1005. "style" :
  1006. {
  1007. "navigationBarTitleText": "健康档案",
  1008. "navigationBarTextStyle": "white",
  1009. "navigationBarBackgroundColor": "#FF5C03"
  1010. }
  1011. }
  1012. ,{
  1013. "path" : "healthRecords/add",
  1014. "style" :
  1015. {
  1016. "navigationBarTitleText": "添加",
  1017. "navigationBarTextStyle": "black",
  1018. "navigationBarBackgroundColor": "#ffffff"
  1019. }
  1020. }
  1021. ,{
  1022. "path" : "healthRecords/edit",
  1023. "style" :
  1024. {
  1025. "navigationBarTitleText": "编辑",
  1026. "navigationBarTextStyle": "black",
  1027. "navigationBarBackgroundColor": "#ffffff"
  1028. }
  1029. }
  1030. ,{
  1031. "path": "tongue/index",
  1032. "style": {
  1033. "navigationBarTitleText": "AI舌诊",
  1034. "navigationBarTextStyle": "black",
  1035. "navigationStyle": "custom",
  1036. "scrollIndicator": "none",
  1037. "bounce": "none",
  1038. "titleNView": false,
  1039. "enablePullDownRefresh": false
  1040. }
  1041. },{
  1042. "path": "tongue/report",
  1043. "style": {
  1044. "navigationBarTitleText": "AI舌诊体质辨识报告",
  1045. "navigationBarTextStyle": "black",
  1046. "navigationStyle": "custom",
  1047. "bounce": "none",
  1048. "titleNView": false,
  1049. "enablePullDownRefresh": false
  1050. }
  1051. },{
  1052. "path": "tongue/photoPreview",
  1053. "style": {
  1054. "navigationBarTitleText": "",
  1055. "navigationBarTextStyle": "black",
  1056. "navigationStyle": "custom",
  1057. "bounce": "none",
  1058. "titleNView": false,
  1059. "enablePullDownRefresh": false
  1060. }
  1061. }
  1062. ,{
  1063. "path": "tongue/tongueList",
  1064. "style": {
  1065. "navigationBarTitleText": "舌苔记录"
  1066. }
  1067. }
  1068. ,{
  1069. "path": "addHealthButler",
  1070. "style": {
  1071. "navigationBarTitleText": "健康管家"
  1072. }
  1073. }
  1074. ,{
  1075. "path": "bindCompanyUser",
  1076. "style": {
  1077. "navigationBarTitleText": "绑定",
  1078. "enablePullDownRefresh": false,
  1079. "navigationBarBackgroundColor":"#ffffff",
  1080. "navigationBarTextStyle":"black"
  1081. }
  1082. },
  1083. {
  1084. "path": "downApp",
  1085. "style": {
  1086. "navigationBarTitleText": "下载",
  1087. "enablePullDownRefresh": false,
  1088. "navigationBarBackgroundColor":"#ffffff",
  1089. "navigationBarTextStyle":"black"
  1090. }
  1091. }
  1092. ]
  1093. },
  1094. {
  1095. "root": "pages_company",
  1096. "pages": [
  1097. {
  1098. "path" : "login",
  1099. "style" :
  1100. {
  1101. "navigationBarTitleText": "客服登录",
  1102. "navigationBarTextStyle": "black",
  1103. "navigationBarBackgroundColor": "#ffffff"
  1104. }
  1105. },
  1106. {
  1107. "path" : "index",
  1108. "style" :
  1109. {
  1110. "navigationBarTitleText": "首页",
  1111. "navigationBarTextStyle": "black",
  1112. "navigationBarBackgroundColor": "#ffffff"
  1113. }
  1114. }
  1115. ,{
  1116. "path" : "packageList",
  1117. "style" :
  1118. {
  1119. "navigationBarTitleText": "健康疗法",
  1120. "navigationBarTextStyle": "black",
  1121. "navigationBarBackgroundColor": "#ffffff"
  1122. }
  1123. }
  1124. ,{
  1125. "path" : "packageDetails",
  1126. "style" :
  1127. {
  1128. "navigationBarTitleText": "健康疗法详情",
  1129. "navigationBarTextStyle": "black",
  1130. "navigationBarBackgroundColor": "#ffffff"
  1131. }
  1132. }
  1133. ,{
  1134. "path" : "packageOrderList",
  1135. "style" :
  1136. {
  1137. "navigationBarTitleText": "疗法订单",
  1138. "navigationBarTextStyle": "black",
  1139. "navigationBarBackgroundColor": "#ffffff"
  1140. }
  1141. }
  1142. ,{
  1143. "path" : "packageOrderDetails",
  1144. "style" :
  1145. {
  1146. "navigationBarTitleText": "订单详情"
  1147. }
  1148. }
  1149. ,{
  1150. "path" : "couponList",
  1151. "style" :
  1152. {
  1153. "navigationBarTitleText": "优惠券列表"
  1154. }
  1155. }
  1156. ,{
  1157. "path" : "couponDetails",
  1158. "style" :
  1159. {
  1160. "navigationBarTitleText": "优惠券详情"
  1161. }
  1162. }
  1163. ,{
  1164. "path" : "inquiryOrderList",
  1165. "style" :
  1166. {
  1167. "navigationBarTitleText": "问诊订单",
  1168. "navigationBarTextStyle": "black",
  1169. "navigationBarBackgroundColor": "#ffffff"
  1170. }
  1171. }
  1172. ,{
  1173. "path" : "inquiryOrderDetails",
  1174. "style" :
  1175. {
  1176. "navigationBarTitleText": "订单详情"
  1177. }
  1178. }
  1179. ,{
  1180. "path" : "storeOrderList",
  1181. "style" :
  1182. {
  1183. "navigationBarTitleText": "药品订单",
  1184. "navigationBarTextStyle": "black",
  1185. "navigationBarBackgroundColor": "#ffffff"
  1186. }
  1187. }
  1188. ,{
  1189. "path" : "storeOrderDetail",
  1190. "style" :
  1191. {
  1192. "navigationBarTitleText": "订单详情"
  1193. }
  1194. }
  1195. ,{
  1196. "path" : "storeOrderDelivery",
  1197. "style" :
  1198. {
  1199. "navigationBarTitleText": "快递信息"
  1200. }
  1201. }
  1202. ,{
  1203. "path" : "bindInfo",
  1204. "style" :
  1205. {
  1206. "navigationBarTitleText" : "",
  1207. "enablePullDownRefresh": false,
  1208. "navigationBarBackgroundColor":"#f7f7f7",
  1209. "navigationBarTextStyle":"black"
  1210. }
  1211. }
  1212. ]
  1213. },
  1214. {
  1215. "root": "pages_course",
  1216. "pages": [
  1217. {
  1218. "path" : "video",
  1219. "style" :
  1220. {
  1221. "navigationBarTitleText": "课程",
  1222. "navigationStyle": "custom",
  1223. "scrollIndicator": "none",
  1224. "bounce": "none",
  1225. "usingComponenets": {
  1226. "uni-popup": "/uni_modules/uni-popup/components/uni-popup/uni-popup"
  1227. },
  1228. "componentPlaceholder": {
  1229. "uni-popup": "view"
  1230. }
  1231. }
  1232. }
  1233. ]
  1234. }
  1235. ],
  1236. "globalStyle": {
  1237. "navigationBarTextStyle": "white",
  1238. "navigationBarTitleText": "御君方互联网医院",
  1239. "navigationBarBackgroundColor": "#C39A58",
  1240. "backgroundColor": "#ffffff"
  1241. },
  1242. "uniIdRouter": {},
  1243. "tabBar": {
  1244. "color": "#7e7e7e",
  1245. "selectedColor": "#C39A58",
  1246. "borderStyle": "white",
  1247. "backgroundColor": "#ffffff",
  1248. "height": "64px",
  1249. "fontSize":"12px",
  1250. "iconWidth":"18px",
  1251. "spacing": "4px",
  1252. "list": [{
  1253. "pagePath": "pages/index/index",
  1254. "iconPath": "/static/images/home.png",
  1255. "selectedIconPath": "/static/images/home_select.png",
  1256. "text": "首页"
  1257. },
  1258. // {
  1259. // "pagePath": "pages/doctor/index",
  1260. // "iconPath": "/static/images/doctor.png",
  1261. // "selectedIconPath": "/static/images/doctor_select.png",
  1262. // "text": "查医生"
  1263. // },
  1264. {
  1265. "pagePath": "pages/TUIKit/TUIPages/TUIConversation/index",
  1266. "iconPath": "/static/images/inquiry.png",
  1267. "selectedIconPath": "/static/images/inquiry_select.png",
  1268. "text": "问诊"
  1269. },
  1270. {
  1271. "pagePath": "pages/store/index",
  1272. "iconPath": "/static/images/store.png",
  1273. "selectedIconPath": "/static/images/store_select.png",
  1274. "text": "疗法"
  1275. },
  1276. {
  1277. "pagePath": "pages/user/index",
  1278. "iconPath": "/static/images/my.png",
  1279. "selectedIconPath": "/static/images/my_select.png",
  1280. "text": "我的"
  1281. }
  1282. ]
  1283. }
  1284. }