pages.json 33 KB

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