pages.json 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396
  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. "path": "bindCompanyUser",
  1075. "style": {
  1076. "navigationBarTitleText": "绑定",
  1077. "enablePullDownRefresh": false,
  1078. "navigationBarBackgroundColor":"#ffffff",
  1079. "navigationBarTextStyle":"black"
  1080. }
  1081. }
  1082. ]
  1083. },
  1084. {
  1085. "root": "pages_company",
  1086. "pages": [
  1087. {
  1088. "path" : "login",
  1089. "style" :
  1090. {
  1091. "navigationBarTitleText": "客服登录",
  1092. "navigationBarTextStyle": "black",
  1093. "navigationBarBackgroundColor": "#ffffff"
  1094. }
  1095. },
  1096. {
  1097. "path" : "index",
  1098. "style" :
  1099. {
  1100. "navigationBarTitleText": "首页",
  1101. "navigationBarTextStyle": "black",
  1102. "navigationBarBackgroundColor": "#ffffff"
  1103. }
  1104. }
  1105. ,{
  1106. "path" : "packageList",
  1107. "style" :
  1108. {
  1109. "navigationBarTitleText": "健康疗法",
  1110. "navigationBarTextStyle": "black",
  1111. "navigationBarBackgroundColor": "#ffffff"
  1112. }
  1113. }
  1114. ,{
  1115. "path" : "packageDetails",
  1116. "style" :
  1117. {
  1118. "navigationBarTitleText": "健康疗法详情",
  1119. "navigationBarTextStyle": "black",
  1120. "navigationBarBackgroundColor": "#ffffff"
  1121. }
  1122. }
  1123. ,{
  1124. "path" : "packageOrderList",
  1125. "style" :
  1126. {
  1127. "navigationBarTitleText": "疗法订单",
  1128. "navigationBarTextStyle": "black",
  1129. "navigationBarBackgroundColor": "#ffffff"
  1130. }
  1131. }
  1132. ,{
  1133. "path" : "packageOrderDetails",
  1134. "style" :
  1135. {
  1136. "navigationBarTitleText": "订单详情"
  1137. }
  1138. }
  1139. ,{
  1140. "path" : "couponList",
  1141. "style" :
  1142. {
  1143. "navigationBarTitleText": "优惠券列表"
  1144. }
  1145. }
  1146. ,{
  1147. "path" : "couponDetails",
  1148. "style" :
  1149. {
  1150. "navigationBarTitleText": "优惠券详情"
  1151. }
  1152. }
  1153. ,{
  1154. "path" : "inquiryOrderList",
  1155. "style" :
  1156. {
  1157. "navigationBarTitleText": "问诊订单",
  1158. "navigationBarTextStyle": "black",
  1159. "navigationBarBackgroundColor": "#ffffff"
  1160. }
  1161. }
  1162. ,{
  1163. "path" : "inquiryOrderDetails",
  1164. "style" :
  1165. {
  1166. "navigationBarTitleText": "订单详情"
  1167. }
  1168. }
  1169. ,{
  1170. "path" : "storeOrderList",
  1171. "style" :
  1172. {
  1173. "navigationBarTitleText": "药品订单",
  1174. "navigationBarTextStyle": "black",
  1175. "navigationBarBackgroundColor": "#ffffff"
  1176. }
  1177. }
  1178. ,{
  1179. "path" : "storeOrderDetail",
  1180. "style" :
  1181. {
  1182. "navigationBarTitleText": "订单详情"
  1183. }
  1184. }
  1185. ,{
  1186. "path" : "storeOrderDelivery",
  1187. "style" :
  1188. {
  1189. "navigationBarTitleText": "快递信息"
  1190. }
  1191. },
  1192. {
  1193. "path" : "bindInfo",
  1194. "style" :
  1195. {
  1196. "navigationBarTitleText" : "",
  1197. "enablePullDownRefresh": false,
  1198. "navigationBarBackgroundColor":"#f7f7f7",
  1199. "navigationBarTextStyle":"black"
  1200. }
  1201. }
  1202. ]
  1203. },
  1204. {
  1205. "root": "pages_course",
  1206. "pages": [
  1207. {
  1208. "path" : "video",
  1209. "style" :
  1210. {
  1211. "navigationBarTitleText": "课程",
  1212. "navigationStyle": "custom",
  1213. "scrollIndicator": "none",
  1214. "bounce": "none",
  1215. "usingComponenets": {
  1216. "uni-popup": "/uni_modules/uni-popup/components/uni-popup/uni-popup"
  1217. },
  1218. "componentPlaceholder": {
  1219. "uni-popup": "view"
  1220. }
  1221. }
  1222. }
  1223. ]
  1224. }
  1225. ],
  1226. "globalStyle": {
  1227. "navigationBarTextStyle": "white",
  1228. "navigationBarTitleText": "彩虹惠医互联网医院",
  1229. "navigationBarBackgroundColor": "#C39A58",
  1230. "backgroundColor": "#ffffff"
  1231. },
  1232. "uniIdRouter": {},
  1233. "tabBar": {
  1234. "color": "#7e7e7e",
  1235. "selectedColor": "#C39A58",
  1236. "borderStyle": "white",
  1237. "backgroundColor": "#ffffff",
  1238. "height": "64px",
  1239. "fontSize":"12px",
  1240. "iconWidth":"18px",
  1241. "spacing": "4px",
  1242. "list": [{
  1243. "pagePath": "pages/index/index",
  1244. "iconPath": "/static/images/home.png",
  1245. "selectedIconPath": "/static/images/home_select.png",
  1246. "text": "首页"
  1247. },
  1248. // {
  1249. // "pagePath": "pages/doctor/index",
  1250. // "iconPath": "/static/images/doctor.png",
  1251. // "selectedIconPath": "/static/images/doctor_select.png",
  1252. // "text": "查医生"
  1253. // },
  1254. {
  1255. "pagePath": "pages/TUIKit/TUIPages/TUIConversation/index",
  1256. "iconPath": "/static/images/inquiry.png",
  1257. "selectedIconPath": "/static/images/inquiry_select.png",
  1258. "text": "问诊"
  1259. },
  1260. {
  1261. "pagePath": "pages/store/index",
  1262. "iconPath": "/static/images/store.png",
  1263. "selectedIconPath": "/static/images/store_select.png",
  1264. "text": "疗法"
  1265. },
  1266. {
  1267. "pagePath": "pages/user/index",
  1268. "iconPath": "/static/images/my.png",
  1269. "selectedIconPath": "/static/images/my_select.png",
  1270. "text": "我的"
  1271. }
  1272. ]
  1273. }
  1274. }