pages.json 34 KB

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