pages.json 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705
  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/web",
  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. "path": "user/schedule",
  733. "style": {
  734. "navigationBarTitleText": "日程",
  735. "navigationBarBackgroundColor": "#008FD3",
  736. "navigationBarTextStyle": "white",
  737. "app-plus": {
  738. "titleNView": false
  739. }
  740. }
  741. },
  742. {
  743. "path": "user/addSchedule",
  744. "style": {
  745. "navigationBarTitleText": "添加日程",
  746. "navigationBarBackgroundColor": "#008FD3",
  747. "navigationBarTextStyle": "white",
  748. "app-plus": {
  749. "titleNView": false
  750. }
  751. }
  752. },{
  753. "path" : "user/docRecord",
  754. "style":
  755. {
  756. "navigationBarTitleText": "健康记录",
  757. "enablePullDownRefresh": false
  758. }
  759. }
  760. ,{
  761. "path" : "user/addDocRecord",
  762. "style" :
  763. {
  764. "navigationBarTitleText": "添加健康记录",
  765. "enablePullDownRefresh": false
  766. }
  767. }
  768. ,{
  769. "path" : "user/userTuiAdd",
  770. "style" :
  771. {
  772. "navigationBarTitleText": "申请推广员",
  773. "enablePullDownRefresh": false
  774. }
  775. }
  776. ,{
  777. "path" : "user/paymentOrderRemain",
  778. "style" :
  779. {
  780. "navigationBarTitleText": "支付尾款",
  781. "enablePullDownRefresh": false
  782. }
  783. }
  784. ,{
  785. "path" : "user/otherPaymentOrder",
  786. "style" :
  787. {
  788. "navigationBarTitleText": "亲友代付",
  789. "enablePullDownRefresh": false
  790. }
  791. }
  792. ,{
  793. "path" : "user/otherPaySuccess",
  794. "style" :
  795. {
  796. "navigationBarTitleText": "支付成功",
  797. "enablePullDownRefresh": false
  798. }
  799. }
  800. ,{
  801. "path" : "user/otherPaymentOrderRemain",
  802. "style" :
  803. {
  804. "navigationBarTitleText": "亲友代付尾款",
  805. "enablePullDownRefresh": false
  806. }
  807. },{
  808. "path" : "recharge/index",
  809. "style" :
  810. {
  811. "navigationBarTitleText": "充值",
  812. "navigationStyle": "custom"
  813. }
  814. },{
  815. "path" : "recharge/detail",
  816. "style" :
  817. {
  818. "navigationBarTitleText": "充值详情",
  819. "navigationStyle": "custom"
  820. }
  821. },{
  822. "path" : "user/addInformation",
  823. "style" :
  824. {
  825. "navigationBarTitleText": "体检信息",
  826. "app-plus": {
  827. "titleNView": false
  828. }
  829. }
  830. }
  831. ,{
  832. "path" : "user/information",
  833. "style" :
  834. {
  835. "navigationBarTitleText": "体检信息",
  836. "app-plus": {
  837. "titleNView": false
  838. }
  839. }
  840. },{
  841. "path" : "user/reportList",
  842. "style" :
  843. {
  844. "navigationBarTitleText": "体检报告列表",
  845. "app-plus": {
  846. "titleNView": false
  847. }
  848. }
  849. },{
  850. "path" : "user/dataAnalysis",
  851. "style" :
  852. {
  853. "navigationBarTitleText": "数据分析",
  854. "app-plus": {
  855. "titleNView": false
  856. }
  857. }
  858. },{
  859. "path" : "user/batchRecord",
  860. "style" :
  861. {
  862. "navigationBarTitleText": "批量编辑",
  863. "app-plus": {
  864. "titleNView": false
  865. }
  866. }
  867. },{
  868. "path" : "user/editIndicator",
  869. "style" :
  870. {
  871. "navigationBarTitleText": "编辑指标",
  872. "app-plus": {
  873. "titleNView": false
  874. }
  875. }
  876. },{
  877. "path" : "user/addIndicator",
  878. "style" :
  879. {
  880. "navigationBarTitleText": "新增指标",
  881. "app-plus": {
  882. "titleNView": false
  883. }
  884. }
  885. },{
  886. "path" : "user/addResult",
  887. "style" :
  888. {
  889. "navigationBarTitleText": "检查结果",
  890. "app-plus": {
  891. "titleNView": false
  892. }
  893. }
  894. },
  895. {
  896. "path" : "user/myFolder",
  897. "style" :
  898. {
  899. "navigationBarTitleText": "我的附件",
  900. "app-plus": {
  901. "titleNView": false
  902. }
  903. }
  904. },{
  905. "path" : "user/default",
  906. "style" :
  907. {
  908. "navigationBarTitleText": "默认",
  909. "app-plus": {
  910. "titleNView": false
  911. }
  912. }
  913. }
  914. ,{
  915. "path" : "user/dietList",
  916. "style" :
  917. {
  918. "navigationBarTitleText": "饮食列表",
  919. "app-plus": {
  920. "titleNView": false
  921. }
  922. }
  923. },{
  924. "path" : "user/dietDetail",
  925. "style" :
  926. {
  927. "navigationBarTitleText": "饮食详情",
  928. "app-plus": {
  929. "titleNView": false
  930. }
  931. }
  932. },{
  933. "path": "user/complaint",
  934. "style": {
  935. "navigationBarTitleText": "投诉反馈",
  936. "app-plus": {
  937. "titleNView": false
  938. }
  939. }
  940. }
  941. ]
  942. },
  943. {
  944. "root": "pages_company",
  945. "pages": [
  946. {
  947. "path": "auth/login",
  948. "style": {
  949. "navigationBarTitleText": "销售员登录",
  950. "app-plus": {
  951. "titleNView": false
  952. }
  953. }
  954. },
  955. {
  956. "path": "index",
  957. "style": {
  958. "navigationBarTitleText": "销售管理首页",
  959. "navigationStyle": "custom",
  960. "app-plus": {
  961. "titleNView": false
  962. }
  963. }
  964. },
  965. {
  966. "path": "clientList",
  967. "style": {
  968. "navigationBarTitleText": "我的下级",
  969. "app-plus": {
  970. "titleNView": false
  971. }
  972. }
  973. },
  974. {
  975. "path": "todoList",
  976. "style": {
  977. "navigationBarTitleText": "待办事项",
  978. "app-plus": {
  979. "titleNView": false
  980. }
  981. }
  982. },
  983. {
  984. "path": "todoDetail",
  985. "style": {
  986. "navigationBarTitleText": "事项详情",
  987. "app-plus": {
  988. "titleNView": false
  989. }
  990. }
  991. },
  992. {
  993. "path": "complaintList",
  994. "style": {
  995. "navigationBarTitleText": "投诉列表",
  996. "app-plus": {
  997. "titleNView": false
  998. }
  999. }
  1000. },
  1001. {
  1002. "path": "complaintDetail",
  1003. "style": {
  1004. "navigationBarTitleText": "投诉详情",
  1005. "app-plus": {
  1006. "titleNView": false
  1007. }
  1008. }
  1009. },
  1010. {
  1011. "path": "clientDetail",
  1012. "style": {
  1013. "navigationBarTitleText": "客户详情",
  1014. "app-plus": {
  1015. "titleNView": false
  1016. }
  1017. }
  1018. },
  1019. {
  1020. "path": "doc",
  1021. "style": {
  1022. "navigationBarTitleText": "添加用户信息",
  1023. "app-plus": {
  1024. "titleNView": false
  1025. }
  1026. }
  1027. },
  1028. {
  1029. "path": "addUser",
  1030. "style": {
  1031. "navigationBarTitleText": "用户信息",
  1032. "app-plus": {
  1033. "titleNView": false
  1034. }
  1035. }
  1036. },
  1037. {
  1038. "path": "addDoc",
  1039. "style": {
  1040. "navigationBarTitleText": "健康档案",
  1041. "app-plus": {
  1042. "titleNView": false
  1043. }
  1044. }
  1045. },
  1046. {
  1047. "path": "buyOrder",
  1048. "style": {
  1049. "navigationBarTitleText": "购买信息",
  1050. "app-plus": {
  1051. "titleNView": false
  1052. }
  1053. }
  1054. },
  1055. {
  1056. "path": "addServe",
  1057. "style": {
  1058. "navigationBarTitleText": "商品信息",
  1059. "app-plus": {
  1060. "titleNView": false
  1061. }
  1062. }
  1063. },
  1064. {
  1065. "path": "addCompetitors",
  1066. "style": {
  1067. "navigationBarTitleText": "竟品信息",
  1068. "app-plus": {
  1069. "titleNView": false
  1070. }
  1071. }
  1072. },
  1073. {
  1074. "path": "executionRecord",
  1075. "style": {
  1076. "navigationBarTitleText": "执行记录",
  1077. "navigationBarBackgroundColor": "#008FD3",
  1078. "navigationBarTextStyle": "white",
  1079. "app-plus": {
  1080. "titleNView": false
  1081. }
  1082. }
  1083. },
  1084. {
  1085. "path": "returnRecord",
  1086. "style": {
  1087. "navigationBarTitleText": "回访记录",
  1088. "app-plus": {
  1089. "titleNView": false
  1090. }
  1091. }
  1092. },
  1093. {
  1094. "path": "testRecord",
  1095. "style": {
  1096. "navigationBarTitleText": "测评记录",
  1097. "app-plus": {
  1098. "titleNView": false
  1099. }
  1100. }
  1101. },
  1102. {
  1103. "path": "distribution",
  1104. "style": {
  1105. "navigationBarTitleText": "扫码申请",
  1106. "app-plus": {
  1107. "titleNView": false
  1108. }
  1109. }
  1110. },
  1111. {
  1112. "path": "storeOrder",
  1113. "style": {
  1114. "navigationBarTitleText": "订单管理",
  1115. "app-plus": {
  1116. "titleNView": false
  1117. }
  1118. }
  1119. }
  1120. ,{
  1121. "path" : "storeOrderDetail",
  1122. "style" :
  1123. {
  1124. "navigationBarTitleText": "订单详情",
  1125. "navigationStyle": "custom",
  1126. "enablePullDownRefresh": false
  1127. }
  1128. },
  1129. {
  1130. "path": "storeProductPackage",
  1131. "style": {
  1132. "navigationBarTitleText": "商品套餐",
  1133. "app-plus": {
  1134. "titleNView": false
  1135. }
  1136. }
  1137. },
  1138. {
  1139. "path": "storeProductPackageDetails",
  1140. "style": {
  1141. "navigationBarTitleText": "套餐详情",
  1142. "app-plus": {
  1143. "titleNView": false
  1144. }
  1145. }
  1146. },
  1147. {
  1148. "path": "coupon",
  1149. "style": {
  1150. "navigationBarTitleText": "优惠券",
  1151. "app-plus": {
  1152. "titleNView": false
  1153. }
  1154. }
  1155. },
  1156. {
  1157. "path": "couponDetails",
  1158. "style": {
  1159. "navigationBarTitleText": "优惠券详情",
  1160. "app-plus": {
  1161. "titleNView": false
  1162. }
  1163. }
  1164. },
  1165. {
  1166. "path": "order/productList",
  1167. "style": {
  1168. "navigationBarTitleText": "商品列表",
  1169. "app-plus": {
  1170. "titleNView": false
  1171. }
  1172. }
  1173. },
  1174. {
  1175. "path": "order/productDetails",
  1176. "style": {
  1177. "navigationBarTitleText": "商品详情",
  1178. "app-plus": {
  1179. "titleNView": false
  1180. }
  1181. }
  1182. },
  1183. {
  1184. "path": "order/cart",
  1185. "style": {
  1186. "navigationBarTitleText": "购物车",
  1187. "app-plus": {
  1188. "titleNView": false
  1189. }
  1190. }
  1191. },
  1192. {
  1193. "path": "order/confirmOrder",
  1194. "style": {
  1195. "navigationBarTitleText": "推荐订单信息",
  1196. "app-plus": {
  1197. "titleNView": false
  1198. }
  1199. }
  1200. },
  1201. {
  1202. "path": "order/confirmCompanyOrder",
  1203. "style": {
  1204. "navigationBarTitleText": "推荐订单",
  1205. "app-plus": {
  1206. "titleNView": false
  1207. }
  1208. }
  1209. },
  1210. {
  1211. "path": "order/coupon",
  1212. "style": {
  1213. "navigationBarTitleText": "制单优惠券",
  1214. "app-plus": {
  1215. "titleNView": false
  1216. }
  1217. }
  1218. },
  1219. {
  1220. "path": "order/productShowDetails",
  1221. "style": {
  1222. "navigationBarTitleText": "商品详情",
  1223. "app-plus": {
  1224. "titleNView": false
  1225. }
  1226. }
  1227. },
  1228. {
  1229. "path": "alipayImg",
  1230. "style": {
  1231. "navigationBarTitleText": "支付宝收款",
  1232. "app-plus": {
  1233. "titleNView": false
  1234. }
  1235. }
  1236. },
  1237. {
  1238. "path": "card",
  1239. "style": {
  1240. "navigationBarTitleText": "我的名片",
  1241. "app-plus": {
  1242. "titleNView": false
  1243. }
  1244. }
  1245. }
  1246. ]
  1247. },
  1248. {
  1249. "root": "pages_shopping",
  1250. "pages": [
  1251. {
  1252. "path" : "shopping/coupon",
  1253. "style" :
  1254. {
  1255. "navigationBarTitleText": "优惠券",
  1256. "enablePullDownRefresh": false
  1257. }
  1258. }
  1259. ,{
  1260. "path" : "shopping/myCoupon",
  1261. "style" :
  1262. {
  1263. "navigationBarTitleText": "我的优惠券",
  1264. "enablePullDownRefresh": false
  1265. }
  1266. }
  1267. ,{
  1268. "path" : "shopping/activityDetails",
  1269. "style" :
  1270. {
  1271. "navigationBarTitleText": "活动",
  1272. "enablePullDownRefresh": false
  1273. }
  1274. }
  1275. ,{
  1276. "path" : "store/index",
  1277. "style" :
  1278. {
  1279. "navigationBarTitleText": "",
  1280. "enablePullDownRefresh": false,
  1281. "navigationStyle": "custom"
  1282. }
  1283. }
  1284. ]
  1285. },
  1286. {
  1287. "root": "pages_doctor",
  1288. "pages": [
  1289. {
  1290. "path" : "doctorOrderIM",
  1291. "style" :
  1292. {
  1293. "navigationBarTitleText": "问诊会话",
  1294. "enablePullDownRefresh": false
  1295. }
  1296. },
  1297. {
  1298. "path" : "paymentOrder",
  1299. "style" :
  1300. {
  1301. "navigationBarTitleText": "支付订单",
  1302. "enablePullDownRefresh": false
  1303. }
  1304. },
  1305. {
  1306. "path" : "doctorIm",
  1307. "style" :
  1308. {
  1309. "navigationBarTitleText": "问诊会话",
  1310. "enablePullDownRefresh": false
  1311. }
  1312. },
  1313. {
  1314. "path" : "index",
  1315. "style" :
  1316. {
  1317. "navigationBarTitleText": "问诊",
  1318. "navigationStyle": "custom",
  1319. "enablePullDownRefresh": false
  1320. }
  1321. },
  1322. {
  1323. "path" : "doctorList",
  1324. "style" :
  1325. {
  1326. "navigationBarTitleText": "医生列表",
  1327. "enablePullDownRefresh": false
  1328. }
  1329. },
  1330. {
  1331. "path" : "doctorDetail",
  1332. "style" :
  1333. {
  1334. "navigationBarTitleText": "医生详情",
  1335. "navigationStyle": "custom",
  1336. "enablePullDownRefresh": false
  1337. }
  1338. },
  1339. {
  1340. "path" : "submitOrder",
  1341. "style" :
  1342. {
  1343. "navigationBarTitleText": "发布问诊",
  1344. "enablePullDownRefresh": false
  1345. }
  1346. }
  1347. ]
  1348. },
  1349. {
  1350. "root": "pages_health",
  1351. "pages": [
  1352. {
  1353. "path": "healthConsulting",
  1354. "style": {
  1355. "navigationBarTitleText": "健康咨询",
  1356. "enablePullDownRefresh": false,
  1357. "navigationStyle": "custom",
  1358. "app-plus": {
  1359. "titleNView": false
  1360. }
  1361. }
  1362. },
  1363. {
  1364. "path": "healthfiles",
  1365. "style": {
  1366. "navigationBarTitleText": "健康档案",
  1367. "enablePullDownRefresh": false,
  1368. "navigationStyle": "custom",
  1369. "app-plus": {
  1370. "titleNView": false
  1371. }
  1372. }
  1373. },
  1374. {
  1375. "path": "ConsultationDetails",
  1376. "style": {
  1377. "navigationBarTitleText": "病例描述",
  1378. "enablePullDownRefresh": false,
  1379. "app-plus": {
  1380. "titleNView": false
  1381. }
  1382. }
  1383. },
  1384. {
  1385. "path": "addDoc",
  1386. "style": {
  1387. "navigationBarTitleText": "健康档案",
  1388. "enablePullDownRefresh": false,
  1389. "app-plus": {
  1390. "titleNView": false
  1391. }
  1392. }
  1393. },{
  1394. "path": "addUser",
  1395. "style": {
  1396. "navigationBarTitleText": "用户信息",
  1397. "enablePullDownRefresh": false,
  1398. "app-plus": {
  1399. "titleNView": false
  1400. }
  1401. }
  1402. }
  1403. ]
  1404. },{
  1405. "root": "pages_echarts",
  1406. "pages": [
  1407. {
  1408. "path": "bloodSugar",
  1409. "style": {
  1410. "navigationBarTitleText": "血糖检测",
  1411. "enablePullDownRefresh": false,
  1412. "navigationStyle": "custom",
  1413. "app-plus": {
  1414. "titleNView": false
  1415. }
  1416. }
  1417. },
  1418. {
  1419. "path": "bloodSugarList",
  1420. "style": {
  1421. "navigationBarTitleText": "血糖数据",
  1422. "enablePullDownRefresh": false,
  1423. "app-plus": {
  1424. "titleNView": false
  1425. }
  1426. }
  1427. },
  1428. {
  1429. "path": "bloodSugarDetail",
  1430. "style": {
  1431. "navigationBarTitleText": "血糖详情",
  1432. "enablePullDownRefresh": false,
  1433. "app-plus": {
  1434. "titleNView": false
  1435. }
  1436. }
  1437. },
  1438. {
  1439. "path": "bloodPressure",
  1440. "style": {
  1441. "navigationBarTitleText": "血压检测",
  1442. "enablePullDownRefresh": false,
  1443. "navigationStyle": "custom",
  1444. "app-plus": {
  1445. "titleNView": false
  1446. }
  1447. }
  1448. },
  1449. {
  1450. "path": "bloodPressureList",
  1451. "style": {
  1452. "navigationBarTitleText": "血压数据",
  1453. "enablePullDownRefresh": false,
  1454. "app-plus": {
  1455. "titleNView": false
  1456. }
  1457. }
  1458. },
  1459. {
  1460. "path": "bloodPressureDetail",
  1461. "style": {
  1462. "navigationBarTitleText": "血压详情",
  1463. "enablePullDownRefresh": false,
  1464. "app-plus": {
  1465. "titleNView": false
  1466. }
  1467. }
  1468. },
  1469. {
  1470. "path": "acid",
  1471. "style": {
  1472. "navigationBarTitleText": "尿酸检测",
  1473. "enablePullDownRefresh": false,
  1474. "navigationStyle": "custom",
  1475. "app-plus": {
  1476. "titleNView": false
  1477. }
  1478. }
  1479. },
  1480. {
  1481. "path": "acidList",
  1482. "style": {
  1483. "navigationBarTitleText": "尿酸数据",
  1484. "enablePullDownRefresh": false,
  1485. "app-plus": {
  1486. "titleNView": false
  1487. }
  1488. }
  1489. },
  1490. {
  1491. "path": "acidDetail",
  1492. "style": {
  1493. "navigationBarTitleText": "尿酸详情",
  1494. "enablePullDownRefresh": false,
  1495. "app-plus": {
  1496. "titleNView": false
  1497. }
  1498. }
  1499. },{
  1500. "path": "waistLine",
  1501. "style": {
  1502. "navigationBarTitleText": "腰围",
  1503. "enablePullDownRefresh": false,
  1504. "navigationStyle": "custom",
  1505. "app-plus": {
  1506. "titleNView": false
  1507. }
  1508. }
  1509. },
  1510. {
  1511. "path": "waistLineList",
  1512. "style": {
  1513. "navigationBarTitleText": "腰围数据",
  1514. "enablePullDownRefresh": false,
  1515. "app-plus": {
  1516. "titleNView": false
  1517. }
  1518. }
  1519. },
  1520. {
  1521. "path": "waistLineDetail",
  1522. "style": {
  1523. "navigationBarTitleText": "腰围详情",
  1524. "enablePullDownRefresh": false,
  1525. "app-plus": {
  1526. "titleNView": false
  1527. }
  1528. }
  1529. },
  1530. {
  1531. "path": "hips",
  1532. "style": {
  1533. "navigationBarTitleText": "臀围",
  1534. "enablePullDownRefresh": false,
  1535. "navigationStyle": "custom",
  1536. "app-plus": {
  1537. "titleNView": false
  1538. }
  1539. }
  1540. },{
  1541. "path": "hipsList",
  1542. "style": {
  1543. "navigationBarTitleText": "臀围数据",
  1544. "enablePullDownRefresh": false,
  1545. "app-plus": {
  1546. "titleNView": false
  1547. }
  1548. }
  1549. },
  1550. {
  1551. "path": "hipsDetail",
  1552. "style": {
  1553. "navigationBarTitleText": "臀围详情",
  1554. "enablePullDownRefresh": false,
  1555. "app-plus": {
  1556. "titleNView": false
  1557. }
  1558. }
  1559. }
  1560. ]
  1561. }
  1562. ],
  1563. "globalStyle": {
  1564. "navigationBarTextStyle": "black",
  1565. "navigationBarTitleText": "壹柒玖康养集团",
  1566. "navigationBarBackgroundColor": "#FFFFFF",
  1567. "backgroundColor": "#FFFFFF"
  1568. },
  1569. "tabBar": {
  1570. "color": "#666666",
  1571. "selectedColor": "#0bb3f2",
  1572. "borderStyle": "white",
  1573. "backgroundColor": "#ffffff",
  1574. "height": "64px",
  1575. "fontSize":"12px",
  1576. "iconWidth":"18px",
  1577. "spacing": "4px",
  1578. "list": [{
  1579. "pagePath": "pages/home/index",
  1580. "iconPath": "/static/tabbar/home.png",
  1581. "selectedIconPath": "/static/tabbar/home_sel.png",
  1582. "text": "首页"
  1583. },
  1584. {
  1585. "pagePath": "pages/healthy/index",
  1586. "iconPath": "/static/tabbar/health.png",
  1587. "selectedIconPath": "/static/tabbar/health_sel.png",
  1588. "text": "健康百科"
  1589. },
  1590. // {
  1591. // "pagePath": "pages/doctor/index",
  1592. // "iconPath": "/static/tabbar/see_doctor.png",
  1593. // "selectedIconPath": "/static/tabbar/see_doctor_sel.png",
  1594. // "text": "问诊"
  1595. // },
  1596. {
  1597. "pagePath": "pages/shopping/index",
  1598. "iconPath": "/static/tabbar/shop_mall.png",
  1599. "selectedIconPath": "/static/tabbar/shop_mall_sel.png",
  1600. "text": "健康商城"
  1601. },
  1602. {
  1603. "pagePath": "pages/user/index",
  1604. "iconPath": "/static/tabbar/my.png",
  1605. "selectedIconPath": "/static/tabbar/my_sel.png",
  1606. "text": "我的"
  1607. }
  1608. ]
  1609. }
  1610. }