pages.json 42 KB

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