pages.json 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511
  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/productGiftList",
  913. "style": {
  914. "navigationBarTitleText": "选择赠品",
  915. "app-plus": {
  916. "titleNView": false
  917. }
  918. }
  919. },
  920. {
  921. "path": "order/productDetails",
  922. "style": {
  923. "navigationBarTitleText": "产品详情",
  924. "app-plus": {
  925. "titleNView": false
  926. }
  927. }
  928. },
  929. {
  930. "path": "order/cart",
  931. "style": {
  932. "navigationBarTitleText": "购物车",
  933. "app-plus": {
  934. "titleNView": false
  935. }
  936. }
  937. },
  938. {
  939. "path": "order/confirmOrder",
  940. "style": {
  941. "navigationBarTitleText": "推荐订单信息",
  942. "app-plus": {
  943. "titleNView": false
  944. }
  945. }
  946. },
  947. {
  948. "path": "order/confirmCompanyOrder",
  949. "style": {
  950. "navigationBarTitleText": "推荐订单",
  951. "app-plus": {
  952. "titleNView": false
  953. }
  954. }
  955. },
  956. {
  957. "path": "order/coupon",
  958. "style": {
  959. "navigationBarTitleText": "制单优惠券",
  960. "app-plus": {
  961. "titleNView": false
  962. }
  963. }
  964. },
  965. {
  966. "path": "order/productShowDetails",
  967. "style": {
  968. "navigationBarTitleText": "产品详情",
  969. "app-plus": {
  970. "titleNView": false
  971. }
  972. }
  973. },
  974. {
  975. "path": "alipayImg",
  976. "style": {
  977. "navigationBarTitleText": "支付宝收款",
  978. "app-plus": {
  979. "titleNView": false
  980. }
  981. }
  982. },
  983. {
  984. "path": "card",
  985. "style": {
  986. "navigationBarTitleText": "我的名片",
  987. "app-plus": {
  988. "titleNView": false
  989. }
  990. }
  991. }
  992. ]
  993. },
  994. {
  995. "root": "pages_shopping",
  996. "pages": [
  997. {
  998. "path" : "shopping/confirmCreateOrder",
  999. "style" :
  1000. {
  1001. "navigationBarTitleText": "确认订单",
  1002. "enablePullDownRefresh": false
  1003. }
  1004. },
  1005. {
  1006. "path" : "shopping/confirmPackageOrder",
  1007. "style" :
  1008. {
  1009. "navigationBarTitleText": "确认支付",
  1010. "enablePullDownRefresh": false
  1011. }
  1012. },
  1013. {
  1014. "path" : "shopping/coupon",
  1015. "style" :
  1016. {
  1017. "navigationBarTitleText": "优惠券",
  1018. "enablePullDownRefresh": false
  1019. }
  1020. }
  1021. ,{
  1022. "path" : "shopping/myCoupon",
  1023. "style" :
  1024. {
  1025. "navigationBarTitleText": "我的优惠券",
  1026. "enablePullDownRefresh": false
  1027. }
  1028. }
  1029. ,{
  1030. "path" : "shopping/activityDetails",
  1031. "style" :
  1032. {
  1033. "navigationBarTitleText": "活动",
  1034. "enablePullDownRefresh": false
  1035. }
  1036. }
  1037. ,{
  1038. "path" : "store/index",
  1039. "style" :
  1040. {
  1041. "navigationBarTitleText": "",
  1042. "enablePullDownRefresh": false,
  1043. "navigationStyle": "custom"
  1044. }
  1045. },
  1046. {
  1047. "path" : "store/integralGoodsList",
  1048. "style" :
  1049. {
  1050. "navigationBarTitleText" : "积分商城"
  1051. }
  1052. },
  1053. {
  1054. "path" : "store/integralLogsList",
  1055. "style" :
  1056. {
  1057. "navigationBarTitleText" : "积分记录"
  1058. }
  1059. },
  1060. {
  1061. "path" : "store/integralOrderList",
  1062. "style" :
  1063. {
  1064. "navigationBarTitleText" : "兑换记录"
  1065. }
  1066. },
  1067. {
  1068. "path" : "store/integralGoodsDetails",
  1069. "style" :
  1070. {
  1071. "navigationBarTitleText" : "产品详情"
  1072. }
  1073. },
  1074. {
  1075. "path" : "store/integralOrderDetails",
  1076. "style" :
  1077. {
  1078. "navigationBarTitleText" : "订单详情"
  1079. }
  1080. },
  1081. {
  1082. "path" : "store/integralOrderPay",
  1083. "style" :
  1084. {
  1085. "navigationBarTitleText" : "积分兑换"
  1086. }
  1087. },
  1088. {
  1089. "path" : "store/beiliyouHome",
  1090. "style" :
  1091. {
  1092. "navigationBarTitleText" : "倍力之家",
  1093. "enablePullDownRefresh": false
  1094. }
  1095. },
  1096. {
  1097. "path" : "store/guideDetail",
  1098. "style" :
  1099. {
  1100. "navigationBarTitleText" : ""
  1101. }
  1102. }
  1103. ]
  1104. },
  1105. {
  1106. "root": "pages_doctor",
  1107. "pages": [
  1108. {
  1109. "path" : "doctorCase",
  1110. "style" :
  1111. {
  1112. "navigationBarTitleText": "问诊案例",
  1113. "app-plus": {
  1114. "titleNView": false
  1115. }
  1116. }
  1117. },
  1118. {
  1119. "path" : "doctorQr",
  1120. "style" :
  1121. {
  1122. "navigationBarTitleText": "用药咨询",
  1123. "app-plus": {
  1124. "titleNView": false
  1125. }
  1126. }
  1127. },
  1128. {
  1129. "path" : "doctorOrderIM",
  1130. "style" :
  1131. {
  1132. "navigationBarTitleText": "问诊会话",
  1133. "enablePullDownRefresh": false
  1134. }
  1135. },
  1136. {
  1137. "path" : "paymentOrder",
  1138. "style" :
  1139. {
  1140. "navigationBarTitleText": "支付订单",
  1141. "enablePullDownRefresh": false
  1142. }
  1143. },
  1144. {
  1145. "path" : "doctorIm",
  1146. "style" :
  1147. {
  1148. "navigationBarTitleText": "问诊会话",
  1149. "enablePullDownRefresh": false
  1150. }
  1151. },
  1152. {
  1153. "path" : "index",
  1154. "style" :
  1155. {
  1156. "navigationBarTitleText": "问诊",
  1157. "navigationStyle": "custom",
  1158. "enablePullDownRefresh": false
  1159. }
  1160. },
  1161. {
  1162. "path" : "doctorList",
  1163. "style" :
  1164. {
  1165. "navigationBarTitleText": "医生列表",
  1166. "enablePullDownRefresh": false
  1167. }
  1168. },
  1169. {
  1170. "path" : "doctorDetail",
  1171. "style" :
  1172. {
  1173. "navigationBarTitleText": "医生详情",
  1174. "navigationStyle": "custom",
  1175. "enablePullDownRefresh": false
  1176. }
  1177. },
  1178. {
  1179. "path" : "submitOrder",
  1180. "style" :
  1181. {
  1182. "navigationBarTitleText": "发布问诊",
  1183. "enablePullDownRefresh": false
  1184. }
  1185. }
  1186. ]
  1187. },
  1188. {
  1189. "root": "pages_manage",
  1190. "pages": [
  1191. {
  1192. "path": "login",
  1193. "style": {
  1194. "navigationBarTitleText": "登录",
  1195. "enablePullDownRefresh": false
  1196. }
  1197. },
  1198. {
  1199. "path": "index",
  1200. "style": {
  1201. "navigationBarTitleText": "数据",
  1202. "enablePullDownRefresh": false
  1203. }
  1204. },
  1205. {
  1206. "path": "dataDetails",
  1207. "style": {
  1208. "navigationBarTitleText": "课程数据详情",
  1209. "enablePullDownRefresh": false
  1210. }
  1211. },
  1212. {
  1213. "path": "statistic",
  1214. "style": {
  1215. "navigationBarTitleText": "课程统计",
  1216. "enablePullDownRefresh": false
  1217. }
  1218. },
  1219. {
  1220. "path": "manageDataDetail",
  1221. "style": {
  1222. "navigationBarTitleText": "销售详情",
  1223. "enablePullDownRefresh": false
  1224. }
  1225. }
  1226. ]
  1227. },
  1228. {
  1229. "root": "pages_managedata",
  1230. "pages": [{
  1231. "path": "coursedetail",
  1232. "style": {
  1233. "navigationBarTitleText": "课程详情",
  1234. "enablePullDownRefresh": false
  1235. }
  1236. },
  1237. {
  1238. "path": "vipdetail",
  1239. "style": {
  1240. "navigationBarTitleText": "会员详情",
  1241. "enablePullDownRefresh": false
  1242. }
  1243. },
  1244. {
  1245. "path": "userInfo",
  1246. "style": {
  1247. "navigationBarTitleText": "用户信息",
  1248. "enablePullDownRefresh": false
  1249. }
  1250. },
  1251. {
  1252. "path": "editUser",
  1253. "style": {
  1254. "navigationBarTitleText": "设置",
  1255. "enablePullDownRefresh": false
  1256. }
  1257. },
  1258. {
  1259. "path": "lableSetup",
  1260. "style": {
  1261. "navigationBarTitleText": "标签设置",
  1262. "enablePullDownRefresh": false
  1263. }
  1264. },
  1265. {
  1266. "path": "about",
  1267. "style": {
  1268. "navigationBarTitleText": "关于我们",
  1269. "enablePullDownRefresh": false
  1270. }
  1271. },
  1272. {
  1273. "path": "users",
  1274. "style": {
  1275. "navigationBarTitleText": "审核销售",
  1276. "enablePullDownRefresh": false
  1277. }
  1278. },
  1279. {
  1280. "path": "managedetail",
  1281. "style": {
  1282. "navigationBarTitleText": "审核销售",
  1283. "enablePullDownRefresh": false
  1284. }
  1285. },
  1286. {
  1287. "path": "exprotList",
  1288. "style": {
  1289. "navigationBarTitleText": "审核列表",
  1290. "enablePullDownRefresh": false
  1291. }
  1292. },
  1293. {
  1294. "path": "saleInfo",
  1295. "style": {
  1296. "navigationBarTitleText": "员工详情",
  1297. "enablePullDownRefresh": false
  1298. }
  1299. },
  1300. {
  1301. "path": "changeVip",
  1302. "style": {
  1303. "navigationBarTitleText": "更换会员归属",
  1304. "enablePullDownRefresh": false
  1305. }
  1306. }
  1307. ]
  1308. },
  1309. {
  1310. "root": "pages_course",
  1311. "pages": [{
  1312. "path": "reward",
  1313. "style": {
  1314. "navigationBarTitleText": "领取奖励",
  1315. "enablePullDownRefresh": false
  1316. }
  1317. },
  1318. {
  1319. "path": "becomeVIP",
  1320. "style": {
  1321. "navigationBarTitleText": "注册会员",
  1322. "enablePullDownRefresh": false
  1323. }
  1324. },
  1325. {
  1326. "path": "becomeSale",
  1327. "style": {
  1328. "navigationBarTitleText": "注册销售",
  1329. "enablePullDownRefresh": false
  1330. }
  1331. },
  1332. {
  1333. "path": "webview",
  1334. "style": {
  1335. "navigationBarTitleText": "授权登录",
  1336. "enablePullDownRefresh": false
  1337. }
  1338. },
  1339. {
  1340. "path": "videovip",
  1341. "style": {
  1342. "navigationBarTitleText": "看课详情",
  1343. "enablePullDownRefresh": false
  1344. }
  1345. },
  1346. {
  1347. "path" : "learn",
  1348. "style" :
  1349. {
  1350. "navigationBarTitleText" : "健康生活方式指导",
  1351. "enablePullDownRefresh": false
  1352. }
  1353. },
  1354. {
  1355. "path": "teacherClassroom",
  1356. "style": {
  1357. "navigationBarTitleText": "名师课堂",
  1358. "enablePullDownRefresh": false
  1359. }
  1360. },
  1361. {
  1362. "path": "video",
  1363. "style": {
  1364. "navigationBarTitleText": "",
  1365. "enablePullDownRefresh": false,
  1366. "navigationStyle": "custom",
  1367. "usingComponenets": {
  1368. "uni-popup": "/uni_modules/uni-popup/components/uni-popup/uni-popup"
  1369. },
  1370. "componentPlaceholder": {
  1371. "uni-popup": "view"
  1372. }
  1373. }
  1374. }
  1375. ]
  1376. }
  1377. ],
  1378. "globalStyle": {
  1379. "navigationBarTextStyle": "black",
  1380. "navigationBarTitleText": "倍力优",
  1381. "navigationBarBackgroundColor": "#FFFFFF",
  1382. "backgroundColor": "#FFFFFF"
  1383. },
  1384. "tabBar": {
  1385. "animation": false,
  1386. "color": "#666666",
  1387. "selectedColor": "#018C39",
  1388. "borderStyle": "white",
  1389. "backgroundColor": "#ffffff",
  1390. "height": "70px",
  1391. "fontSize":"12px",
  1392. "iconWidth":"24px",
  1393. "iconHeight":"24px",
  1394. "spacing": "6px",
  1395. "list": [
  1396. {
  1397. "pagePath": "pages/home/index",
  1398. "iconPath": "/static/tabbar/home.png",
  1399. "selectedIconPath": "/static/tabbar/home_on.png",
  1400. "text": "首页"
  1401. },
  1402. {
  1403. "pagePath": "pages/enterprise/enterprise",
  1404. "iconPath": "/static/tabbar/ENCYCLOPEDIA.png",
  1405. "selectedIconPath": "/static/tabbar/ENCYCLOPEDIA_on.png",
  1406. "text": "企业理念"
  1407. },
  1408. /* {
  1409. "pagePath": "pages/doctor/index",
  1410. "iconPath": "/static/images/see_doctor.png",
  1411. "selectedIconPath": "/static/images/see_doctor_sel.png",
  1412. "text": "问诊"
  1413. } */
  1414. {
  1415. "pagePath": "pages/shopping/index",
  1416. "iconPath": "/static/tabbar/mall.png",
  1417. "selectedIconPath": "/static/tabbar/mall_on.png",
  1418. "text": "健康产品"
  1419. },
  1420. {
  1421. "pagePath": "pages/user/index",
  1422. "iconPath": "/static/tabbar/mine.png",
  1423. "selectedIconPath": "/static/tabbar/mine_on.png",
  1424. "text": "我的"
  1425. }
  1426. ]
  1427. }
  1428. }