pages.json 33 KB

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