pages.json 28 KB

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