pages.json 41 KB

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