pages.json 32 KB

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