pages.json 30 KB

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