pages.json 29 KB

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