pages.json 31 KB

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