pages.json 33 KB

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