pages.json 34 KB

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