pages.json 34 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301
  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. "enablePullDownRefresh": false,
  480. "navigationStyle": "custom",
  481. "app-plus": {
  482. "titleNView": false
  483. }
  484. }
  485. },
  486. {
  487. "path" : "index/doctorArticleDetails",
  488. "style" :
  489. {
  490. "navigationBarTitleText": "",
  491. "enablePullDownRefresh": false,
  492. "navigationStyle": "custom",
  493. "app-plus": {
  494. "titleNView": false
  495. }
  496. }
  497. }
  498. ]
  499. },
  500. {
  501. "root": "pages_user",
  502. "pages": [
  503. {
  504. "path": "user/addPatient",
  505. "style": {
  506. "navigationBarTitleText": "创建体验者",
  507. "app-plus": {
  508. "titleNView": false
  509. }
  510. }
  511. }
  512. ,{
  513. "path" : "user/message",
  514. "style" :
  515. {
  516. "navigationBarTitleText": "消息",
  517. "enablePullDownRefresh": false
  518. }
  519. }
  520. ,{
  521. "path" : "user/msgDetail",
  522. "style" :
  523. {
  524. "navigationBarTitleText": "系统消息",
  525. "enablePullDownRefresh": false
  526. }
  527. }
  528. ,{
  529. "path" : "user/storeOrder",
  530. "style" :
  531. {
  532. "navigationBarTitleText": "我的订单",
  533. "enablePullDownRefresh": false
  534. }
  535. }
  536. ,{
  537. "path" : "user/storeOrderDetail",
  538. "style" :
  539. {
  540. "navigationBarTitleText": "订单详情",
  541. "navigationStyle": "custom",
  542. "enablePullDownRefresh": false
  543. }
  544. }
  545. ,{
  546. "path" : "user/doctorOrder",
  547. "style" :
  548. {
  549. "navigationBarTitleText": "问诊列表",
  550. "enablePullDownRefresh": false
  551. }
  552. }
  553. ,{
  554. "path" : "user/patient",
  555. "style" :
  556. {
  557. "navigationBarTitleText": "体验者列表",
  558. "enablePullDownRefresh": false
  559. }
  560. }
  561. ,{
  562. "path" : "user/addAddress",
  563. "style" :
  564. {
  565. "navigationBarTitleText": "新建收货地址",
  566. "enablePullDownRefresh": false
  567. }
  568. }
  569. ,{
  570. "path" : "user/address",
  571. "style" :
  572. {
  573. "navigationBarTitleText": "收货地址",
  574. "enablePullDownRefresh": false
  575. }
  576. }
  577. ,{
  578. "path" : "user/integral",
  579. "style" :
  580. {
  581. "navigationBarTitleText": "我的积分",
  582. "navigationStyle": "custom",
  583. "enablePullDownRefresh": false
  584. }
  585. }
  586. ,{
  587. "path" : "user/refundOrderList",
  588. "style" :
  589. {
  590. "navigationBarTitleText": "售后订单",
  591. "enablePullDownRefresh": false
  592. }
  593. }
  594. ,{
  595. "path" : "user/refundOrderDetail",
  596. "style" :
  597. {
  598. "navigationBarTitleText": "处理进度",
  599. "navigationStyle": "custom",
  600. "enablePullDownRefresh": false
  601. }
  602. }
  603. ,{
  604. "path" : "user/refundOrderLogs",
  605. "style" :
  606. {
  607. "navigationBarTitleText": "退款详情",
  608. "navigationStyle": "custom",
  609. "enablePullDownRefresh": false
  610. }
  611. }
  612. ,{
  613. "path" : "user/storeOrderDelivery",
  614. "style" :
  615. {
  616. "navigationBarTitleText": "物流信息",
  617. "navigationStyle": "custom",
  618. "enablePullDownRefresh": false
  619. }
  620. }
  621. ,{
  622. "path" : "user/refundOrder",
  623. "style" :
  624. {
  625. "navigationBarTitleText": "申请售后",
  626. "enablePullDownRefresh": false
  627. }
  628. }
  629. ,{
  630. "path" : "user/prescribeOrder",
  631. "style" :
  632. {
  633. "navigationBarTitleText": "处方单",
  634. "enablePullDownRefresh": false
  635. }
  636. }
  637. ,{
  638. "path" : "user/pay",
  639. "style" :
  640. {
  641. "navigationBarTitleText": "收款",
  642. "enablePullDownRefresh": false
  643. }
  644. }
  645. ,{
  646. "path" : "user/success",
  647. "style" :
  648. {
  649. "navigationBarTitleText": "支付结果",
  650. "enablePullDownRefresh": false
  651. }
  652. }
  653. ,{
  654. "path" : "user/refundOrderProduct",
  655. "style" :
  656. {
  657. "navigationBarTitleText": "订单售后",
  658. "enablePullDownRefresh": false
  659. }
  660. }
  661. ,{
  662. "path" : "user/refundOrderDelivery",
  663. "style" :
  664. {
  665. "navigationBarTitleText": "物流信息",
  666. "enablePullDownRefresh": false
  667. }
  668. }
  669. ,{
  670. "path" : "user/userTui",
  671. "style" :
  672. {
  673. "navigationBarTitleText": "我的推广",
  674. "enablePullDownRefresh": false
  675. }
  676. }
  677. ,{
  678. "path" : "user/userTuiProduct",
  679. "style" :
  680. {
  681. "navigationBarTitleText": "推广产品",
  682. "enablePullDownRefresh": false
  683. }
  684. }
  685. ,{
  686. "path" : "user/userTuiImg",
  687. "style" :
  688. {
  689. "navigationBarTitleText": "推广海报",
  690. "enablePullDownRefresh": false
  691. }
  692. }
  693. ,{
  694. "path" : "user/userTuiList",
  695. "style" :
  696. {
  697. "navigationBarTitleText": "我的推荐人",
  698. "enablePullDownRefresh": false
  699. }
  700. }
  701. ,{
  702. "path" : "user/userTuiMoneyList",
  703. "style" :
  704. {
  705. "navigationBarTitleText": "佣金记录",
  706. "enablePullDownRefresh": false
  707. }
  708. }
  709. ,{
  710. "path" : "user/userTuiOrderList",
  711. "style" :
  712. {
  713. "navigationBarTitleText": "订单记录",
  714. "enablePullDownRefresh": false
  715. }
  716. }
  717. ,{
  718. "path" : "user/storeProductRelation",
  719. "style" :
  720. {
  721. "navigationBarTitleText": "我的足迹",
  722. "enablePullDownRefresh": false
  723. }
  724. }
  725. ,{
  726. "path" : "user/personInfo",
  727. "style" :
  728. {
  729. "navigationBarTitleText": "个人信息",
  730. "enablePullDownRefresh": false
  731. }
  732. }
  733. ,{
  734. "path" : "user/userTuiMoney",
  735. "style" :
  736. {
  737. "navigationBarTitleText": "提现管理",
  738. "enablePullDownRefresh": false
  739. }
  740. }
  741. ,{
  742. "path" : "user/userTuiExtractLog",
  743. "style" :
  744. {
  745. "navigationBarTitleText": "提现记录",
  746. "enablePullDownRefresh": false
  747. }
  748. }
  749. ,{
  750. "path" : "user/doc",
  751. "style" :
  752. {
  753. "navigationBarTitleText": "健康档案",
  754. "enablePullDownRefresh": false
  755. }
  756. }
  757. ,{
  758. "path" : "user/addDoc",
  759. "style" :
  760. {
  761. "navigationBarTitleText": "创建健康档案",
  762. "enablePullDownRefresh": false
  763. }
  764. }
  765. ,{
  766. "path" : "user/docDetail",
  767. "style" :
  768. {
  769. "navigationBarTitleText": "健康档案",
  770. "navigationBarBackgroundColor": "#dff9f5",
  771. "enablePullDownRefresh": false
  772. }
  773. }
  774. ,{
  775. "path" : "user/docRecord",
  776. "style":
  777. {
  778. "navigationBarTitleText": "健康记录",
  779. "enablePullDownRefresh": false
  780. }
  781. }
  782. ,{
  783. "path" : "user/addDocRecord",
  784. "style" :
  785. {
  786. "navigationBarTitleText": "添加健康记录",
  787. "enablePullDownRefresh": false
  788. }
  789. }
  790. ,{
  791. "path" : "user/userTuiAdd",
  792. "style" :
  793. {
  794. "navigationBarTitleText": "申请推广员",
  795. "enablePullDownRefresh": false
  796. }
  797. }
  798. ,{
  799. "path" : "user/paymentOrderRemain",
  800. "style" :
  801. {
  802. "navigationBarTitleText": "支付尾款",
  803. "enablePullDownRefresh": false
  804. }
  805. }
  806. ,{
  807. "path" : "user/otherPaymentOrder",
  808. "style" :
  809. {
  810. "navigationBarTitleText": "亲友代付",
  811. "enablePullDownRefresh": false
  812. }
  813. }
  814. ,{
  815. "path" : "user/otherPaySuccess",
  816. "style" :
  817. {
  818. "navigationBarTitleText": "支付成功",
  819. "enablePullDownRefresh": false
  820. }
  821. }
  822. ,{
  823. "path" : "user/otherPaymentOrderRemain",
  824. "style" :
  825. {
  826. "navigationBarTitleText": "亲友代付尾款",
  827. "enablePullDownRefresh": false
  828. }
  829. }
  830. ]
  831. },
  832. {
  833. "root": "pages_company",
  834. "pages": [
  835. {
  836. "path": "auth/login",
  837. "style": {
  838. "navigationBarTitleText": "销售员登录",
  839. "app-plus": {
  840. "titleNView": false
  841. }
  842. }
  843. },
  844. {
  845. "path": "index",
  846. "style": {
  847. "navigationBarTitleText": "销售管理首页",
  848. "app-plus": {
  849. "titleNView": false
  850. }
  851. }
  852. },
  853. {
  854. "path": "storeOrder",
  855. "style": {
  856. "navigationBarTitleText": "订单管理",
  857. "app-plus": {
  858. "titleNView": false
  859. }
  860. }
  861. }
  862. ,{
  863. "path" : "storeOrderDetail",
  864. "style" :
  865. {
  866. "navigationBarTitleText": "订单详情",
  867. "navigationStyle": "custom",
  868. "enablePullDownRefresh": false
  869. }
  870. },
  871. {
  872. "path": "storeProductPackage",
  873. "style": {
  874. "navigationBarTitleText": "商品套餐",
  875. "app-plus": {
  876. "titleNView": false
  877. }
  878. }
  879. },
  880. {
  881. "path": "storeProductPackageDetails",
  882. "style": {
  883. "navigationBarTitleText": "套餐详情",
  884. "app-plus": {
  885. "titleNView": false
  886. }
  887. }
  888. },
  889. {
  890. "path": "coupon",
  891. "style": {
  892. "navigationBarTitleText": "优惠券",
  893. "app-plus": {
  894. "titleNView": false
  895. }
  896. }
  897. },
  898. {
  899. "path": "couponDetails",
  900. "style": {
  901. "navigationBarTitleText": "优惠券详情",
  902. "app-plus": {
  903. "titleNView": false
  904. }
  905. }
  906. },
  907. {
  908. "path": "order/productList",
  909. "style": {
  910. "navigationBarTitleText": "商品列表",
  911. "app-plus": {
  912. "titleNView": false
  913. }
  914. }
  915. },
  916. {
  917. "path": "order/productDetails",
  918. "style": {
  919. "navigationBarTitleText": "产品详情",
  920. "app-plus": {
  921. "titleNView": false
  922. }
  923. }
  924. },
  925. {
  926. "path": "order/cart",
  927. "style": {
  928. "navigationBarTitleText": "购物车",
  929. "app-plus": {
  930. "titleNView": false
  931. }
  932. }
  933. },
  934. {
  935. "path": "order/confirmOrder",
  936. "style": {
  937. "navigationBarTitleText": "推荐订单信息",
  938. "app-plus": {
  939. "titleNView": false
  940. }
  941. }
  942. },
  943. {
  944. "path": "order/confirmCompanyOrder",
  945. "style": {
  946. "navigationBarTitleText": "推荐订单",
  947. "app-plus": {
  948. "titleNView": false
  949. }
  950. }
  951. },
  952. {
  953. "path": "order/coupon",
  954. "style": {
  955. "navigationBarTitleText": "制单优惠券",
  956. "app-plus": {
  957. "titleNView": false
  958. }
  959. }
  960. },
  961. {
  962. "path": "order/productShowDetails",
  963. "style": {
  964. "navigationBarTitleText": "产品详情",
  965. "app-plus": {
  966. "titleNView": false
  967. }
  968. }
  969. },
  970. {
  971. "path": "alipayImg",
  972. "style": {
  973. "navigationBarTitleText": "支付宝收款",
  974. "app-plus": {
  975. "titleNView": false
  976. }
  977. }
  978. },
  979. {
  980. "path": "card",
  981. "style": {
  982. "navigationBarTitleText": "我的名片",
  983. "app-plus": {
  984. "titleNView": false
  985. }
  986. }
  987. }
  988. ]
  989. },
  990. {
  991. "root": "pages_shopping",
  992. "pages": [
  993. {
  994. "path" : "shopping/confirmCreateOrder",
  995. "style" :
  996. {
  997. "navigationBarTitleText": "确认订单",
  998. "enablePullDownRefresh": false
  999. }
  1000. },
  1001. {
  1002. "path" : "shopping/confirmPackageOrder",
  1003. "style" :
  1004. {
  1005. "navigationBarTitleText": "确认支付",
  1006. "enablePullDownRefresh": false
  1007. }
  1008. },
  1009. {
  1010. "path" : "shopping/coupon",
  1011. "style" :
  1012. {
  1013. "navigationBarTitleText": "优惠券",
  1014. "enablePullDownRefresh": false
  1015. }
  1016. }
  1017. ,{
  1018. "path" : "shopping/myCoupon",
  1019. "style" :
  1020. {
  1021. "navigationBarTitleText": "我的优惠券",
  1022. "enablePullDownRefresh": false
  1023. }
  1024. }
  1025. ,{
  1026. "path" : "shopping/activityDetails",
  1027. "style" :
  1028. {
  1029. "navigationBarTitleText": "活动",
  1030. "enablePullDownRefresh": false
  1031. }
  1032. }
  1033. ,{
  1034. "path" : "store/index",
  1035. "style" :
  1036. {
  1037. "navigationBarTitleText": "",
  1038. "enablePullDownRefresh": false,
  1039. "navigationStyle": "custom"
  1040. }
  1041. },
  1042. {
  1043. "path" : "store/integralGoodsList",
  1044. "style" :
  1045. {
  1046. "navigationBarTitleText" : "积分商城"
  1047. }
  1048. },
  1049. {
  1050. "path" : "store/integralLogsList",
  1051. "style" :
  1052. {
  1053. "navigationBarTitleText" : "积分记录"
  1054. }
  1055. },
  1056. {
  1057. "path" : "store/integralOrderList",
  1058. "style" :
  1059. {
  1060. "navigationBarTitleText" : "兑换记录"
  1061. }
  1062. },
  1063. {
  1064. "path" : "store/integralGoodsDetails",
  1065. "style" :
  1066. {
  1067. "navigationBarTitleText" : "产品详情"
  1068. }
  1069. },
  1070. {
  1071. "path" : "store/integralOrderDetails",
  1072. "style" :
  1073. {
  1074. "navigationBarTitleText" : "订单详情"
  1075. }
  1076. },
  1077. {
  1078. "path" : "store/integralOrderPay",
  1079. "style" :
  1080. {
  1081. "navigationBarTitleText" : "积分兑换"
  1082. }
  1083. }
  1084. ]
  1085. },
  1086. {
  1087. "root": "pages_doctor",
  1088. "pages": [
  1089. {
  1090. "path" : "doctorCase",
  1091. "style" :
  1092. {
  1093. "navigationBarTitleText": "问诊案例",
  1094. "app-plus": {
  1095. "titleNView": false
  1096. }
  1097. }
  1098. },
  1099. {
  1100. "path" : "doctorQr",
  1101. "style" :
  1102. {
  1103. "navigationBarTitleText": "用药咨询",
  1104. "app-plus": {
  1105. "titleNView": false
  1106. }
  1107. }
  1108. },
  1109. {
  1110. "path" : "doctorOrderIM",
  1111. "style" :
  1112. {
  1113. "navigationBarTitleText": "问诊会话",
  1114. "enablePullDownRefresh": false
  1115. }
  1116. },
  1117. {
  1118. "path" : "paymentOrder",
  1119. "style" :
  1120. {
  1121. "navigationBarTitleText": "支付订单",
  1122. "enablePullDownRefresh": false
  1123. }
  1124. },
  1125. {
  1126. "path" : "doctorIm",
  1127. "style" :
  1128. {
  1129. "navigationBarTitleText": "问诊会话",
  1130. "enablePullDownRefresh": false
  1131. }
  1132. },
  1133. {
  1134. "path" : "index",
  1135. "style" :
  1136. {
  1137. "navigationBarTitleText": "问诊",
  1138. "navigationStyle": "custom",
  1139. "enablePullDownRefresh": false
  1140. }
  1141. },
  1142. {
  1143. "path" : "doctorList",
  1144. "style" :
  1145. {
  1146. "navigationBarTitleText": "医生列表",
  1147. "enablePullDownRefresh": false
  1148. }
  1149. },
  1150. {
  1151. "path" : "doctorDetail",
  1152. "style" :
  1153. {
  1154. "navigationBarTitleText": "医生详情",
  1155. "navigationStyle": "custom",
  1156. "enablePullDownRefresh": false
  1157. }
  1158. },
  1159. {
  1160. "path" : "submitOrder",
  1161. "style" :
  1162. {
  1163. "navigationBarTitleText": "发布问诊",
  1164. "enablePullDownRefresh": false
  1165. }
  1166. }
  1167. ]
  1168. }
  1169. ],
  1170. "globalStyle": {
  1171. "navigationBarTextStyle": "black",
  1172. "navigationBarTitleText": "倍力优",
  1173. "navigationBarBackgroundColor": "#FFFFFF",
  1174. "backgroundColor": "#FFFFFF"
  1175. },
  1176. "tabBar": {
  1177. "animation": false,
  1178. "color": "#666666",
  1179. "selectedColor": "#018C39",
  1180. "borderStyle": "white",
  1181. "backgroundColor": "#ffffff",
  1182. "height": "70px",
  1183. "fontSize":"12px",
  1184. "iconWidth":"24px",
  1185. "iconHeight":"24px",
  1186. "spacing": "6px",
  1187. "list": [
  1188. {
  1189. "pagePath": "pages/home/index",
  1190. "iconPath": "/static/images/tabbar/beiliyou/home.png",
  1191. "selectedIconPath": "/static/images/tabbar/beiliyou/home_on.png",
  1192. "text": "首页"
  1193. },
  1194. {
  1195. "pagePath": "pages/enterprise/enterprise",
  1196. "iconPath": "/static/images/tabbar/beiliyou/ENCYCLOPEDIA.png",
  1197. "selectedIconPath": "/static/images/tabbar/beiliyou/ENCYCLOPEDIA_on.png",
  1198. "text": "企业理念"
  1199. },
  1200. /* {
  1201. "pagePath": "pages/doctor/index",
  1202. "iconPath": "/static/images/see_doctor.png",
  1203. "selectedIconPath": "/static/images/see_doctor_sel.png",
  1204. "text": "问诊"
  1205. } */
  1206. {
  1207. "pagePath": "pages/shopping/index",
  1208. "iconPath": "/static/images/tabbar/beiliyou/mall.png",
  1209. "selectedIconPath": "/static/images/tabbar/beiliyou/mall_on.png",
  1210. "text": "健康产品"
  1211. },
  1212. {
  1213. "pagePath": "pages/user/index",
  1214. "iconPath": "/static/images/tabbar/beiliyou/mine.png",
  1215. "selectedIconPath": "/static/images/tabbar/beiliyou/mine_on.png",
  1216. "text": "我的"
  1217. }
  1218. ]
  1219. }
  1220. }