pages.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages" : [
  6. {
  7. "navigationStyle" : "custom",
  8. "path" : "pages/common/launch"
  9. },
  10. {
  11. "path" : "pages/auth/login",
  12. "style" : {
  13. "navigationBarTitleText" : "授权登录",
  14. "navigationStyle" : "custom"
  15. }
  16. },
  17. {
  18. "path" : "pages/auth/wxLogin",
  19. "style" : {
  20. "navigationBarTitleText" : "公众号授权",
  21. "navigationStyle" : "custom"
  22. }
  23. },
  24. {
  25. "path" : "pages/home/index",
  26. "style" : {
  27. "app-plus" : {
  28. "titleNView" : false
  29. },
  30. "enablePullDownRefresh" : false,
  31. "navigationBarTitleText" : "坤德精选a",
  32. "navigationStyle" : "custom"
  33. }
  34. },
  35. {
  36. "path" : "pages/user/test",
  37. "style" : {
  38. "app-plus" : {
  39. "titleNView" : false
  40. },
  41. "navigationBarTitleText" : "test"
  42. }
  43. },
  44. // {
  45. // "path" : "pages/doctor/doctorQr",
  46. // "style" : {
  47. // "app-plus" : {
  48. // "titleNView" : false
  49. // },
  50. // "navigationBarTitleText" : "用药咨询"
  51. // }
  52. // },
  53. // {
  54. // "path" : "pages/home/productSearch",
  55. // "style" : {
  56. // "app-plus" : {
  57. // "titleNView" : false
  58. // },
  59. // "navigationBarTitleText" : "商品搜索"
  60. // }
  61. // },
  62. // {
  63. // "path" : "pages/home/productList",
  64. // "style" : {
  65. // "app-plus" : {
  66. // "titleNView" : false
  67. // },
  68. // "navigationBarTitleText" : "商品列表"
  69. // }
  70. // },
  71. {
  72. "path" : "pages/healthy/index",
  73. "style" : {
  74. "app-plus" : {
  75. "titleNView" : false
  76. },
  77. "enablePullDownRefresh" : false,
  78. "navigationBarTitleText" : "健康知识",
  79. "navigationStyle" : "custom"
  80. }
  81. },
  82. {
  83. "path" : "pages/healthy/detail",
  84. "style" : {
  85. "app-plus" : {
  86. "titleNView" : false
  87. },
  88. "enablePullDownRefresh" : false,
  89. "navigationBarTitleText" : "详情" }
  90. },
  91. {
  92. "path" : "pages/healthy/readUsers",
  93. "style" : {
  94. "app-plus" : {
  95. "titleNView" : false
  96. },
  97. "enablePullDownRefresh" : false,
  98. "navigationBarTitleText" : "阅读用户"
  99. }
  100. },
  101. // {
  102. // "path" : "pages/shopping/index",
  103. // "style" : {
  104. // "enablePullDownRefresh" : false,
  105. // "navigationBarTitleText" : "商城",
  106. // "navigationStyle" : "custom"
  107. // }
  108. // },
  109. {
  110. "path" : "pages/user/index",
  111. "style" : {
  112. "app-plus" : {
  113. "titleNView" : false
  114. },
  115. "navigationBarTitleText" : "我的",
  116. "navigationStyle" : "custom"
  117. }
  118. },
  119. // {
  120. // "path" : "pages/shopping/productDetails",
  121. // "style" : {
  122. // "enablePullDownRefresh" : false,
  123. // "navigationBarTitleText" : "商品详情"
  124. // }
  125. // },
  126. // {
  127. // "path" : "pages/home/companyInfo",
  128. // "style" : {
  129. // "enablePullDownRefresh" : false,
  130. // "navigationBarTitleText" : "企业理念"
  131. // }
  132. // },
  133. // {
  134. // "path" : "pages/shopping/cart",
  135. // "style" : {
  136. // "enablePullDownRefresh" : false,
  137. // "navigationBarTitleText" : "购物车"
  138. // }
  139. // },
  140. // {
  141. // "path" : "pages/shopping/productList",
  142. // "style" : {
  143. // "enablePullDownRefresh" : false,
  144. // "navigationBarTitleText" : "商品列表"
  145. // }
  146. // },
  147. // {
  148. // "path" : "pages/shopping/confirmOrder",
  149. // "style" : {
  150. // "enablePullDownRefresh" : false,
  151. // "navigationBarTitleText" : "确认订单"
  152. // }
  153. // },
  154. // {
  155. // "path" : "pages/shopping/paymentOrder",
  156. // "style" : {
  157. // "enablePullDownRefresh" : false,
  158. // "navigationBarTitleText" : "支付订单"
  159. // }
  160. // },
  161. // {
  162. // "path" : "pages/shopping/payOrder",
  163. // "style" : {
  164. // "enablePullDownRefresh" : false,
  165. // "navigationBarTitleText" : "推荐订单支付"
  166. // }
  167. // },
  168. // {
  169. // "path" : "pages/shopping/prescribe",
  170. // "style" : {
  171. // "enablePullDownRefresh" : false,
  172. // "navigationBarTitleText" : "填写处方信息",
  173. // "navigationStyle" : "custom"
  174. // }
  175. // },
  176. // {
  177. // "path" : "pages/shopping/success",
  178. // "style" : {
  179. // "enablePullDownRefresh" : false,
  180. // "navigationBarTitleText" : "支付成功"
  181. // }
  182. // },
  183. {
  184. "path" : "pages/home/content",
  185. "style" : {
  186. "enablePullDownRefresh" : false,
  187. "navigationBarTitleText" : "详情"
  188. }
  189. },
  190. {
  191. "path" : "pages/home/h5",
  192. "style" : {
  193. "enablePullDownRefresh" : false,
  194. "navigationBarTitleText" : "详情"
  195. }
  196. },
  197. {
  198. "path" : "pages/home/cert",
  199. "style" : {
  200. "enablePullDownRefresh" : false,
  201. "navigationBarTitleText" : "资质证明"
  202. }
  203. }
  204. // ,{
  205. // "path" : "pages/shopping/confirmPackageOrder",
  206. // "style" : {
  207. // "enablePullDownRefresh" : false,
  208. // "navigationBarTitleText" : "确认支付"
  209. // }
  210. // },
  211. // {
  212. // "path" : "pages/shopping/confirmCreateOrder",
  213. // "style" : {
  214. // "enablePullDownRefresh" : false,
  215. // "navigationBarTitleText" : "确认订单"
  216. // }
  217. // }
  218. ],
  219. "subPackages" : [
  220. {
  221. "root" : "pages_user",
  222. "pages" : [
  223. // {
  224. // "path" : "user/addPatient",
  225. // "style" : {
  226. // "navigationBarTitleText" : "创建就诊人",
  227. // "app-plus" : {
  228. // "titleNView" : false
  229. // }
  230. // }
  231. // },
  232. {
  233. "path" : "user/message",
  234. "style" : {
  235. "navigationBarTitleText" : "消息",
  236. "enablePullDownRefresh" : false
  237. }
  238. },
  239. {
  240. "path" : "user/msgDetail",
  241. "style" : {
  242. "navigationBarTitleText" : "系统消息",
  243. "enablePullDownRefresh" : false
  244. }
  245. },
  246. // {
  247. // "path" : "user/storeOrder",
  248. // "style" : {
  249. // "navigationBarTitleText" : "我的订单",
  250. // "enablePullDownRefresh" : false
  251. // }
  252. // },
  253. // {
  254. // "path" : "user/storeOrderDetail",
  255. // "style" : {
  256. // "navigationBarTitleText" : "订单详情",
  257. // "navigationStyle" : "custom",
  258. // "enablePullDownRefresh" : false
  259. // }
  260. // },
  261. // {
  262. // "path" : "user/doctorOrder",
  263. // "style" : {
  264. // "navigationBarTitleText" : "问诊列表",
  265. // "enablePullDownRefresh" : false
  266. // }
  267. // },
  268. // {
  269. // "path" : "user/patient",
  270. // "style" : {
  271. // "navigationBarTitleText" : "病人列表",
  272. // "enablePullDownRefresh" : false
  273. // }
  274. // },
  275. // {
  276. // "path" : "user/addAddress",
  277. // "style" : {
  278. // "navigationBarTitleText" : "新建收货地址",
  279. // "enablePullDownRefresh" : false
  280. // }
  281. // },
  282. // {
  283. // "path" : "user/address",
  284. // "style" : {
  285. // "navigationBarTitleText" : "收货地址",
  286. // "enablePullDownRefresh" : false
  287. // }
  288. // },
  289. {
  290. "path" : "user/integral",
  291. "style" : {
  292. "navigationBarTitleText" : "我的积分",
  293. "navigationStyle" : "custom",
  294. "enablePullDownRefresh" : false
  295. }
  296. },
  297. // {
  298. // "path" : "user/refundOrderList",
  299. // "style" : {
  300. // "navigationBarTitleText" : "售后订单",
  301. // "enablePullDownRefresh" : false
  302. // }
  303. // },
  304. // {
  305. // "path" : "user/refundOrderDetail",
  306. // "style" : {
  307. // "navigationBarTitleText" : "处理进度",
  308. // "navigationStyle" : "custom",
  309. // "enablePullDownRefresh" : false
  310. // }
  311. // },
  312. // {
  313. // "path" : "user/refundOrderLogs",
  314. // "style" : {
  315. // "navigationBarTitleText" : "退款详情",
  316. // "navigationStyle" : "custom",
  317. // "enablePullDownRefresh" : false
  318. // }
  319. // },
  320. // {
  321. // "path" : "user/storeOrderDelivery",
  322. // "style" : {
  323. // "navigationBarTitleText" : "物流信息",
  324. // "navigationStyle" : "custom",
  325. // "enablePullDownRefresh" : false
  326. // }
  327. // },
  328. // {
  329. // "path" : "user/refundOrder",
  330. // "style" : {
  331. // "navigationBarTitleText" : "申请售后",
  332. // "enablePullDownRefresh" : false
  333. // }
  334. // },
  335. // {
  336. // "path" : "user/prescribeOrder",
  337. // "style" : {
  338. // "navigationBarTitleText" : "处方单",
  339. // "enablePullDownRefresh" : false
  340. // }
  341. // },
  342. // {
  343. // "path" : "user/pay",
  344. // "style" : {
  345. // "navigationBarTitleText" : "收款",
  346. // "enablePullDownRefresh" : false
  347. // }
  348. // },
  349. // {
  350. // "path" : "user/success",
  351. // "style" : {
  352. // "navigationBarTitleText" : "支付结果",
  353. // "enablePullDownRefresh" : false
  354. // }
  355. // },
  356. // {
  357. // "path" : "user/refundOrderProduct",
  358. // "style" : {
  359. // "navigationBarTitleText" : "订单售后",
  360. // "enablePullDownRefresh" : false
  361. // }
  362. // },
  363. // {
  364. // "path" : "user/refundOrderDelivery",
  365. // "style" : {
  366. // "navigationBarTitleText" : "物流信息",
  367. // "enablePullDownRefresh" : false
  368. // }
  369. // },
  370. // {
  371. // "path" : "user/userTui",
  372. // "style" : {
  373. // "navigationBarTitleText" : "我的推广",
  374. // "enablePullDownRefresh" : false
  375. // }
  376. // },
  377. // {
  378. // "path" : "user/userTuiProduct",
  379. // "style" : {
  380. // "navigationBarTitleText" : "推广商品",
  381. // "enablePullDownRefresh" : false
  382. // }
  383. // },
  384. // {
  385. // "path" : "user/userTuiImg",
  386. // "style" : {
  387. // "navigationBarTitleText" : "推广海报",
  388. // "enablePullDownRefresh" : false
  389. // }
  390. // },
  391. // {
  392. // "path" : "user/userTuiList",
  393. // "style" : {
  394. // "navigationBarTitleText" : "我的推荐人",
  395. // "enablePullDownRefresh" : false
  396. // }
  397. // },
  398. // {
  399. // "path" : "user/userTuiMoneyList",
  400. // "style" : {
  401. // "navigationBarTitleText" : "佣金记录",
  402. // "enablePullDownRefresh" : false
  403. // }
  404. // },
  405. // {
  406. // "path" : "user/userTuiOrderList",
  407. // "style" : {
  408. // "navigationBarTitleText" : "订单记录",
  409. // "enablePullDownRefresh" : false
  410. // }
  411. // },
  412. {
  413. "path" : "user/storeProductRelation",
  414. "style" : {
  415. "navigationBarTitleText" : "我的足迹",
  416. "enablePullDownRefresh" : false
  417. }
  418. },
  419. {
  420. "path" : "user/personInfo",
  421. "style" : {
  422. "navigationBarTitleText" : "个人信息",
  423. "enablePullDownRefresh" : false
  424. }
  425. }
  426. // {
  427. // "path" : "user/userTuiMoney",
  428. // "style" : {
  429. // "navigationBarTitleText" : "提现管理",
  430. // "enablePullDownRefresh" : false
  431. // }
  432. // },
  433. // {
  434. // "path" : "user/userTuiExtractLog",
  435. // "style" : {
  436. // "navigationBarTitleText" : "提现记录",
  437. // "enablePullDownRefresh" : false
  438. // }
  439. // },
  440. // {
  441. // "path" : "user/doc",
  442. // "style" : {
  443. // "navigationBarTitleText" : "健康档案",
  444. // "enablePullDownRefresh" : false
  445. // }
  446. // },
  447. // {
  448. // "path" : "user/addDoc",
  449. // "style" : {
  450. // "navigationBarTitleText" : "创建健康档案",
  451. // "enablePullDownRefresh" : false
  452. // }
  453. // },
  454. // {
  455. // "path" : "user/docDetail",
  456. // "style" : {
  457. // "navigationBarTitleText" : "健康档案",
  458. // "navigationBarBackgroundColor" : "#dff9f5",
  459. // "enablePullDownRefresh" : false
  460. // }
  461. // },
  462. // {
  463. // "path" : "user/docRecord",
  464. // "style" : {
  465. // "navigationBarTitleText" : "健康记录",
  466. // "enablePullDownRefresh" : false
  467. // }
  468. // },
  469. // {
  470. // "path" : "user/addDocRecord",
  471. // "style" : {
  472. // "navigationBarTitleText" : "添加健康记录",
  473. // "enablePullDownRefresh" : false
  474. // }
  475. // },
  476. // {
  477. // "path" : "user/userTuiAdd",
  478. // "style" : {
  479. // "navigationBarTitleText" : "申请推广员",
  480. // "enablePullDownRefresh" : false
  481. // }
  482. // },
  483. // {
  484. // "path" : "user/paymentOrderRemain",
  485. // "style" : {
  486. // "navigationBarTitleText" : "支付尾款",
  487. // "enablePullDownRefresh" : false
  488. // }
  489. // },
  490. // {
  491. // "path" : "user/otherPaymentOrder",
  492. // "style" : {
  493. // "navigationBarTitleText" : "亲友代付",
  494. // "enablePullDownRefresh" : false
  495. // }
  496. // },
  497. // {
  498. // "path" : "user/otherPaySuccess",
  499. // "style" : {
  500. // "navigationBarTitleText" : "支付成功",
  501. // "enablePullDownRefresh" : false
  502. // }
  503. // },
  504. // {
  505. // "path" : "user/otherPaymentOrderRemain",
  506. // "style" : {
  507. // "navigationBarTitleText" : "亲友代付尾款",
  508. // "enablePullDownRefresh" : false
  509. // }
  510. // },
  511. // {
  512. // "path" : "user/userShareList",
  513. // "style" : {
  514. // "navigationBarTitleText" : "分享榜",
  515. // "enablePullDownRefresh" : false,
  516. // "navigationStyle" : "custom"
  517. // }
  518. // }
  519. ]
  520. },
  521. // {
  522. // "root" : "pages_company",
  523. // "pages" : [
  524. // {
  525. // "path" : "auth/login",
  526. // "style" : {
  527. // "navigationBarTitleText" : "销售员登录",
  528. // "app-plus" : {
  529. // "titleNView" : false
  530. // }
  531. // }
  532. // },
  533. // {
  534. // "path" : "index",
  535. // "style" : {
  536. // "navigationBarTitleText" : "销售管理首页",
  537. // "app-plus" : {
  538. // "titleNView" : false
  539. // }
  540. // }
  541. // },
  542. // {
  543. // "path" : "storeOrder",
  544. // "style" : {
  545. // "navigationBarTitleText" : "订单管理",
  546. // "app-plus" : {
  547. // "titleNView" : false
  548. // }
  549. // }
  550. // },
  551. // {
  552. // "path" : "storeOrderDetail",
  553. // "style" : {
  554. // "navigationBarTitleText" : "订单详情",
  555. // "navigationStyle" : "custom",
  556. // "enablePullDownRefresh" : false
  557. // }
  558. // },
  559. // {
  560. // "path" : "storeProductPackage",
  561. // "style" : {
  562. // "navigationBarTitleText" : "商品套餐",
  563. // "app-plus" : {
  564. // "titleNView" : false
  565. // }
  566. // }
  567. // },
  568. // {
  569. // "path" : "storeProductPackageDetails",
  570. // "style" : {
  571. // "navigationBarTitleText" : "套餐详情",
  572. // "app-plus" : {
  573. // "titleNView" : false
  574. // }
  575. // }
  576. // },
  577. // {
  578. // "path" : "coupon",
  579. // "style" : {
  580. // "navigationBarTitleText" : "优惠券",
  581. // "app-plus" : {
  582. // "titleNView" : false
  583. // }
  584. // }
  585. // },
  586. // {
  587. // "path" : "couponDetails",
  588. // "style" : {
  589. // "navigationBarTitleText" : "优惠券详情",
  590. // "app-plus" : {
  591. // "titleNView" : false
  592. // }
  593. // }
  594. // },
  595. // {
  596. // "path" : "order/productList",
  597. // "style" : {
  598. // "navigationBarTitleText" : "商品列表",
  599. // "app-plus" : {
  600. // "titleNView" : false
  601. // }
  602. // }
  603. // },
  604. // {
  605. // "path" : "order/productDetails",
  606. // "style" : {
  607. // "navigationBarTitleText" : "商品详情",
  608. // "app-plus" : {
  609. // "titleNView" : false
  610. // }
  611. // }
  612. // },
  613. // {
  614. // "path" : "order/cart",
  615. // "style" : {
  616. // "navigationBarTitleText" : "购物车",
  617. // "app-plus" : {
  618. // "titleNView" : false
  619. // }
  620. // }
  621. // },
  622. // {
  623. // "path" : "order/confirmOrder",
  624. // "style" : {
  625. // "navigationBarTitleText" : "推荐订单信息",
  626. // "app-plus" : {
  627. // "titleNView" : false
  628. // }
  629. // }
  630. // },
  631. // {
  632. // "path" : "order/confirmCompanyOrder",
  633. // "style" : {
  634. // "navigationBarTitleText" : "推荐订单",
  635. // "app-plus" : {
  636. // "titleNView" : false
  637. // }
  638. // }
  639. // },
  640. // {
  641. // "path" : "order/coupon",
  642. // "style" : {
  643. // "navigationBarTitleText" : "制单优惠券",
  644. // "app-plus" : {
  645. // "titleNView" : false
  646. // }
  647. // }
  648. // },
  649. // {
  650. // "path" : "order/productShowDetails",
  651. // "style" : {
  652. // "navigationBarTitleText" : "商品详情",
  653. // "app-plus" : {
  654. // "titleNView" : false
  655. // }
  656. // }
  657. // },
  658. // {
  659. // "path" : "alipayImg",
  660. // "style" : {
  661. // "navigationBarTitleText" : "支付宝收款",
  662. // "app-plus" : {
  663. // "titleNView" : false
  664. // }
  665. // }
  666. // },
  667. // {
  668. // "path" : "card",
  669. // "style" : {
  670. // "navigationBarTitleText" : "销售名片",
  671. // "app-plus" : {
  672. // "titleNView" : false
  673. // }
  674. // }
  675. // }
  676. // ]
  677. // },
  678. {
  679. "root" : "pages_shopping",
  680. "pages" : [
  681. {
  682. "path" : "shopping/coupon",
  683. "style" : {
  684. "navigationBarTitleText" : "优惠券",
  685. "enablePullDownRefresh" : false
  686. }
  687. },
  688. {
  689. "path" : "shopping/myCoupon",
  690. "style" : {
  691. "navigationBarTitleText" : "我的优惠券",
  692. "enablePullDownRefresh" : false
  693. }
  694. }
  695. // ,{
  696. // "path" : "shopping/activityDetails",
  697. // "style" : {
  698. // "navigationBarTitleText" : "活动",
  699. // "enablePullDownRefresh" : false
  700. // }
  701. // },
  702. // {
  703. // "path" : "shopping/productSalesList",
  704. // "style" : {
  705. // "navigationBarTitleText" : "好物排行榜",
  706. // "enablePullDownRefresh" : false
  707. // }
  708. // }
  709. ]
  710. },
  711. {
  712. "root" : "pages_course",
  713. "pages" : [
  714. {
  715. "path" : "video",
  716. "style" : {
  717. "navigationBarTitleText" : "科普",
  718. "navigationStyle" : "custom",
  719. "scrollIndicator" : "none",
  720. "usingComponenets" : {
  721. "uni-popup" : "/uni_modules/uni-popup/components/uni-popup/uni-popup"
  722. },
  723. "componentPlaceholder" : {
  724. "uni-popup" : "view"
  725. },
  726. "app-plus" : {
  727. "bounce" : "none",
  728. "softinputMode" : "adjustResize"
  729. }
  730. }
  731. },
  732. // {
  733. // "path" : "video",
  734. // "style" : {
  735. // "navigationBarTitleText" : "",
  736. // "navigationStyle" : "custom",
  737. // "scrollIndicator" : "none",
  738. // "app-plus" : {
  739. // "bounce" : "none"
  740. // }
  741. // }
  742. // },
  743. {
  744. "path" : "feedback",
  745. "style" : {
  746. "navigationBarTitleText" : "投诉反馈",
  747. "navigationStyle" : "custom",
  748. "scrollIndicator" : "none",
  749. "app-plus" : {
  750. "bounce" : "none",
  751. "softinputMode" : "adjustResize"
  752. }
  753. }
  754. },
  755. {
  756. "path" : "webview",
  757. "style" : {
  758. "navigationBarTitleText" : "授权登录",
  759. "scrollIndicator" : "none",
  760. "app-plus" : {
  761. "bounce" : "none",
  762. "softinputMode" : "adjustResize"
  763. }
  764. }
  765. },
  766. // {
  767. // "path" : "learn",
  768. // "style" : {
  769. // "navigationBarTitleText" : "",
  770. // "scrollIndicator" : "none",
  771. // "app-plus" : {
  772. // "bounce" : "none"
  773. // }
  774. // }
  775. // },
  776. // {
  777. // "path" : "teacherClassroom",
  778. // "style" : {
  779. // "navigationBarTitleText" : "大科普",
  780. // "scrollIndicator" : "none",
  781. // "app-plus" : {
  782. // "bounce" : "none"
  783. // }
  784. // }
  785. // },
  786. // {
  787. // "path" : "course",
  788. // "style" : {
  789. // "navigationBarTitleText" : "",
  790. // "scrollIndicator" : "none",
  791. // "app-plus" : {
  792. // "bounce" : "none"
  793. // }
  794. // }
  795. // },
  796. {
  797. "path" : "register",
  798. "style" : {
  799. "navigationBarTitleText" : "",
  800. "navigationStyle" : "custom",
  801. "scrollIndicator" : "none",
  802. "app-plus" : {
  803. "bounce" : "none"
  804. }
  805. }
  806. },
  807. {
  808. "path" : "activity",
  809. "style" :
  810. {
  811. "navigationBarTitleText": "文章详情",
  812. // "navigationStyle": "custom",
  813. "scrollIndicator": "none",
  814. "app-plus": {
  815. "bounce": "none"
  816. }
  817. }
  818. },
  819. {
  820. "path" : "appDownload",
  821. "style" :
  822. {
  823. "navigationBarTitleText": "下载",
  824. "scrollIndicator": "none",
  825. "app-plus": {
  826. "bounce": "none"
  827. }
  828. }
  829. },
  830. {
  831. "path" : "shortLink",
  832. "style" :
  833. {
  834. "navigationBarTitleText": "专属链接",
  835. "navigationStyle": "custom",
  836. "navigationBarTextStyle": "black",
  837. "app-plus": {
  838. "bounce": "none"
  839. }
  840. }
  841. }
  842. ]
  843. }
  844. ],
  845. "globalStyle" : {
  846. "navigationBarTextStyle" : "black",
  847. "navigationBarTitleText" : "坤德精选a",
  848. "navigationBarBackgroundColor" : "#FFFFFF",
  849. "backgroundColor" : "#FFFFFF"
  850. },
  851. "tabBar" : {
  852. "color" : "#666666",
  853. "selectedColor" : "#1BB99D",
  854. "borderStyle" : "white",
  855. "backgroundColor" : "#ffffff",
  856. "height" : "64px",
  857. "fontSize" : "12px",
  858. "iconWidth" : "18px",
  859. "spacing" : "4px",
  860. "list" : [
  861. {
  862. "pagePath" : "pages/home/index",
  863. "iconPath" : "/static/images/home.png",
  864. "selectedIconPath" : "/static/images/home_sel.png",
  865. "text" : "首页"
  866. },
  867. {
  868. "pagePath": "pages/healthy/index",
  869. "iconPath": "/static/images/health.png",
  870. "selectedIconPath": "/static/images/health_sel.png",
  871. "text": "健康知识"
  872. },
  873. // {
  874. // "pagePath" : "pages/shopping/cart",
  875. // "iconPath" : "/static/images/cart.png",
  876. // "selectedIconPath" : "/static/images/cart_sel.png",
  877. // "text" : "购物车"
  878. // },
  879. // {
  880. // "pagePath": "pages/doctor/index",
  881. // "iconPath": "/static/images/see_doctor.png",
  882. // "selectedIconPath": "/static/images/see_doctor_sel.png",
  883. // "text": "问诊"
  884. // },
  885. // {
  886. // "pagePath" : "pages/shopping/index",
  887. // "iconPath" : "/static/images/shop_mall.png",
  888. // "selectedIconPath" : "/static/images/shop_mall_sel.png",
  889. // "text" : "健康商城"
  890. // },
  891. {
  892. "pagePath" : "pages/user/index",
  893. "iconPath" : "/static/images/my.png",
  894. "selectedIconPath" : "/static/images/my_sel.png",
  895. "text" : "会员中心"
  896. }
  897. ]
  898. }
  899. }