pages.json 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/common/launch"
  8. },
  9. {
  10. "path": "pages/auth/login",
  11. "style": {
  12. "navigationBarTitleText": "授权登录",
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/auth/wxLogin",
  18. "style": {
  19. "navigationBarTitleText": "公众号授权",
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/home/index",
  25. "style": {
  26. "navigationBarTitleText": "壹柒玖康养集团",
  27. "enablePullDownRefresh": false,
  28. "navigationStyle": "custom",
  29. "app-plus": {
  30. "titleNView": false
  31. }
  32. }
  33. },
  34. {
  35. "path" : "pages/home/doctorCase",
  36. "style" :
  37. {
  38. "navigationBarTitleText": "问诊案例",
  39. "app-plus": {
  40. "titleNView": false
  41. }
  42. }
  43. },
  44. {
  45. "path" : "pages/home/productSearch",
  46. "style" :
  47. {
  48. "navigationBarTitleText": "商品搜索",
  49. "app-plus": {
  50. "titleNView": false
  51. }
  52. }
  53. },
  54. {
  55. "path" : "pages/home/productList",
  56. "style" :
  57. {
  58. "navigationBarTitleText": "商品列表",
  59. "app-plus": {
  60. "titleNView": false
  61. }
  62. }
  63. },
  64. {
  65. "path" : "pages/healthy/index",
  66. "style" :
  67. {
  68. "navigationBarTitleText": "健康知识",
  69. "enablePullDownRefresh": false,
  70. "navigationStyle": "custom",
  71. "app-plus": {
  72. "titleNView": false
  73. }
  74. }
  75. },
  76. {
  77. "path" : "pages/healthy/detail",
  78. "style" :
  79. {
  80. "navigationBarTitleText": "",
  81. "enablePullDownRefresh": false,
  82. "app-plus": {
  83. "titleNView": false
  84. }
  85. }
  86. },
  87. {
  88. "path" : "pages/healthy/readUsers",
  89. "style" :
  90. {
  91. "navigationBarTitleText": "阅读用户",
  92. "enablePullDownRefresh": false,
  93. "app-plus": {
  94. "titleNView": false
  95. }
  96. }
  97. },
  98. {
  99. "path" : "pages/shopping/index",
  100. "style" :
  101. {
  102. "navigationBarTitleText": "商城",
  103. "navigationStyle": "custom",
  104. "enablePullDownRefresh": false
  105. }
  106. },
  107. {
  108. "path": "pages/user/index",
  109. "style": {
  110. "navigationBarTitleText": "我的",
  111. "navigationStyle": "custom",
  112. "app-plus": {
  113. "titleNView": false
  114. }
  115. }
  116. }
  117. ,{
  118. "path" : "pages/shopping/productDetails",
  119. "style" :
  120. {
  121. "navigationBarTitleText": "商品详情",
  122. "enablePullDownRefresh": false
  123. }
  124. }
  125. ,{
  126. "path" : "pages/shopping/cart",
  127. "style" :
  128. {
  129. "navigationBarTitleText": "购物车",
  130. "enablePullDownRefresh": false
  131. }
  132. }
  133. ,{
  134. "path" : "pages/shopping/productList",
  135. "style" :
  136. {
  137. "navigationBarTitleText": "药品列表",
  138. "enablePullDownRefresh": false
  139. }
  140. }
  141. ,{
  142. "path" : "pages/shopping/confirmOrder",
  143. "style" :
  144. {
  145. "navigationBarTitleText": "确认订单",
  146. "enablePullDownRefresh": false
  147. }
  148. }
  149. ,{
  150. "path" : "pages/shopping/paymentOrder",
  151. "style" :
  152. {
  153. "navigationBarTitleText": "支付订单",
  154. "enablePullDownRefresh": false
  155. }
  156. }
  157. ,{
  158. "path" : "pages/shopping/payOrder",
  159. "style" :
  160. {
  161. "navigationBarTitleText": "推荐订单支付",
  162. "enablePullDownRefresh": false
  163. }
  164. }
  165. ,{
  166. "path" : "pages/shopping/prescribe",
  167. "style" :
  168. {
  169. "navigationBarTitleText": "填写处方信息",
  170. "navigationStyle": "custom",
  171. "enablePullDownRefresh": false
  172. }
  173. }
  174. ,{
  175. "path" : "pages/shopping/success",
  176. "style" :
  177. {
  178. "navigationBarTitleText": "支付成功",
  179. "enablePullDownRefresh": false
  180. }
  181. }
  182. ,{
  183. "path" : "pages/home/content",
  184. "style" :
  185. {
  186. "navigationBarTitleText": "详情",
  187. "enablePullDownRefresh": false
  188. }
  189. }
  190. ,{
  191. "path" : "pages/home/h5",
  192. "style" :
  193. {
  194. "navigationBarTitleText": "详情",
  195. "enablePullDownRefresh": false
  196. }
  197. }
  198. ,{
  199. "path" : "pages/home/cert",
  200. "style" :
  201. {
  202. "navigationBarTitleText": "资质证明",
  203. "enablePullDownRefresh": false
  204. }
  205. }
  206. ,{
  207. "path" : "pages/shopping/confirmPackageOrder",
  208. "style" :
  209. {
  210. "navigationBarTitleText": "确认支付",
  211. "enablePullDownRefresh": false
  212. }
  213. }
  214. ,{
  215. "path" : "pages/shopping/confirmCreateOrder",
  216. "style" :
  217. {
  218. "navigationBarTitleText": "确认订单",
  219. "enablePullDownRefresh": false
  220. }
  221. },
  222. {
  223. "path" : "pages/user/test",
  224. "style" :
  225. {
  226. "navigationBarTitleText": "测一测",
  227. "app-plus": {
  228. "titleNView": false
  229. }
  230. }
  231. },
  232. {
  233. "path" : "pages/doctor/doctorQr",
  234. "style" :
  235. {
  236. "navigationBarTitleText": "用药咨询",
  237. "app-plus": {
  238. "titleNView": false
  239. }
  240. }
  241. }
  242. ],
  243. "subPackages": [
  244. {
  245. "root": "pages_index",
  246. "pages": [
  247. {
  248. "path" : "index/medicatedFoodList",
  249. "style" :
  250. {
  251. "navigationBarTitleText": "药膳食疗",
  252. "app-plus": {
  253. "titleNView": false
  254. }
  255. }
  256. },
  257. {
  258. "path" : "index/medicatedFoodDetails",
  259. "style" :
  260. {
  261. "navigationBarTitleText": "药膳食疗",
  262. "app-plus": {
  263. "titleNView": false
  264. }
  265. }
  266. },
  267. {
  268. "path" : "index/vesselList",
  269. "style" :
  270. {
  271. "navigationBarTitleText": "经络穴位",
  272. "app-plus": {
  273. "titleNView": false
  274. }
  275. }
  276. },
  277. {
  278. "path" : "index/vesselDetails",
  279. "style" :
  280. {
  281. "navigationBarTitleText": "经络穴位",
  282. "app-plus": {
  283. "titleNView": false
  284. }
  285. }
  286. },
  287. {
  288. "path" : "index/questionsList",
  289. "style" :
  290. {
  291. "navigationBarTitleText": "问答专区",
  292. "app-plus": {
  293. "titleNView": false
  294. }
  295. }
  296. },
  297. {
  298. "path" : "index/questionsDetails",
  299. "style" :
  300. {
  301. "navigationBarTitleText": "问答专区",
  302. "app-plus": {
  303. "titleNView": false
  304. }
  305. }
  306. },
  307. {
  308. "path" : "index/diseaseList",
  309. "style" :
  310. {
  311. "navigationBarTitleText": "疾病列表",
  312. "app-plus": {
  313. "titleNView": false
  314. }
  315. }
  316. },
  317. {
  318. "path" : "index/diseaseDetails",
  319. "style" :
  320. {
  321. "navigationBarTitleText": "疾病",
  322. "app-plus": {
  323. "titleNView": false
  324. }
  325. }
  326. },
  327. {
  328. "path" : "index/chineseMedicineList",
  329. "style" :
  330. {
  331. "navigationBarTitleText": "中药图解",
  332. "app-plus": {
  333. "titleNView": false
  334. }
  335. }
  336. },
  337. {
  338. "path" : "index/chineseMedicineDetails",
  339. "style" :
  340. {
  341. "navigationBarTitleText": "中药图解",
  342. "app-plus": {
  343. "titleNView": false
  344. }
  345. }
  346. },
  347. {
  348. "path" : "index/famousPrescribeList",
  349. "style" :
  350. {
  351. "navigationBarTitleText": "名方今用",
  352. "app-plus": {
  353. "titleNView": false
  354. }
  355. }
  356. },
  357. {
  358. "path" : "index/famousPrescribeDetails",
  359. "style" :
  360. {
  361. "navigationBarTitleText": "名方今用",
  362. "app-plus": {
  363. "titleNView": false
  364. }
  365. }
  366. },
  367. {
  368. "path" : "index/test",
  369. "style" :
  370. {
  371. "navigationBarTitleText": "测一测",
  372. "app-plus": {
  373. "titleNView": false
  374. }
  375. }
  376. },
  377. {
  378. "path" : "index/testList",
  379. "style" :
  380. {
  381. "navigationBarTitleText": "测一测",
  382. "app-plus": {
  383. "titleNView": false
  384. }
  385. }
  386. },
  387. {
  388. "path" : "index/testDetails",
  389. "style" :
  390. {
  391. "navigationBarTitleText": "测一测",
  392. "app-plus": {
  393. "titleNView": false
  394. }
  395. }
  396. },
  397. {
  398. "path" : "index/testResult",
  399. "style" :
  400. {
  401. "navigationBarTitleText": "测试结果",
  402. "app-plus": {
  403. "titleNView": false
  404. }
  405. }
  406. },
  407. {
  408. "path" : "index/articleList",
  409. "style" :
  410. {
  411. "navigationBarTitleText": "健康知识",
  412. "app-plus": {
  413. "titleNView": false
  414. }
  415. }
  416. },
  417. {
  418. "path" : "index/articleDetails",
  419. "style" :
  420. {
  421. "navigationBarTitleText": "文章详情",
  422. "app-plus": {
  423. "titleNView": false
  424. }
  425. }
  426. },
  427. {
  428. "path" : "index/doctorArticleList",
  429. "style" :
  430. {
  431. "navigationBarTitleText": "康复医案",
  432. "app-plus": {
  433. "titleNView": false
  434. }
  435. }
  436. },
  437. {
  438. "path" : "index/doctorArticleDetails",
  439. "style" :
  440. {
  441. "navigationBarTitleText": "康复医案",
  442. "app-plus": {
  443. "titleNView": false
  444. }
  445. }
  446. }
  447. ]
  448. },
  449. {
  450. "root": "pages_user",
  451. "pages": [
  452. {
  453. "path": "user/addPatient",
  454. "style": {
  455. "navigationBarTitleText": "创建就诊人",
  456. "app-plus": {
  457. "titleNView": false
  458. }
  459. }
  460. }
  461. ,{
  462. "path" : "user/message",
  463. "style" :
  464. {
  465. "navigationBarTitleText": "消息",
  466. "enablePullDownRefresh": false
  467. }
  468. }
  469. ,{
  470. "path" : "user/msgDetail",
  471. "style" :
  472. {
  473. "navigationBarTitleText": "系统消息",
  474. "enablePullDownRefresh": false
  475. }
  476. }
  477. ,{
  478. "path" : "user/storeOrder",
  479. "style" :
  480. {
  481. "navigationBarTitleText": "我的订单",
  482. "enablePullDownRefresh": false
  483. }
  484. }
  485. ,{
  486. "path" : "user/storeOrderDetail",
  487. "style" :
  488. {
  489. "navigationBarTitleText": "订单详情",
  490. "navigationStyle": "custom",
  491. "enablePullDownRefresh": false
  492. }
  493. }
  494. ,{
  495. "path" : "user/doctorOrder",
  496. "style" :
  497. {
  498. "navigationBarTitleText": "问诊列表",
  499. "enablePullDownRefresh": false
  500. }
  501. }
  502. ,{
  503. "path" : "user/patient",
  504. "style" :
  505. {
  506. "navigationBarTitleText": "病人列表",
  507. "enablePullDownRefresh": false
  508. }
  509. }
  510. ,{
  511. "path" : "user/addAddress",
  512. "style" :
  513. {
  514. "navigationBarTitleText": "新建收货地址",
  515. "enablePullDownRefresh": false
  516. }
  517. }
  518. ,{
  519. "path" : "user/address",
  520. "style" :
  521. {
  522. "navigationBarTitleText": "收货地址",
  523. "enablePullDownRefresh": false
  524. }
  525. }
  526. ,{
  527. "path" : "user/integral",
  528. "style" :
  529. {
  530. "navigationBarTitleText": "我的积分",
  531. "navigationStyle": "custom",
  532. "enablePullDownRefresh": false
  533. }
  534. }
  535. ,{
  536. "path" : "user/pointsMall",
  537. "style" :
  538. {
  539. "navigationBarTitleText": "积分商城",
  540. "navigationStyle": "custom",
  541. "enablePullDownRefresh": false
  542. }
  543. }
  544. ,{
  545. "path" : "user/refundOrderList",
  546. "style" :
  547. {
  548. "navigationBarTitleText": "售后订单",
  549. "enablePullDownRefresh": false
  550. }
  551. }
  552. ,{
  553. "path" : "user/refundOrderDetail",
  554. "style" :
  555. {
  556. "navigationBarTitleText": "处理进度",
  557. "navigationStyle": "custom",
  558. "enablePullDownRefresh": false
  559. }
  560. }
  561. ,{
  562. "path" : "user/refundOrderLogs",
  563. "style" :
  564. {
  565. "navigationBarTitleText": "退款详情",
  566. "navigationStyle": "custom",
  567. "enablePullDownRefresh": false
  568. }
  569. }
  570. ,{
  571. "path" : "user/storeOrderDelivery",
  572. "style" :
  573. {
  574. "navigationBarTitleText": "物流信息",
  575. "navigationStyle": "custom",
  576. "enablePullDownRefresh": false
  577. }
  578. }
  579. ,{
  580. "path" : "user/refundOrder",
  581. "style" :
  582. {
  583. "navigationBarTitleText": "申请售后",
  584. "enablePullDownRefresh": false
  585. }
  586. }
  587. ,{
  588. "path" : "user/prescribeOrder",
  589. "style" :
  590. {
  591. "navigationBarTitleText": "处方单",
  592. "enablePullDownRefresh": false
  593. }
  594. }
  595. ,{
  596. "path" : "user/pay",
  597. "style" :
  598. {
  599. "navigationBarTitleText": "收款",
  600. "enablePullDownRefresh": false
  601. }
  602. }
  603. ,{
  604. "path" : "user/success",
  605. "style" :
  606. {
  607. "navigationBarTitleText": "支付结果",
  608. "enablePullDownRefresh": false
  609. }
  610. }
  611. ,{
  612. "path" : "user/refundOrderProduct",
  613. "style" :
  614. {
  615. "navigationBarTitleText": "订单售后",
  616. "enablePullDownRefresh": false
  617. }
  618. }
  619. ,{
  620. "path" : "user/refundOrderDelivery",
  621. "style" :
  622. {
  623. "navigationBarTitleText": "物流信息",
  624. "enablePullDownRefresh": false
  625. }
  626. }
  627. ,{
  628. "path" : "user/userTui",
  629. "style" :
  630. {
  631. "navigationBarTitleText": "我的推广",
  632. "enablePullDownRefresh": false
  633. }
  634. }
  635. ,{
  636. "path" : "user/userTuiProduct",
  637. "style" :
  638. {
  639. "navigationBarTitleText": "推广商品",
  640. "enablePullDownRefresh": false
  641. }
  642. }
  643. ,{
  644. "path" : "user/userTuiImg",
  645. "style" :
  646. {
  647. "navigationBarTitleText": "推广海报",
  648. "enablePullDownRefresh": false
  649. }
  650. }
  651. ,{
  652. "path" : "user/userTuiList",
  653. "style" :
  654. {
  655. "navigationBarTitleText": "我的推荐人",
  656. "enablePullDownRefresh": false
  657. }
  658. }
  659. ,{
  660. "path" : "user/userTuiMoneyList",
  661. "style" :
  662. {
  663. "navigationBarTitleText": "佣金记录",
  664. "enablePullDownRefresh": false
  665. }
  666. }
  667. ,{
  668. "path" : "user/userTuiOrderList",
  669. "style" :
  670. {
  671. "navigationBarTitleText": "订单记录",
  672. "enablePullDownRefresh": false
  673. }
  674. }
  675. ,{
  676. "path" : "user/storeProductRelation",
  677. "style" :
  678. {
  679. "navigationBarTitleText": "我的足迹",
  680. "enablePullDownRefresh": false
  681. }
  682. }
  683. ,{
  684. "path" : "user/personInfo",
  685. "style" :
  686. {
  687. "navigationBarTitleText": "个人信息",
  688. "enablePullDownRefresh": false
  689. }
  690. }
  691. ,{
  692. "path" : "user/userTuiMoney",
  693. "style" :
  694. {
  695. "navigationBarTitleText": "提现管理",
  696. "enablePullDownRefresh": false
  697. }
  698. }
  699. ,{
  700. "path" : "user/userTuiExtractLog",
  701. "style" :
  702. {
  703. "navigationBarTitleText": "提现记录",
  704. "enablePullDownRefresh": false
  705. }
  706. }
  707. ,{
  708. "path" : "user/doc",
  709. "style" :
  710. {
  711. "navigationBarTitleText": "健康档案",
  712. "enablePullDownRefresh": false
  713. }
  714. }
  715. ,{
  716. "path" : "user/addDoc",
  717. "style" :
  718. {
  719. "navigationBarTitleText": "创建健康档案",
  720. "enablePullDownRefresh": false
  721. }
  722. }
  723. ,{
  724. "path" : "user/docDetail",
  725. "style" :
  726. {
  727. "navigationBarTitleText": "健康档案",
  728. "navigationBarBackgroundColor": "#dff9f5",
  729. "enablePullDownRefresh": false
  730. }
  731. }
  732. ,{
  733. "path" : "user/docRecord",
  734. "style":
  735. {
  736. "navigationBarTitleText": "健康记录",
  737. "enablePullDownRefresh": false
  738. }
  739. }
  740. ,{
  741. "path" : "user/addDocRecord",
  742. "style" :
  743. {
  744. "navigationBarTitleText": "添加健康记录",
  745. "enablePullDownRefresh": false
  746. }
  747. }
  748. ,{
  749. "path" : "user/userTuiAdd",
  750. "style" :
  751. {
  752. "navigationBarTitleText": "申请推广员",
  753. "enablePullDownRefresh": false
  754. }
  755. }
  756. ,{
  757. "path" : "user/paymentOrderRemain",
  758. "style" :
  759. {
  760. "navigationBarTitleText": "支付尾款",
  761. "enablePullDownRefresh": false
  762. }
  763. }
  764. ,{
  765. "path" : "user/otherPaymentOrder",
  766. "style" :
  767. {
  768. "navigationBarTitleText": "亲友代付",
  769. "enablePullDownRefresh": false
  770. }
  771. }
  772. ,{
  773. "path" : "user/otherPaySuccess",
  774. "style" :
  775. {
  776. "navigationBarTitleText": "支付成功",
  777. "enablePullDownRefresh": false
  778. }
  779. }
  780. ,{
  781. "path" : "user/otherPaymentOrderRemain",
  782. "style" :
  783. {
  784. "navigationBarTitleText": "亲友代付尾款",
  785. "enablePullDownRefresh": false
  786. }
  787. },{
  788. "path" : "recharge/index",
  789. "style" :
  790. {
  791. "navigationBarTitleText": "充值",
  792. "navigationStyle": "custom",
  793. "app-plus": {
  794. "titleNView": false
  795. }
  796. }
  797. },{
  798. "path" : "recharge/detail",
  799. "style" :
  800. {
  801. "navigationBarTitleText": "充值详情",
  802. "navigationStyle": "custom",
  803. "app-plus": {
  804. "titleNView": false
  805. }
  806. }
  807. },{
  808. "path" : "user/addInformation",
  809. "style" :
  810. {
  811. "navigationBarTitleText": "体检信息",
  812. "app-plus": {
  813. "titleNView": false
  814. }
  815. }
  816. }
  817. ,{
  818. "path" : "user/information",
  819. "style" :
  820. {
  821. "navigationBarTitleText": "体检信息",
  822. "app-plus": {
  823. "titleNView": false
  824. }
  825. }
  826. },{
  827. "path" : "user/reportList",
  828. "style" :
  829. {
  830. "navigationBarTitleText": "体检报告列表",
  831. "app-plus": {
  832. "titleNView": false
  833. }
  834. }
  835. },{
  836. "path" : "user/dataAnalysis",
  837. "style" :
  838. {
  839. "navigationBarTitleText": "数据分析",
  840. "app-plus": {
  841. "titleNView": false
  842. }
  843. }
  844. },{
  845. "path" : "user/batchRecord",
  846. "style" :
  847. {
  848. "navigationBarTitleText": "批量记录",
  849. "app-plus": {
  850. "titleNView": false
  851. }
  852. }
  853. },{
  854. "path" : "user/editIndicator",
  855. "style" :
  856. {
  857. "navigationBarTitleText": "编辑指标",
  858. "app-plus": {
  859. "titleNView": false
  860. }
  861. }
  862. },{
  863. "path" : "user/addIndicator",
  864. "style" :
  865. {
  866. "navigationBarTitleText": "新增指标",
  867. "app-plus": {
  868. "titleNView": false
  869. }
  870. }
  871. },{
  872. "path" : "user/addResult",
  873. "style" :
  874. {
  875. "navigationBarTitleText": "检查结果",
  876. "app-plus": {
  877. "titleNView": false
  878. }
  879. }
  880. },
  881. {
  882. "path" : "user/myFolder",
  883. "style" :
  884. {
  885. "navigationBarTitleText": "我的附件",
  886. "app-plus": {
  887. "titleNView": false
  888. }
  889. }
  890. },{
  891. "path" : "user/default",
  892. "style" :
  893. {
  894. "navigationBarTitleText": "默认",
  895. "app-plus": {
  896. "titleNView": false
  897. }
  898. }
  899. }
  900. ,{
  901. "path" : "user/dietList",
  902. "style" :
  903. {
  904. "navigationBarTitleText": "饮食列表",
  905. "app-plus": {
  906. "titleNView": false
  907. }
  908. }
  909. },{
  910. "path" : "user/dietDetail",
  911. "style" :
  912. {
  913. "navigationBarTitleText": "饮食详情",
  914. "app-plus": {
  915. "titleNView": false
  916. }
  917. }
  918. },{
  919. "path": "user/complaint",
  920. "style": {
  921. "navigationBarTitleText": "投诉反馈",
  922. "app-plus": {
  923. "titleNView": false
  924. }
  925. }
  926. }
  927. ]
  928. },
  929. {
  930. "root": "pages_company",
  931. "pages": [
  932. {
  933. "path": "auth/login",
  934. "style": {
  935. "navigationBarTitleText": "销售员登录",
  936. "app-plus": {
  937. "titleNView": false
  938. }
  939. }
  940. },
  941. {
  942. "path": "index",
  943. "style": {
  944. "navigationBarTitleText": "销售管理首页",
  945. "navigationStyle": "custom",
  946. "app-plus": {
  947. "titleNView": false
  948. }
  949. }
  950. },
  951. {
  952. "path": "clientList",
  953. "style": {
  954. "navigationBarTitleText": "我的下级",
  955. "app-plus": {
  956. "titleNView": false
  957. }
  958. }
  959. },
  960. {
  961. "path": "todoList",
  962. "style": {
  963. "navigationBarTitleText": "待办事项",
  964. "app-plus": {
  965. "titleNView": false
  966. }
  967. }
  968. },
  969. {
  970. "path": "todoDetail",
  971. "style": {
  972. "navigationBarTitleText": "事项详情",
  973. "app-plus": {
  974. "titleNView": false
  975. }
  976. }
  977. },
  978. {
  979. "path": "complaintList",
  980. "style": {
  981. "navigationBarTitleText": "投诉列表",
  982. "app-plus": {
  983. "titleNView": false
  984. }
  985. }
  986. },
  987. {
  988. "path": "complaintDetail",
  989. "style": {
  990. "navigationBarTitleText": "投诉详情",
  991. "app-plus": {
  992. "titleNView": false
  993. }
  994. }
  995. },
  996. {
  997. "path": "clientDetail",
  998. "style": {
  999. "navigationBarTitleText": "客户详情",
  1000. "app-plus": {
  1001. "titleNView": false
  1002. }
  1003. }
  1004. },
  1005. {
  1006. "path": "doc",
  1007. "style": {
  1008. "navigationBarTitleText": "添加用户信息",
  1009. "app-plus": {
  1010. "titleNView": false
  1011. }
  1012. }
  1013. },
  1014. {
  1015. "path": "addUser",
  1016. "style": {
  1017. "navigationBarTitleText": "用户信息",
  1018. "app-plus": {
  1019. "titleNView": false
  1020. }
  1021. }
  1022. },
  1023. {
  1024. "path": "addDoc",
  1025. "style": {
  1026. "navigationBarTitleText": "健康档案",
  1027. "app-plus": {
  1028. "titleNView": false
  1029. }
  1030. }
  1031. },
  1032. {
  1033. "path": "buyOrder",
  1034. "style": {
  1035. "navigationBarTitleText": "购买信息",
  1036. "app-plus": {
  1037. "titleNView": false
  1038. }
  1039. }
  1040. },
  1041. {
  1042. "path": "addServe",
  1043. "style": {
  1044. "navigationBarTitleText": "商品信息",
  1045. "app-plus": {
  1046. "titleNView": false
  1047. }
  1048. }
  1049. },
  1050. {
  1051. "path": "addCompetitors",
  1052. "style": {
  1053. "navigationBarTitleText": "竟品信息",
  1054. "app-plus": {
  1055. "titleNView": false
  1056. }
  1057. }
  1058. },
  1059. {
  1060. "path": "executionRecord",
  1061. "style": {
  1062. "navigationBarTitleText": "执行记录",
  1063. "navigationBarBackgroundColor": "#008FD3",
  1064. "navigationBarTextStyle": "white",
  1065. "app-plus": {
  1066. "titleNView": false
  1067. }
  1068. }
  1069. },
  1070. {
  1071. "path": "returnRecord",
  1072. "style": {
  1073. "navigationBarTitleText": "回访记录",
  1074. "app-plus": {
  1075. "titleNView": false
  1076. }
  1077. }
  1078. },
  1079. {
  1080. "path": "testRecord",
  1081. "style": {
  1082. "navigationBarTitleText": "测评记录",
  1083. "app-plus": {
  1084. "titleNView": false
  1085. }
  1086. }
  1087. },
  1088. {
  1089. "path": "schedule",
  1090. "style": {
  1091. "navigationBarTitleText": "日程",
  1092. "navigationBarBackgroundColor": "#008FD3",
  1093. "navigationBarTextStyle": "white",
  1094. "app-plus": {
  1095. "titleNView": false
  1096. }
  1097. }
  1098. },
  1099. {
  1100. "path": "addSchedule",
  1101. "style": {
  1102. "navigationBarTitleText": "添加日程",
  1103. "navigationBarBackgroundColor": "#008FD3",
  1104. "navigationBarTextStyle": "white",
  1105. "app-plus": {
  1106. "titleNView": false
  1107. }
  1108. }
  1109. },
  1110. {
  1111. "path": "storeOrder",
  1112. "style": {
  1113. "navigationBarTitleText": "订单管理",
  1114. "app-plus": {
  1115. "titleNView": false
  1116. }
  1117. }
  1118. }
  1119. ,{
  1120. "path" : "storeOrderDetail",
  1121. "style" :
  1122. {
  1123. "navigationBarTitleText": "订单详情",
  1124. "navigationStyle": "custom",
  1125. "enablePullDownRefresh": false
  1126. }
  1127. },
  1128. {
  1129. "path": "storeProductPackage",
  1130. "style": {
  1131. "navigationBarTitleText": "商品套餐",
  1132. "app-plus": {
  1133. "titleNView": false
  1134. }
  1135. }
  1136. },
  1137. {
  1138. "path": "storeProductPackageDetails",
  1139. "style": {
  1140. "navigationBarTitleText": "套餐详情",
  1141. "app-plus": {
  1142. "titleNView": false
  1143. }
  1144. }
  1145. },
  1146. {
  1147. "path": "coupon",
  1148. "style": {
  1149. "navigationBarTitleText": "优惠券",
  1150. "app-plus": {
  1151. "titleNView": false
  1152. }
  1153. }
  1154. },
  1155. {
  1156. "path": "couponDetails",
  1157. "style": {
  1158. "navigationBarTitleText": "优惠券详情",
  1159. "app-plus": {
  1160. "titleNView": false
  1161. }
  1162. }
  1163. },
  1164. {
  1165. "path": "order/productList",
  1166. "style": {
  1167. "navigationBarTitleText": "商品列表",
  1168. "app-plus": {
  1169. "titleNView": false
  1170. }
  1171. }
  1172. },
  1173. {
  1174. "path": "order/productDetails",
  1175. "style": {
  1176. "navigationBarTitleText": "商品详情",
  1177. "app-plus": {
  1178. "titleNView": false
  1179. }
  1180. }
  1181. },
  1182. {
  1183. "path": "order/cart",
  1184. "style": {
  1185. "navigationBarTitleText": "购物车",
  1186. "app-plus": {
  1187. "titleNView": false
  1188. }
  1189. }
  1190. },
  1191. {
  1192. "path": "order/confirmOrder",
  1193. "style": {
  1194. "navigationBarTitleText": "推荐订单信息",
  1195. "app-plus": {
  1196. "titleNView": false
  1197. }
  1198. }
  1199. },
  1200. {
  1201. "path": "order/confirmCompanyOrder",
  1202. "style": {
  1203. "navigationBarTitleText": "推荐订单",
  1204. "app-plus": {
  1205. "titleNView": false
  1206. }
  1207. }
  1208. },
  1209. {
  1210. "path": "order/coupon",
  1211. "style": {
  1212. "navigationBarTitleText": "制单优惠券",
  1213. "app-plus": {
  1214. "titleNView": false
  1215. }
  1216. }
  1217. },
  1218. {
  1219. "path": "order/productShowDetails",
  1220. "style": {
  1221. "navigationBarTitleText": "商品详情",
  1222. "app-plus": {
  1223. "titleNView": false
  1224. }
  1225. }
  1226. },
  1227. {
  1228. "path": "alipayImg",
  1229. "style": {
  1230. "navigationBarTitleText": "支付宝收款",
  1231. "app-plus": {
  1232. "titleNView": false
  1233. }
  1234. }
  1235. },
  1236. {
  1237. "path": "card",
  1238. "style": {
  1239. "navigationBarTitleText": "我的名片",
  1240. "app-plus": {
  1241. "titleNView": false
  1242. }
  1243. }
  1244. }
  1245. ]
  1246. },
  1247. {
  1248. "root": "pages_shopping",
  1249. "pages": [
  1250. {
  1251. "path" : "shopping/coupon",
  1252. "style" :
  1253. {
  1254. "navigationBarTitleText": "优惠券",
  1255. "enablePullDownRefresh": false
  1256. }
  1257. }
  1258. ,{
  1259. "path" : "shopping/myCoupon",
  1260. "style" :
  1261. {
  1262. "navigationBarTitleText": "我的优惠券",
  1263. "enablePullDownRefresh": false
  1264. }
  1265. }
  1266. ,{
  1267. "path" : "shopping/activityDetails",
  1268. "style" :
  1269. {
  1270. "navigationBarTitleText": "活动",
  1271. "enablePullDownRefresh": false
  1272. }
  1273. }
  1274. ,{
  1275. "path" : "store/index",
  1276. "style" :
  1277. {
  1278. "navigationBarTitleText": "",
  1279. "enablePullDownRefresh": false,
  1280. "navigationStyle": "custom"
  1281. }
  1282. }
  1283. ]
  1284. },
  1285. {
  1286. "root": "pages_doctor",
  1287. "pages": [
  1288. {
  1289. "path" : "doctorOrderIM",
  1290. "style" :
  1291. {
  1292. "navigationBarTitleText": "问诊会话",
  1293. "enablePullDownRefresh": false
  1294. }
  1295. },
  1296. {
  1297. "path" : "paymentOrder",
  1298. "style" :
  1299. {
  1300. "navigationBarTitleText": "支付订单",
  1301. "enablePullDownRefresh": false
  1302. }
  1303. },
  1304. {
  1305. "path" : "doctorIm",
  1306. "style" :
  1307. {
  1308. "navigationBarTitleText": "问诊会话",
  1309. "enablePullDownRefresh": false
  1310. }
  1311. },
  1312. {
  1313. "path" : "index",
  1314. "style" :
  1315. {
  1316. "navigationBarTitleText": "问诊",
  1317. "navigationStyle": "custom",
  1318. "enablePullDownRefresh": false
  1319. }
  1320. },
  1321. {
  1322. "path" : "doctorList",
  1323. "style" :
  1324. {
  1325. "navigationBarTitleText": "医生列表",
  1326. "enablePullDownRefresh": false
  1327. }
  1328. },
  1329. {
  1330. "path" : "doctorDetail",
  1331. "style" :
  1332. {
  1333. "navigationBarTitleText": "医生详情",
  1334. "navigationStyle": "custom",
  1335. "enablePullDownRefresh": false
  1336. }
  1337. },
  1338. {
  1339. "path" : "submitOrder",
  1340. "style" :
  1341. {
  1342. "navigationBarTitleText": "发布问诊",
  1343. "enablePullDownRefresh": false
  1344. }
  1345. }
  1346. ]
  1347. },
  1348. {
  1349. "root": "pages_health",
  1350. "pages": [
  1351. {
  1352. "path": "healthConsulting",
  1353. "style": {
  1354. "navigationBarTitleText": "健康咨询",
  1355. "enablePullDownRefresh": false,
  1356. "navigationStyle": "custom",
  1357. "app-plus": {
  1358. "titleNView": false
  1359. }
  1360. }
  1361. },
  1362. {
  1363. "path": "healthfiles",
  1364. "style": {
  1365. "navigationBarTitleText": "健康档案",
  1366. "enablePullDownRefresh": false,
  1367. "navigationStyle": "custom",
  1368. "app-plus": {
  1369. "titleNView": false
  1370. }
  1371. }
  1372. },
  1373. {
  1374. "path": "ConsultationDetails",
  1375. "style": {
  1376. "navigationBarTitleText": "病例描述",
  1377. "enablePullDownRefresh": false,
  1378. "app-plus": {
  1379. "titleNView": false
  1380. }
  1381. }
  1382. },
  1383. {
  1384. "path": "addDoc",
  1385. "style": {
  1386. "navigationBarTitleText": "健康档案",
  1387. "enablePullDownRefresh": false,
  1388. "app-plus": {
  1389. "titleNView": false
  1390. }
  1391. }
  1392. },{
  1393. "path": "addUser",
  1394. "style": {
  1395. "navigationBarTitleText": "用户信息",
  1396. "enablePullDownRefresh": false,
  1397. "app-plus": {
  1398. "titleNView": false
  1399. }
  1400. }
  1401. }
  1402. ]
  1403. },{
  1404. "root": "pages_echarts",
  1405. "pages": [
  1406. {
  1407. "path": "bloodSugar",
  1408. "style": {
  1409. "navigationBarTitleText": "血糖检测",
  1410. "enablePullDownRefresh": false,
  1411. "navigationStyle": "custom",
  1412. "app-plus": {
  1413. "titleNView": false
  1414. }
  1415. }
  1416. },
  1417. {
  1418. "path": "bloodSugarList",
  1419. "style": {
  1420. "navigationBarTitleText": "血糖数据",
  1421. "enablePullDownRefresh": false,
  1422. "app-plus": {
  1423. "titleNView": false
  1424. }
  1425. }
  1426. },
  1427. {
  1428. "path": "bloodSugarDetail",
  1429. "style": {
  1430. "navigationBarTitleText": "血糖详情",
  1431. "enablePullDownRefresh": false,
  1432. "app-plus": {
  1433. "titleNView": false
  1434. }
  1435. }
  1436. },
  1437. {
  1438. "path": "bloodPressure",
  1439. "style": {
  1440. "navigationBarTitleText": "血压检测",
  1441. "enablePullDownRefresh": false,
  1442. "navigationStyle": "custom",
  1443. "app-plus": {
  1444. "titleNView": false
  1445. }
  1446. }
  1447. },
  1448. {
  1449. "path": "bloodPressureList",
  1450. "style": {
  1451. "navigationBarTitleText": "血压数据",
  1452. "enablePullDownRefresh": false,
  1453. "app-plus": {
  1454. "titleNView": false
  1455. }
  1456. }
  1457. },
  1458. {
  1459. "path": "bloodPressureDetail",
  1460. "style": {
  1461. "navigationBarTitleText": "血压详情",
  1462. "enablePullDownRefresh": false,
  1463. "app-plus": {
  1464. "titleNView": false
  1465. }
  1466. }
  1467. },
  1468. {
  1469. "path": "acid",
  1470. "style": {
  1471. "navigationBarTitleText": "尿酸检测",
  1472. "enablePullDownRefresh": false,
  1473. "navigationStyle": "custom",
  1474. "app-plus": {
  1475. "titleNView": false
  1476. }
  1477. }
  1478. },
  1479. {
  1480. "path": "acidList",
  1481. "style": {
  1482. "navigationBarTitleText": "尿酸数据",
  1483. "enablePullDownRefresh": false,
  1484. "app-plus": {
  1485. "titleNView": false
  1486. }
  1487. }
  1488. },
  1489. {
  1490. "path": "acidDetail",
  1491. "style": {
  1492. "navigationBarTitleText": "尿酸详情",
  1493. "enablePullDownRefresh": false,
  1494. "app-plus": {
  1495. "titleNView": false
  1496. }
  1497. }
  1498. },{
  1499. "path": "waistLine",
  1500. "style": {
  1501. "navigationBarTitleText": "腰围",
  1502. "enablePullDownRefresh": false,
  1503. "navigationStyle": "custom",
  1504. "app-plus": {
  1505. "titleNView": false
  1506. }
  1507. }
  1508. },
  1509. {
  1510. "path": "waistLineList",
  1511. "style": {
  1512. "navigationBarTitleText": "腰围数据",
  1513. "enablePullDownRefresh": false,
  1514. "app-plus": {
  1515. "titleNView": false
  1516. }
  1517. }
  1518. },
  1519. {
  1520. "path": "waistLineDetail",
  1521. "style": {
  1522. "navigationBarTitleText": "腰围详情",
  1523. "enablePullDownRefresh": false,
  1524. "app-plus": {
  1525. "titleNView": false
  1526. }
  1527. }
  1528. },
  1529. {
  1530. "path": "hips",
  1531. "style": {
  1532. "navigationBarTitleText": "臀围",
  1533. "enablePullDownRefresh": false,
  1534. "navigationStyle": "custom",
  1535. "app-plus": {
  1536. "titleNView": false
  1537. }
  1538. }
  1539. },{
  1540. "path": "hipsList",
  1541. "style": {
  1542. "navigationBarTitleText": "臀围数据",
  1543. "enablePullDownRefresh": false,
  1544. "app-plus": {
  1545. "titleNView": false
  1546. }
  1547. }
  1548. },
  1549. {
  1550. "path": "hipsDetail",
  1551. "style": {
  1552. "navigationBarTitleText": "臀围详情",
  1553. "enablePullDownRefresh": false,
  1554. "app-plus": {
  1555. "titleNView": false
  1556. }
  1557. }
  1558. }
  1559. ]
  1560. }
  1561. ],
  1562. "globalStyle": {
  1563. "navigationBarTextStyle": "black",
  1564. "navigationBarTitleText": "壹柒玖康养集团",
  1565. "navigationBarBackgroundColor": "#FFFFFF",
  1566. "backgroundColor": "#FFFFFF"
  1567. },
  1568. "tabBar": {
  1569. "color": "#666666",
  1570. "selectedColor": "#0bb3f2",
  1571. "borderStyle": "white",
  1572. "backgroundColor": "#ffffff",
  1573. "height": "64px",
  1574. "fontSize":"12px",
  1575. "iconWidth":"18px",
  1576. "spacing": "4px",
  1577. "list": [{
  1578. "pagePath": "pages/home/index",
  1579. "iconPath": "/static/tabbar/home.png",
  1580. "selectedIconPath": "/static/tabbar/home_sel.png",
  1581. "text": "首页"
  1582. },
  1583. {
  1584. "pagePath": "pages/healthy/index",
  1585. "iconPath": "/static/tabbar/health.png",
  1586. "selectedIconPath": "/static/tabbar/health_sel.png",
  1587. "text": "健康百科"
  1588. },
  1589. // {
  1590. // "pagePath": "pages/doctor/index",
  1591. // "iconPath": "/static/tabbar/see_doctor.png",
  1592. // "selectedIconPath": "/static/tabbar/see_doctor_sel.png",
  1593. // "text": "问诊"
  1594. // },
  1595. {
  1596. "pagePath": "pages/shopping/index",
  1597. "iconPath": "/static/tabbar/shop_mall.png",
  1598. "selectedIconPath": "/static/tabbar/shop_mall_sel.png",
  1599. "text": "健康商城"
  1600. },
  1601. {
  1602. "pagePath": "pages/user/index",
  1603. "iconPath": "/static/tabbar/my.png",
  1604. "selectedIconPath": "/static/tabbar/my_sel.png",
  1605. "text": "我的"
  1606. }
  1607. ]
  1608. }
  1609. }