pages.json 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503
  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" : "feedback",
  1313. "style" :
  1314. {
  1315. "navigationBarTitleText": "投诉反馈",
  1316. "navigationStyle": "custom",
  1317. "scrollIndicator": "none",
  1318. "app-plus": {
  1319. "bounce": "none",
  1320. "softinputMode": "adjustResize"
  1321. }
  1322. }
  1323. },
  1324. {
  1325. "path": "video",
  1326. "style": {
  1327. "navigationBarTitleText": "",
  1328. "enablePullDownRefresh": false,
  1329. "navigationStyle": "custom"
  1330. }
  1331. },{
  1332. "path": "livingList",
  1333. "style": {
  1334. "navigationBarTitleText": "课程列表",
  1335. "navigationBarTextStyle": "black",
  1336. "app-plus": {
  1337. "bounce": "none"
  1338. }
  1339. }
  1340. }, {
  1341. "path": "living",
  1342. "style": {
  1343. "navigationBarTitleText": "",
  1344. "navigationBarTextStyle": "black",
  1345. "enablePullDownRefresh": true,
  1346. "navigationStyle": "custom",
  1347. "softinputMode": "adjustResize", // 必须配置这个才能正常获取高度
  1348. "app-plus": {
  1349. "bounce": "none",
  1350. "videoFullscreen": true,
  1351. "videoAutoFullscreen": false,
  1352. "videoObjectFit": "contain"
  1353. },
  1354. "h5": {
  1355. "videoFullscreen": true
  1356. }
  1357. }
  1358. }
  1359. ]
  1360. }
  1361. ],
  1362. "globalStyle": {
  1363. "navigationBarTextStyle": "black",
  1364. "navigationBarTitleText": "康年惠选 ",
  1365. "navigationBarBackgroundColor": "#FFFFFF",
  1366. "backgroundColor": "#FFFFFF"
  1367. },
  1368. "tabBar": {
  1369. "color": "#666666",
  1370. "selectedColor": "#2BC7B9",
  1371. // "custom": true,
  1372. "borderStyle": "white",
  1373. "backgroundColor": "#ffffff",
  1374. "height": "64px",
  1375. "fontSize": "12px",
  1376. "iconWidth": "18px",
  1377. "spacing": "4px",
  1378. "list": [{
  1379. "pagePath": "pages/home/index",
  1380. "iconPath": "/static/tabbar/home.png",
  1381. "selectedIconPath": "/static/tabbar/home_sel.png",
  1382. "text": "首页"
  1383. },
  1384. {
  1385. "pagePath": "pages/healthy/index",
  1386. "iconPath": "/static/tabbar/health.png",
  1387. "selectedIconPath": "/static/tabbar/health_sel.png",
  1388. "text": "健康百科"
  1389. },
  1390. {
  1391. "pagePath": "pages/shopping/index",
  1392. "iconPath": "/static/tabbar/shop_mall.png",
  1393. "selectedIconPath": "/static/tabbar/shop_mall_sel.png",
  1394. "text": "健康产品"
  1395. },
  1396. // {
  1397. // "pagePath": "pages/healthy/idea",
  1398. // "iconPath": "/static/tabbar/archive.png",
  1399. // "selectedIconPath": "/static/tabbar/archive_sel.png",
  1400. // "text": "健康档案"
  1401. // },
  1402. {
  1403. "pagePath": "pages/user/index",
  1404. "iconPath": "/static/tabbar/my.png",
  1405. "selectedIconPath": "/static/tabbar/my_sel.png",
  1406. "text": "我的"
  1407. }
  1408. ]
  1409. }
  1410. }